Esempio n. 1
0
 //matching tattoos, but different colors.
 public bool MatchingHandTattooIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_HAND], this[ArmTattooLocation.RIGHT_HAND]));
 }
Esempio n. 2
0
 public bool MatchingWristTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_WRIST], this[ArmTattooLocation.RIGHT_WRIST]));
 }
Esempio n. 3
0
 public bool MatchingInnerForearmTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_INNER_FOREARM], this[ArmTattooLocation.RIGHT_INNER_FOREARM]));
 }
Esempio n. 4
0
 public bool MatchingUpperArmTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_UPPER_ARM], this[ArmTattooLocation.RIGHT_UPPER_ARM]));
 }
Esempio n. 5
0
 public bool MatchingShoulderTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_SHOULDER], this[ArmTattooLocation.RIGHT_SHOULDER]));
 }
Esempio n. 6
0
 public bool MatchingSleeveTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_SLEEVE], this[ArmTattooLocation.RIGHT_SLEEVE]));
 }