mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
TG: toxloss is now only referenced via procs. r2875
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user