Made new sprites for light tube and glasses boxes. (Bulb boxes only have bulbs in them, tube boxes only have tubes.)

Removed some awful descriptions from items which should not have descriptions.
See: paper, empty boxes.

Fixed a bug which would cause traitor packs to have an emergency O2 tank and breath mask in them.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2201 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2011-09-14 15:21:45 +00:00
parent e209195b91
commit 84d995a01d
8 changed files with 155 additions and 150 deletions
+9 -5
View File
@@ -523,21 +523,25 @@
// a box of replacement light items
/obj/item/weapon/storage/lightbox
name = "replacement lights"
name = "replacement bulbs"
icon = 'storage.dmi'
icon_state = "light"
item_state = "syringe_kit"
/obj/item/weapon/storage/lightbox/New()
/obj/item/weapon/storage/lightbox/bulbs/New()
..()
new /obj/item/weapon/light/tube(src)
new /obj/item/weapon/light/tube(src)
new /obj/item/weapon/light/tube(src)
new /obj/item/weapon/light/bulb(src)
new /obj/item/weapon/light/bulb(src)
new /obj/item/weapon/light/bulb(src)
new /obj/item/weapon/light/bulb(src)
new /obj/item/weapon/light/bulb(src)
new /obj/item/weapon/light/bulb(src)
/obj/item/weapon/storage/lightbox/tubes
name = "replacement tubes"
icon_state = "lighttube"
/obj/item/weapon/storage/lightbox/tubes/New()
..()
new /obj/item/weapon/light/tube(src)