Merge pull request #5835 from Cerebulon/ReligionUpdate

Updates Religion Lists + Adds Religious Paraphernalia
This commit is contained in:
Neerti
2019-01-14 03:47:00 -05:00
committed by VirgoBot
parent a0cb0a347d
commit e1cf31c565
10 changed files with 240 additions and 32 deletions
@@ -55,11 +55,11 @@
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/egg = 12)
/*
* Candle Box
* Candle Boxes
*/
/obj/item/weapon/storage/fancy/candle_box
name = "candle pack"
name = "red candle pack"
desc = "A pack of red candles."
icon = 'icons/obj/candle.dmi'
icon_state = "candlebox5"
@@ -69,6 +69,29 @@
slot_flags = SLOT_BELT
starts_with = list(/obj/item/weapon/flame/candle = 5)
/obj/item/weapon/storage/fancy/whitecandle_box
name = "white candle pack"
desc = "A pack of white candles."
icon = 'icons/obj/candle.dmi'
icon_state = "whitecandlebox5"
icon_type = "whitecandle"
item_state = "whitecandlebox5"
throwforce = 2
slot_flags = SLOT_BELT
starts_with = list(/obj/item/weapon/flame/candle/white = 5)
/obj/item/weapon/storage/fancy/blackcandle_box
name = "black candle pack"
desc = "A pack of black candles."
icon = 'icons/obj/candle.dmi'
icon_state = "blackcandlebox5"
icon_type = "blackcandle"
item_state = "blackcandlebox5"
throwforce = 2
slot_flags = SLOT_BELT
starts_with = list(/obj/item/weapon/flame/candle/black = 5)
/*
* Crayon Box
*/