Can now make light tubes/bulbs in the autolathe

Old trashbag was buggy as fuck and useless. Didn't touch it's code, but replaced it's spawn in the janitors locker with a 20 slot, tiny item only storage object (new trashbag)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2577 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2011-11-30 05:35:40 +00:00
parent b3bf2edb80
commit 763c0ecf71
5 changed files with 14 additions and 1 deletions
+9
View File
@@ -12,6 +12,15 @@
desc = "A backpack and trophy rack, useful for both carrying extra gear and proudly declaring your insanity "
icon_state = "cultpack"
/obj/item/weapon/storage/trashbag
name = "trash bag"
desc = "for picking up all those pens"
icon_state = "trashbag"
item_state = "trashbag"
w_class = 4.0
storage_slots = 20
max_w_class = 1
max_combined_w_class = 20
/*
/obj/item/weapon/storage/lbe
name = "Load Bearing Equipment"
+2
View File
@@ -256,6 +256,8 @@ var/global/list/autolathe_recipes = list( \
new /obj/item/device/radio(), \
new /obj/item/device/assembly/infra(), \
new /obj/item/device/assembly/timer(), \
new /obj/item/weapon/light/tube(), \
new /obj/item/weapon/light/bulb(), \
)
var/global/list/autolathe_recipes_hidden = list( \
+1 -1
View File
@@ -13,4 +13,4 @@
new /obj/item/weapon/caution(src)
new /obj/item/weapon/caution(src)
new /obj/item/weapon/caution(src)
new /obj/item/weapon/trashbag(src)
new /obj/item/weapon/storage/trashbag(src)