瀏覽代碼

[fixes] infinity loop

slanon 4 年之前
父節點
當前提交
a47fe04f4c
共有 1 個文件被更改,包括 7 次插入5 次删除
  1. 7 5
      locations/placer_sex.qsrc

+ 7 - 5
locations/placer_sex.qsrc

@@ -1452,13 +1452,15 @@ if $args[0] = 'sleep':
 	:loopson
 	minut += 1
 	stime += 1
-	pcs_health += 5
-
-	if stime = 60:stime = 0 & pcs_sleep += 15
+	if recuperation = 0:pcs_health += 5
 
-	gs'stat'
+	if stime >= 60:
+		stime = 0
+		pcs_sleep += 15
+		gs 'stat'
+	end
 
-	if pcs_sleep > 100:
+	if pcs_sleep >= 100:
 		hour = 8
 		minut = 0
 		gs'stat'