Forgot about this

This commit is contained in:
Dhaeleena
2017-01-26 22:20:45 -03:00
parent d02bb69119
commit b69dad32fb
+2 -2
View File
@@ -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"