mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user