Adds clipboards & folders to the loadout menu. (#24929)

* paperwork? i sure hope it does

adds clipboards and folders to the pocket loadout menu

* i dont think that last linter thing was my fault

grr b ark snarl

* Revert "i dont think that last linter thing was my fault"

This reverts commit f23ea886ab5292aa485cb122b757fb642be57257.
This commit is contained in:
Plum
2023-11-12 11:54:04 -05:00
committed by GitHub
parent 31593f32c1
commit 64693b7e69
@@ -173,6 +173,14 @@ GLOBAL_LIST_INIT(loadout_pocket_items, generate_loadout_items(/datum/loadout_ite
name = "Ornate Cross"
item_path = /obj/item/crucifix
/datum/loadout_item/pocket_items/clipboard
name = "Clipboard"
item_path = /obj/item/clipboard
/datum/loadout_item/pocket_items/folder
name = "Folder"
item_path = /obj/item/folder
/*
* UTILITY
*/