[MIRROR] Create ERT refactor (#5924)
* Create ERT refactor (#36321) cl Naksu admin: ERT creation has been refactored to allow for easier customization and deployment via templates and settings /cl * Create ERT refactor
This commit is contained in:
committed by
Poojawa
parent
6a65ed49d0
commit
c91006c27f
@@ -942,3 +942,12 @@ obj/item/storage/box/clown
|
||||
/obj/item/storage/box/fountainpens/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/pen/fountain(src)
|
||||
|
||||
/obj/item/storage/box/holy_grenades
|
||||
name = "box of holy hand grenades"
|
||||
desc = "Contains several grenades used to rapidly purge heresy."
|
||||
illustration = "flashbang"
|
||||
|
||||
/obj/item/storage/box/holy_grenades/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new/obj/item/grenade/chem_grenade/holy(src)
|
||||
|
||||
Reference in New Issue
Block a user