TG: toxloss is now only referenced via procs. r2875

This commit is contained in:
Ren Erthilo
2012-03-26 23:23:46 +01:00
parent e6b85575f6
commit 81f76406a3
3 changed files with 5 additions and 5 deletions

View File

@@ -399,7 +399,7 @@ var/global/list/uneatable = list(
toxmob()
var/toxrange = 10
var/toxdamage = 4 // changed the name to toxdamage from toxloss to prevent further conflicts
var/toxdamage = 4
var/radiation = 5
if (src.energy>200)
toxdamage = round(((src.energy-150)/50)*4,1)