mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Various fire bugfixes (#22431)
Fixes https://github.com/Aurorastation/Aurora.3/issues/22384. Fixes https://github.com/Aurorastation/Aurora.3/issues/22389. changes: - bugfix: "Fixes turf fires not spreading." - bugfix: "Fixes atmos fires not consistently igniting." - bugfix: "Fixes dead mobs burning forever." - bugfix: "Fixes fire_act() runtimes for multiple objects."
This commit is contained in:
@@ -178,10 +178,10 @@
|
||||
|
||||
burst()
|
||||
|
||||
/obj/item/toy/balloon/fire_act(temperature, volume)
|
||||
/obj/item/toy/balloon/fire_act(exposed_temperature, exposed_volume)
|
||||
. = ..()
|
||||
|
||||
if(temperature > T0C+100)
|
||||
if(exposed_temperature > T0C+100)
|
||||
burst()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user