mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user