Cigarettes box capacity modified to hold rollies and lighers.

This commit is contained in:
xxalpha
2014-09-18 00:26:43 +01:00
parent 5714a446db
commit a929c42d29
@@ -153,7 +153,7 @@
throwforce = 0
slot_flags = SLOT_BELT
storage_slots = 6
can_hold = list(/obj/item/clothing/mask/cigarette)
can_hold = list(/obj/item/clothing/mask/cigarette, /obj/item/clothing/mask/cigarette/rollie, /obj/item/weapon/lighter)
icon_type = "cigarette"
/obj/item/weapon/storage/fancy/cigarettes/New()