From b2df78071e489374fca879a76a78c841f5d4da62 Mon Sep 17 00:00:00 2001 From: IronDragoon <8961391+IronDragoon@users.noreply.github.com> Date: Sun, 23 Nov 2025 13:38:16 +0000 Subject: [PATCH] robo-wardrobe purity seals (#4941) Adds 2 boxes of purity seals to the robo_wardrobe under the contraband category for any techpriests working there to make use of ## About The Pull Request No further info needed its just adding a box that was already in the chaplain one ## Why It's Good For The Game Cool sticker for the robo guys, gals and thems ## Proof Of Testing It runs and works ## Changelog :cl: add: Adds 2 boxes of purity seals to the robo_wardrobe under the contraband category /:cl: --- modular_zubbers/code/modules/vending/wardrobe.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_zubbers/code/modules/vending/wardrobe.dm b/modular_zubbers/code/modules/vending/wardrobe.dm index 06a8956002c..610f2149f14 100644 --- a/modular_zubbers/code/modules/vending/wardrobe.dm +++ b/modular_zubbers/code/modules/vending/wardrobe.dm @@ -109,6 +109,7 @@ ) zubbers_contraband = list( /obj/item/organ/tongue/lizard/robot = 2, + /obj/item/storage/box/purity_seal_box = 2, // purity seals for any techpriests working in robotics! ) /obj/machinery/vending/wardrobe/gene_wardrobe