Revert "Testing out a new item declaration syntax"

This reverts commit b26ed9a950.
This commit is contained in:
Crazylemon
2015-12-04 12:52:31 -08:00
parent b26ed9a950
commit 6d44983a3e
+2 -1
View File
@@ -38,7 +38,8 @@
if(WT.remove_fuel(0,user) && do_after(user,80,target=src))
user.visible_message("The now-dilapidated [src] falls apart in a clatter.", "As you slice apart the final support structures, the [src] falls apart in a heap.", "You hear metal clanking to the floor.")
new /obj/item/stack/sheet/metal(src.loc)
new /obj/item/stack/rods { amount = 2 } (src.loc)
var/obj/item/stack/rods/rods = new /obj/item/stack/rods(src.loc)
rods.amount = 2
qdel(src)
else
if (isemptylist(welder_salvage))