EMP cleanup (#18682)

This commit is contained in:
Cameron Lennox
2025-11-07 20:05:08 -05:00
committed by GitHub
parent b01c89bcc0
commit a425f3e663
122 changed files with 220 additions and 357 deletions
@@ -39,7 +39,7 @@
take_damage(rand(100,200) / severity, 30 / severity)
// EMPs are similar to explosions, but don't cause physical damage to the casing. Instead they screw up the components
/obj/item/modular_computer/emp_act(var/severity)
/obj/item/modular_computer/emp_act(severity, recursive)
take_damage(rand(100,200) / severity, 50 / severity, 0)
// "Stun" weapons can cause minor damage to components (short-circuits?)