[MIRROR] Adds a candle box crate [MDB IGNORE] (#23933)

* Adds a candle box crate (#78593)

## About The Pull Request
Adds a candle box crate that you can order.  🕯️

## Why It's Good For The Game
The chaplain only starts with a few boxes with a RNG way (scouring
maintenance) to acquire any more

## Changelog
🆑
add: Added a candle box crate for all your candle needs!
/🆑

* Adds a candle box crate

---------

Co-authored-by: admeeer <alexpeltier@hotmail.com>
This commit is contained in:
SkyratBot
2023-09-26 21:48:20 +02:00
committed by GitHub
parent 57b456f573
commit 91a71ea2b8
+7
View File
@@ -221,6 +221,13 @@
/obj/item/clothing/under/misc/burial = 2,
)
crate_name = "religious supplies crate"
/datum/supply_pack/misc/candles_bulk
name = "Candle Box Crate"
desc = "Keep your local chapel lit with three candle boxes!"
cost = CARGO_CRATE_VALUE * 1.5
contains = list(/obj/item/storage/fancy/candle_box = 3)
crate_name = "candle box crate"
/datum/supply_pack/misc/toner
name = "Toner Crate"