mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Refactored fire_act (#19158)
Refactored fire_act() to be in line with TG version, removed useless parameter, added signal, made non sleepable and forced to call parent. Added atom_act.dm file for the various *_act procs.
This commit is contained in:
@@ -227,7 +227,9 @@
|
||||
|
||||
take_damage(damage)
|
||||
|
||||
/obj/effect/blob/fire_act()
|
||||
/obj/effect/blob/fire_act(exposed_temperature, exposed_volume)
|
||||
. = ..()
|
||||
|
||||
take_damage(rand(5, 20) / fire_resist)
|
||||
|
||||
#define CORE_SHIELD_HIGH "high"
|
||||
|
||||
Reference in New Issue
Block a user