瀏覽代碼

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

julzor 5 年之前
父節點
當前提交
9deaedd166
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'