mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Merge pull request #94 from headswe/master
Made blob take damage from airbased fire hopefully.
This commit is contained in:
@@ -158,9 +158,12 @@
|
||||
return 1
|
||||
if(special_action())
|
||||
return 1
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
temperature_expose(datum/gas_mixture/air, temperature, volume)
|
||||
if(temperature > T0C+200)
|
||||
health -= 0.01 * temperature
|
||||
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