diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw index ac2713115882ea4563479b839bfd741cf21f1010..8aa6358ba974036de54f18a4b345fe3fcc83ef45 100644 --- a/src/uncategorized/universalRules.tw +++ b/src/uncategorized/universalRules.tw @@ -175,8 +175,34 @@ One 'welcome' for a new slave is to have them branded. Where would you like suc | [[Back|Universal Rules][$brandTarget.primary = "back"]] | [[Lower Back|Universal Rules][$brandTarget.primary = "lower back"]] + +<<if ["ankle", "breast", "buttock", "calf", "cheek", "ear", "foot", "hand", "lower arm", "shoulder", "testicle", "thigh", "upper arm", "wrist"].includes($brandTarget.primary)>> + <br> On the + <<link "left">> + <<set $brandDesign.primary = ("left " + $brandTarget.primary)>> + <<goto "Universal Rules">> + <</link>> + $brandTarget.primary, or the + <<link "right">> + <<set $brandDesign.primary = ("right " + $brandTarget.primary)>> + <<goto "Universal Rules">> + <</link>>? +<</if>> + <br> -<<if ["ankle", "calve", "ear", "foot", "hand", "lower arm", "penis", "testicle", "thigh", "upper arm", "wrist"].includes($brandTarget.primary)>> +<<if [ + "left ankle", "right ankle", + "left calve", "right calve", + "left ear", "right ear", + "left foot", "right foot", + "left hand", "right hand", + "left lower arm", "right lower arm", + "left penis", "right penis", + "left testicle", "right testicle", + "left thigh", "right thigh", + "left upper arm", "right upper arm", + "left wrist", "right wrist" + ].includes($brandTarget.primary)>> It's possible that ''$brandTarget.primary'' may be missing from a slave. Choose a fallback in case it is not available: Current backup is ''$brandTarget.secondary'': /* Material copied from bodyModification, but please leave commented out any sections that may not be on ALL slaves. */ @@ -210,8 +236,20 @@ One 'welcome' for a new slave is to have them branded. Where would you like suc | [[Back|Universal Rules][$brandTarget.secondary = "back"]] | [[Lower Back|Universal Rules][$brandTarget.secondary = "lower back"]] <br> -<</if>> + <<if ["ankle", "breast", "buttock", "calf", "cheek", "ear", "foot", "hand", "lower arm", "shoulder", "testicle", "thigh", "upper arm", "wrist"].includes($brandTarget.primary)>> + <br> On the + <<link "left">> + <<set $brandDesign.secondary = ("left " + $brandTarget.secondary)>> + <<goto "Universal Rules">> + <</link>> + $brandTarget.secondary, or the + <<link "right">> + <<set $brandDesign.secondary = ("right " + $brandTarget.secondary)>> + <<goto "Universal Rules">> + <</link>>? + <</if>> +<</if>> Use ''$brandDesign.primary'' or choose another brand: [[Your slaving emblem|Universal Rules][$brandDesign.primary = "your personal symbol"]]