mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
fixed the define for the shock wire (#59995)
no wonder autolathes never shocked the cargo techs whenever they hacked it
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
switch(wire)
|
||||
if(WIRE_HACK)
|
||||
A.adjust_hacked(!mend)
|
||||
if(WIRE_HACK)
|
||||
if(WIRE_SHOCK)
|
||||
A.shocked = !mend
|
||||
if(WIRE_DISABLE)
|
||||
A.disabled = !mend
|
||||
|
||||
Reference in New Issue
Block a user