Fixes oxyloss racking up extremely fast (#9253)

This commit is contained in:
Matt Atlas
2020-07-01 22:38:28 +02:00
committed by GitHub
parent 111b1a52e8
commit 6725cfbc34
2 changed files with 4 additions and 11 deletions

View File

@@ -125,10 +125,10 @@
var/overeatduration = 0 // How long this guy is overeating //Carbon
var/overdrinkduration = 0 // How long this guy is overdrinking //Carbon
var/paralysis = 0.0
var/stunned = 0.0
var/weakened = 0.0
var/losebreath = 0.0//Carbon
var/paralysis = 0
var/stunned = 0
var/weakened = 0
var/losebreath = 0 //Carbon
var/intent = null//Living
var/shakecamera = 0
var/a_intent = I_HELP//Living