mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 07:08:03 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user