Usr Wire Fix (#19643)

* WIP markers

* get the easy ones out of the way

* oops you too

* additional issues

* sanity

* Update rig_wiring.dm

* Update rig_wiring.dm

* Update power.dm

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2026-08-02 01:57:18 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent f0799cece1
commit 4c72d690b2
15 changed files with 42 additions and 36 deletions
@@ -77,7 +77,7 @@
return 1
return 0
/obj/machinery/containment_field/shock(mob/living/user as mob)
/obj/machinery/containment_field/shock(mob/living/user)
if(hasShocked)
return 0
if(!FG1 || !FG2)