瀏覽代碼

[fixed] wrong elseif in natbelapt

julzor 5 年之前
父節點
當前提交
62ff179be2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      locations/natbelapt.qsrc

+ 1 - 1
locations/natbelapt.qsrc

@@ -1827,7 +1827,7 @@ if $ARGS[0] = 'natmother':
 		end
 		act 'Leave':gt 'natbelapt','hallway'
 }
-	elseif hour > 7 or hour < 21 and NatashaLoc = 5:
+	elseif hour > 7 and hour < 21 and NatashaLoc = 5:
 		*clr & cla
 		menu_off = 1
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/natdressing01.jpg"></center>'