mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-23-10-2025
This commit is contained in:
@@ -294,3 +294,14 @@
|
||||
/obj/item/storage/box/heretic_box/PopulateContents()
|
||||
for(var/i in 1 to rand(1,4))
|
||||
new /obj/item/toy/reality_pierce(src)
|
||||
|
||||
|
||||
/obj/item/storage/box/purity_seal_box
|
||||
name = "box of purity seals"
|
||||
desc = "A box containing several blessed purity seals."
|
||||
|
||||
/obj/item/storage/box/purity_seal_box/PopulateContents()
|
||||
for(var/i in 1 to 4)
|
||||
new /obj/item/sticker/purity_seal(src)
|
||||
new /obj/item/sticker/purity_seal/purity_seal_2(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user