Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed May 10, 2024
1 parent 9831aeb commit 1318eae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/modules/paperwork/folders_premade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
desc = "A folder with a Syndicate color scheme."
icon_state = "folder_syndie"

/obj/item/folder/suns
desc = "A fancy purple folder with the SUNS insignia."
icon_state = "folder_suns"

/obj/item/folder/documents
var/document = /obj/item/documents/nanotrasen
name = "folder- 'TOP SECRET'"
Expand Down Expand Up @@ -61,3 +65,10 @@
document = /obj/item/documents/terragov
desc = "A green folder with a Terran Regency seal."
icon_state = "folder_terragovred"

/obj/item/folder/documents/suns
document = /obj/item/documents/suns
desc = "A fancy purple folder with the SUNS insignia."
icon_state = "folder_sunsred"


0 comments on commit 1318eae

Please sign in to comment.