Bladeren bron

Fixed leave action name when dressed in secluded beach in Pavlovsk

oldentree 5 jaren geleden
bovenliggende
commit
a668b19ebf
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      locations/gLakeNude.qsrc

+ 3 - 1
locations/gLakeNude.qsrc

@@ -257,7 +257,8 @@ if temper >= 15 and month >= 5 and month <= 9:
 			act'Hide in the woods near the beach': gt'gLakeNudeForest'
 		end
 	end
-	act'Leave the secluded beach without changing':
+	$tmp_lakenude_leave = iif($clothingworntype = 'nude', ' without changing', '')
+	act'Leave the secluded beach<<$tmp_lakenude_leave>>':
 		if $clothingworntype ! 'nude' or ($clothingworntype = 'nude' and pcs_inhib >= 60):
 			cla
 			minut += 10
@@ -267,6 +268,7 @@ if temper >= 15 and month >= 5 and month <= 9:
 			gt'gLakeNude'
 		end
 	end
+	KILLVAR '$tmp_lakenude_leave'
 else
 	act'Leave the now abandoned beach':
 		cla