Browse Source

[fixed] Removed artifacts that were breaking 'stat'

Kevin_Smarts 10 months ago
parent
commit
3b125fdb4f
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/stat.qsrc

+ 7 - 7
locations/stat.qsrc

@@ -492,13 +492,13 @@ if minut >= 60:
 		else
 			pcs_mood['hydredcheck'] = 0
 		end
--		if pcs_stam <= 0:
--			pcs_mood -= 6
--			pcs_sleep -= 5
--		elseif pcs_stam < stammax / 5:
--			pcs_mood -= 3
--		end
--		pcs_stam += stammax / 40
+		if pcs_stam <= 0:
+			pcs_mood -= 6
+			pcs_sleep -= 5
+		elseif pcs_stam < stammax / 5:
+			pcs_mood -= 3
+		end
+		pcs_stam += stammax / 40
 		pcs_willpower_feeder += willpowermax*4/3
 		pcs_willpwr += pcs_willpower_feeder/100
 		pcs_willpower_feeder = pcs_willpower_feeder mod 100