[MIRROR] Tweaks to ERT creation (#6021)
* inquisition ert tweak (#36511) * Tweaks to ERT creation
This commit is contained in:
committed by
Poojawa
parent
fcbc76a7a9
commit
b74454bf5c
@@ -156,7 +156,7 @@
|
||||
/obj/item/storage/bag/bio,
|
||||
/obj/item/reagent_containers/blood,
|
||||
/obj/item/tank/internals/emergency_oxygen,
|
||||
/obj/item/pinpointer/crew,
|
||||
/obj/item/pinpointer/crew,
|
||||
/obj/item/gun/syringe/syndicate,
|
||||
/obj/item/implantcase,
|
||||
/obj/item/implant,
|
||||
@@ -278,6 +278,10 @@
|
||||
for(var/i in 1 to 6)
|
||||
new /obj/item/device/soulstone(src)
|
||||
|
||||
/obj/item/storage/belt/soulstone/full/chappy/PopulateContents()
|
||||
for(var/i in 1 to 6)
|
||||
new /obj/item/device/soulstone/anybody/chaplain(src)
|
||||
|
||||
/obj/item/storage/belt/champion
|
||||
name = "championship belt"
|
||||
desc = "Proves to the world that you are the strongest!"
|
||||
|
||||
Reference in New Issue
Block a user