Forráskód Böngészése

[fixes] kat appears only if the temperature is high enough in nudelake

julzor 5 éve
szülő
commit
9deaedd166
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      locations/Nudelake.qsrc

+ 1 - 1
locations/Nudelake.qsrc

@@ -43,7 +43,7 @@ act 'Return to the main beach':
 	gt 'lake', 'start'
 end
 
-if katday ! daystart and npc_rel['A219'] >= 1:
+if katday ! daystart and npc_rel['A219'] >= 1 and temper >= 15:
 	'You see Kat on the beach.'
 
 	act 'Approach Kat':gt 'Katlake', 'kat'