[MIRROR] EMP & Wires refactor (#12658)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-11 16:14:18 -04:00
committed by GitHub
co-authored by Guti Cameron Lennox
parent 494fc9bea9
commit b116cc450d
148 changed files with 665 additions and 384 deletions
@@ -126,6 +126,9 @@
color = new_color
/obj/item/storage/wallet/poly/emp_act(severity, recursive)
. = ..()
if (. & EMP_PROTECT_SELF)
return
var/original_state = icon_state
icon_state = "wallet-emp"
update_icon()
@@ -134,7 +137,6 @@
if(src)
icon_state = original_state
update_icon()
..()
/obj/item/storage/wallet/womens
name = "women's wallet"