TG: Removing some references and replacing with the god procs. oxyloss mostly this

time.
This commit is contained in:
Ren Erthilo
2012-03-26 18:10:28 +01:00
parent 946464432c
commit b6b54cc8ec
4 changed files with 4 additions and 4 deletions

View File

@@ -244,7 +244,7 @@
var/amount = max(0.15, 1)
M.adjustOxyLoss(-amount)
else
M.oxyloss = 0
M.adjustOxyLoss(-12)
M.updatehealth()
M.AdjustParalysis(-4)
M.AdjustWeakened(-4)

View File

@@ -437,7 +437,7 @@ datum
M:drowsyness = max(M:drowsyness, 20)
if(25 to INFINITY)
M.sleeping = 1
M.oxyloss = 0
M.adjustOxyLoss(-M.getOxyLoss())
M.SetWeakened(0)
M.SetStunned(0)
M.SetParalysis(0)

View File

@@ -97,7 +97,7 @@
if(src.health <= 20 && prob(1)) spawn(0) emote("gasp")
//if(!src.rejuv) src.oxyloss++
if(!src.reagents.has_reagent("inaprovaline")) src.oxyloss++
if(!src.reagents.has_reagent("inaprovaline")) src.adjustOxyLoss(1)
if(src.stat != 2) src.stat = 1
Paralyse(5)

View File

@@ -98,7 +98,7 @@
if(src.health <= 20 && prob(1)) spawn(0) emote("gasp")
//if(!src.rejuv) src.oxyloss++
if(!src.reagents.has_reagent("inaprovaline")) src.oxyloss++
if(!src.reagents.has_reagent("inaprovaline")) src.adjustOxyLoss(1)
if(src.stat != 2) src.stat = 1
Paralyse(5)