mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
yer (#26290)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
state = CIRCUIT_CORE
|
||||
P.forceMove(src)
|
||||
circuit = P
|
||||
update_icon(UPDATE_ICON_STATE)
|
||||
return
|
||||
if(SCREWED_CORE)
|
||||
if(istype(P, /obj/item/stack/cable_coil))
|
||||
@@ -136,11 +137,13 @@
|
||||
state = EMPTY_CORE
|
||||
circuit.forceMove(loc)
|
||||
circuit = null
|
||||
update_icon(UPDATE_ICON_STATE)
|
||||
return
|
||||
if(GLASS_CORE)
|
||||
to_chat(user, "<span class='notice'>You remove the glass panel.</span>")
|
||||
state = CABLED_CORE
|
||||
new /obj/item/stack/sheet/rglass(loc, 2)
|
||||
update_icon(UPDATE_ICON_STATE)
|
||||
return
|
||||
if(CABLED_CORE)
|
||||
if(brain)
|
||||
|
||||
Reference in New Issue
Block a user