mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Emp Damage Hotfix (#22413)
Some of the prosthetics weren't ticking down EMP damage, which was because they had overrides of Process() that weren't correctly passing in the SPT value needed by the tick_surge_damage(seconds_per_tick) proc.
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
take_damage(owner.chem_effects[toxin_type] * seconds_per_tick)
|
||||
|
||||
handle_regeneration(seconds_per_tick)
|
||||
tick_surge_damage() //Yes, this is intentional.
|
||||
tick_surge_damage(seconds_per_tick) //Yes, this is intentional.
|
||||
|
||||
/obj/item/organ/internal/proc/handle_regeneration(seconds_per_tick)
|
||||
SHOULD_CALL_PARENT(TRUE)
|
||||
|
||||
Reference in New Issue
Block a user