mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Revert "Testing out a new item declaration syntax"
This reverts commit b26ed9a950.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user