Browse Source

Fix nudity event for hut indoors

pfffbft 4 years ago
parent
commit
f439cd5238
1 changed files with 3 additions and 11 deletions
  1. 3 11
      locations/swamphouse.qsrc

+ 3 - 11
locations/swamphouse.qsrc

@@ -44,8 +44,8 @@ if $ARGS[0] = 'start':
 	end
 	*nl
 	'Beside the stove, there''s a stack of old <a href="exec: gs ''swamphouse'', ''stackmagazines''">magazines</a>, most likely used for ignition.'
-	if clothesAtLocation = 1:'Your clothes are laying on the shelf.'
-	if $clothingworntype = 'nude' and hunters_inside = 1 and ((hunterknowday ! daystart or (inhibitioncheck !  daystart and pcs_inhib >= 25) or exhibitionist_lvl < 1)):gt 'swamphouse', 'get_dressed'
+	!TODO: fix this showing after dare, Sveta accepting Igor's request or with hessian
+    if clothesAtLocation = 1:'Your clothes are laying on the shelf.'
 	if hunters_inside = 1 and huntersknow = 0:
 		if hunters_drink = 1:
 			*nl
@@ -72,15 +72,7 @@ if $ARGS[0] = 'start':
 	*nl
 
 	act 'Go outside':
-		if $clothingworntype = 'nude' and ((hunterknowday ! daystart and hunters_outside = 1 and hunters_available = 1) or (inhibitioncheck !  daystart and pcs_inhib >= 25) or exhibitionist_lvl < 1):
-			$loc = 'swamp_yard'
-			$loc_arg = 'start'
-			hunter_refuse = 0
-			inhibitioncheck = daystart
-			gs 'stat'
-			gt 'swamphouse', 'get_dressed'
-		else
-			minut += 5
+			minut += 1
 			hunter_refuse = 0
 			gs 'stat'
 			gt 'swamp_yard', 'start'