Merge pull request #11787 from JKnutson101/lattice_catwalk_fix

Fixed a bug that prevented Catwalks and Lattice from returning materials
This commit is contained in:
variableundefined
2019-07-07 22:10:08 +08:00
committed by GitHub
+1 -2
View File
@@ -39,8 +39,7 @@
return T.attackby(C, user) //hand this off to the turf instead (for building plating, catwalks, etc)
/obj/structure/lattice/deconstruct(disassembled = TRUE)
if(!can_deconstruct)
new /obj/item/stack/rods(get_turf(src), number_of_rods)
new /obj/item/stack/rods(get_turf(src), number_of_rods)
qdel(src)
/obj/structure/lattice/blob_act()