Adds Sandbags Reworks Security Barricades

This commit is contained in:
Fox McCloud
2019-08-26 03:21:45 -04:00
parent 9ff3522bb4
commit 1befa092be
14 changed files with 298 additions and 259 deletions
@@ -1059,6 +1059,15 @@
desc = "A colorful cardboard box for the clown"
icon_state = "box_clown"
/obj/item/storage/box/emptysandbags
name = "box of empty sandbags"
/obj/item/storage/box/emptysandbags/New()
..()
contents = list()
for(var/i in 1 to 7)
new /obj/item/emptysandbag(src)
/obj/item/storage/box/rndboards
name = "the Liberator's legacy"
desc = "A box containing a gift for worthy golems."