1
0
Prechádzať zdrojové kódy

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

julzor 6 rokov pred
rodič
commit
9deaedd166
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'