mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #5835 from Cerebulon/ReligionUpdate
Updates Religion Lists + Adds Religious Paraphernalia
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user