Browse Source

Added ability to strip in wardrobe

Thanks to Monztah for pointing out that Strip was missing
Thekingofsweden 9 years ago
parent
commit
70b788a1a7
2 changed files with 1 additions and 0 deletions
  1. BIN
      glife.txt
  2. 1 0
      locations/clothing

BIN
glife.txt


+ 1 - 0
locations/clothing

@@ -27,6 +27,7 @@ if $ARGS[0] = 'view_clothing_list':
 	act 'Leave':gt $loc, $metka
 	
 	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 $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)