mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-21 20:12:31 +01:00
Forgot about this
This commit is contained in:
@@ -264,9 +264,9 @@
|
||||
else if (src.locked == 0)
|
||||
playsound(src.loc, 'sound/items/Deconstruct.ogg', 50, 1)
|
||||
src.connected = new /obj/structure/c_tray( src.loc )
|
||||
step(src.connected, dir)
|
||||
step(src.connected, dir) //Vorestation Edit
|
||||
src.connected.layer = OBJ_LAYER
|
||||
var/turf/T = get_step(src, dir)
|
||||
var/turf/T = get_step(src, dir) //Vorestation Edit
|
||||
if (T.contents.Find(src.connected))
|
||||
src.connected.connected = src
|
||||
src.icon_state = "crema0"
|
||||
|
||||
Reference in New Issue
Block a user