Update mecha_control_console.dm (#29994)

This commit is contained in:
Kyani
2025-08-14 02:50:44 -04:00
committed by GitHub
parent acf5e891d0
commit 4e283edd77

View File

@@ -181,6 +181,9 @@
mech.occupant_message("<span class='danger'>Coordination system calibration failure. Manual restart required.</span>")
SEND_SOUND(mech.occupant, sound('sound/machines/warning-buzzer.ogg'))
do_sparks(3, FALSE, mech.loc)
var/obj/effect/temp_visual/emp/sabotage_overlay = new(mech.loc)
sabotage_overlay.layer = ABOVE_ALL_MOB_LAYER
charges_left--
if(charges_left < 1)
qdel(src)