mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user