Fixes FEA temperature_expose() being used...

...instead of ZAS fire_act().
This commit is contained in:
mwerezak
2014-06-22 00:13:22 -04:00
parent baeca85704
commit 37e63dfcb0
21 changed files with 24 additions and 24 deletions

View File

@@ -227,7 +227,7 @@ Alien plants should do something if theres a lot of poison
del(src)
/obj/effect/alien/flesh/weeds/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
/obj/effect/alien/flesh/weeds/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
if(exposed_temperature > 300)
health -= 5
healthcheck()