mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
candles in loadout (#21335)
Adds a box of candles to the general section of the loadout.
This commit is contained in:
@@ -491,3 +491,9 @@
|
||||
plants[initial(plant.name)] = plant_type
|
||||
sortTim(plants, GLOBAL_PROC_REF(cmp_text_asc))
|
||||
gear_tweaks += new /datum/gear_tweak/path(plants)
|
||||
|
||||
/datum/gear/candles
|
||||
display_name = "candle pack"
|
||||
description = "A pack of red candles."
|
||||
cost = 1
|
||||
path = /obj/item/storage/box/fancy/candle_box
|
||||
|
||||
Reference in New Issue
Block a user