Browse Source

[fixed] $ symbols where there should not be

hornguy6 1 year ago
parent
commit
db0062dea3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/booty_call_after.qsrc

+ 3 - 3
locations/booty_call_after.qsrc

@@ -2137,11 +2137,11 @@ if $ARGS[0] = 'dress_loop':
 		gs'clothing', 'wear_last_worn'
 		jump 'dress_loop_start'
 	elseif $clothingworntype ! 'nude' and booty_call['dress_end'] ! 1:
-		if CloDress = 1 and $booty_call['dress_top_wear'] ! 1 and $booty_call['dress_skirt_wear'] ! 1:
-			if $booty_call['dress_top_wear'] ! 1:
+		if CloDress = 1 and (booty_call['dress_top_wear'] ! 1 or booty_call['dress_skirt_wear'] ! 1):
+			if booty_call['dress_top_wear'] ! 1:
 				booty_call['dress_top_wear'] = 1
 				$booty_call['dress_describe'] = 'pulling your dress over your shoulders'
-			elseif $booty_call['dress_skirt_wear'] ! 1:
+			elseif booty_call['dress_skirt_wear'] ! 1:
 				booty_call['dress_skirt_wear'] = 1
 				booty_call['dress_end'] = 1
 				$booty_call['dress_describe'] = 'smoothing your skirt out'