Переглянути джерело

[fixed] goto was used over gosub so many options and mainscreen stuff was lost is you were naked on regular pav beach

Kevin_Smarts 1 рік тому
батько
коміт
e6352faf4f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      locations/pav_lake.qsrc

+ 1 - 1
locations/pav_lake.qsrc

@@ -136,7 +136,7 @@ if $ARGS[0] = '':
 				act 'Strip naked (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
 		elseif $clothingworntype = 'nude' and sauna_stripped = 0:
-			gt'pav_lake', 'lost_clothing'
+			gs'pav_lake', 'lost_clothing'
 		end
 	end