Adds a notepad to the investigator locker and removes the labcoat from it (#21671)

Pretty much what it says in the title. Investigators need somewhere for
all their active note taking after all.
This commit is contained in:
Casper3667
2025-12-23 20:05:52 +00:00
committed by GitHub
parent 99c46f1ad4
commit 4021f161d8
3 changed files with 13 additions and 3 deletions
@@ -294,7 +294,6 @@
/obj/structure/closet/secure_closet/investigator/fill()
//Appearance
new /obj/item/storage/backpack/satchel/leather/recolorable(src)
new /obj/item/clothing/suit/storage/toggle/labcoat(src)
new /obj/item/clothing/accessory/badge/investigator(src)
new /obj/item/clothing/mask/gas/half(src)
//Tools
@@ -307,6 +306,7 @@
new /obj/item/stamp/investigations(src)
new /obj/item/clothing/glasses/sunglasses/sechud/aviator(src)
new /obj/item/clothing/glasses/sunglasses/sechud(src)
new /obj/item/journal/notepad/filled/security(src)
//Belts
new /obj/item/clothing/accessory/storage/black_vest(src)
new /obj/item/clothing/accessory/storage/pouches/black(src)