Explorar o código

Added ability to strip in wardrobe

Thanks to Monztah for pointing out that Strip was missing
Thekingofsweden %!s(int64=9) %!d(string=hai) anos
pai
achega
70b788a1a7
Modificáronse 2 ficheiros con 1 adicións e 0 borrados
  1. BIN=BIN
      glife.txt
  2. 1 0
      locations/clothing

BIN=BIN
glife.txt


+ 1 - 0
locations/clothing

@@ -27,6 +27,7 @@ if $ARGS[0] = 'view_clothing_list':
 	act 'Leave':gt $loc, $metka
 	act 'Leave':gt $loc, $metka
 	
 	
 	if $ARGS[1] = 'wardrobe':
 	if $ARGS[1] = 'wardrobe':
+		if $clothingworntype ! 'nude':act 'Strip':gs 'clothing', 'strip' & gt $loc, $metka
 		if bikini = 1:'On the top shelf is a swimsuit'
 		if bikini = 1:'On the top shelf is a swimsuit'
 		if $clothingworntype ! 'vatnik':dyneval($clothing_list_line, $ARGS[1], 'vatnik', 0)
 		if $clothingworntype ! 'vatnik':dyneval($clothing_list_line, $ARGS[1], 'vatnik', 0)
 		if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and $clothingworntype ! 'sforma':dyneval($clothing_list_line, $ARGS[1], 'sforma', 0)
 		if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and $clothingworntype ! 'sforma':dyneval($clothing_list_line, $ARGS[1], 'sforma', 0)