From 267d31d531236f7def264af104f7a30d3d52d61b Mon Sep 17 00:00:00 2001 From: Alien <68290943+alien3301@users.noreply.github.com> Date: Wed, 26 Nov 2025 04:46:03 +0200 Subject: [PATCH] Adds a bandolier to the warden's locker (#94130) ## About The Pull Request PR title ## Why It's Good For The Game Warden is the weapons guy and even starts with a super cool unique shotgun. Bandoliers are roundstart items (can be bought from bartender's vendor when they arent using it or arent preset, can be crafted by killing five monkeys which there are plenty of) so this just removes the hastle of having to go get it. ## Changelog :cl: balance: The warden starts with a bandolier in their locker /:cl: Co-authored-by: John Doe --- .../objects/structures/crates_lockers/closets/secure/security.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index e51e0cda307..88cf2447b74 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -89,6 +89,7 @@ new /obj/item/storage/belt/security/full(src) new /obj/item/flashlight/seclite(src) new /obj/item/door_remote/head_of_security(src) + new /obj/item/storage/belt/bandolier(src) /obj/structure/closet/secure_closet/warden/populate_contents_immediate()