From df1ca07ad61f86e1ec87fca897c080752c286cf4 Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:06:33 -0500 Subject: [PATCH] Update l3closet.dm Added the Xenobiology Bag to the standard Level 3 Science locker, previously it was only in the double locker which some maps didn't have. --- .../game/objects/structures/crates_lockers/closets/l3closet.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/closets/l3closet.dm b/code/game/objects/structures/crates_lockers/closets/l3closet.dm index c592c3e69f..e1c551b551 100644 --- a/code/game/objects/structures/crates_lockers/closets/l3closet.dm +++ b/code/game/objects/structures/crates_lockers/closets/l3closet.dm @@ -44,7 +44,8 @@ starts_with = list( /obj/item/clothing/suit/bio_suit/scientist, - /obj/item/clothing/head/bio_hood/scientist) + /obj/item/clothing/head/bio_hood/scientist, + /obj/item/weapon/storage/bag/xeno = 1) /obj/structure/closet/l3closet/scientist/double starts_with = list(