mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 17:42:26 +00:00
TG: Adding Shiftyeyesshady's Warden Jacket.
Revision: r2987 Author: petethegoat
This commit is contained in:
@@ -170,7 +170,6 @@
|
||||
return 1
|
||||
if(special_action())
|
||||
return 1
|
||||
|
||||
return 0
|
||||
|
||||
proc/consume_air()
|
||||
@@ -184,6 +183,7 @@
|
||||
if(temperature > T0C+200)
|
||||
health -= 0.01 * temperature
|
||||
update()
|
||||
|
||||
proc/expand(var/turf/T = null)
|
||||
if(!prob(health)) return//TODO: Change this to prob(health + o2 mols or such)
|
||||
if(!T)
|
||||
|
||||
Reference in New Issue
Block a user