Skip to content

Commit

Permalink
Adds clipboards & folders to the loadout menu. (#576)
Browse files Browse the repository at this point in the history
* 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.

Co-authored-by: Plum <[email protected]>
  • Loading branch information
Steals-The-PRs and Plum-but-gayer authored Nov 12, 2023
1 parent d495787 commit a58f2c7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a58f2c7

Please sign in to comment.