Skip to content

Commit

Permalink
More Stamps
Browse files Browse the repository at this point in the history
Adds faction specific stamps for Inteq Risk Management, Syndicate sub-factions, and the Colonial Minutemen.
  • Loading branch information
Luftkommando committed Jan 20, 2024
1 parent 9fa8968 commit ee607c0
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 1 deletion.
11 changes: 10 additions & 1 deletion code/modules/asset_cache/asset_list_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,16 @@
"stamp-mime" = 'icons/stamp_icons/large_stamp-mime.png',
"stamp-centcom" = 'icons/stamp_icons/large_stamp-centcom.png',
"stamp-syndicate" = 'icons/stamp_icons/large_stamp-syndicate.png',
"stamp-solgov" = 'icons/stamp_icons/large_stamp-solgov.png'
"stamp-solgov" = 'icons/stamp_icons/large_stamp-solgov.png',
"stamp-inteq" = 'icons/stamp_icons/large_stamp-inteq.png',
"stamp-vanguard" = 'icons/stamp_icons/large_stamp-vanguard.png',
"stamp-maa" = 'icons/stamp_icons/large_stamp-maa.png',
"stamp-artificer" = 'icons/stamp_icons/large_stamp-artificer.png',
"stamp-cmm" = 'icons/stamp_icons/large_stamp-cmm.png',
"stamp-bard" = 'icons/stamp_icons/large_stamp-bard.png',
"stamp-gold" = 'icons/stamp_icons/large_stamp-gold.png',
"stamp-cybersun" = 'icons/stamp_icons/large_stamp-cybersun.png',
"stamp-donk" = 'icons/stamp_icons/large_stamp-donk.png'
)

/datum/asset/simple/fuckywucky
Expand Down
45 changes: 45 additions & 0 deletions code/modules/paperwork/stamps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,54 @@
icon_state = "stamp-syndicate"
dye_color = DYE_SYNDICATE

/obj/item/stamp/donk
name = "Donk! Co. rubber stamp"
icon_state = "stamp-donk"
dye_color = DYE_SYNDICATE

/obj/item/stamp/cybersun
name = "Cybersun rubber stamp"
icon_state = "stamp-cybersun"
dye_color = DYE_SYNDICATE

/obj/item/stamp/solgov
name = "SolGov rubber stamp"
icon_state = "stamp-solgov"

/obj/item/stamp/inteq
name = "Inteq rubber stamp"
icon_state = "stamp-inteq"
dye_color = DYE_QM

/obj/item/stamp/vanguard
name = "Vanguard's rubber stamp"
icon_state = "stamp-vanguard"
dye_color = DYE_QM

/obj/item/stamp/maa
name = "Master at Arms' rubber stamp"
icon_state = "stamp-maa"
dye_color = DYE_QM

/obj/item/stamp/artificer
name = "Class II Artificer's rubber stamp"
icon_state = "stamp-artificer"
dye_color = DYE_QM

/obj/item/stamp/cmm
name = "Colonial Minutemen rubber stamp"
icon_state = "stamp-cmm"
dye_color = DYE_FO

/obj/item/stamp/gold
name = "GOLD rubber stamp"
icon_state = "stamp-gold"
dye_color = DYE_FO

/obj/item/stamp/bard
name = "BARD rubber stamp"
icon_state = "stamp-bard"
dye_color = DYE_FO

/obj/item/stamp/attack_paw(mob/user)
return attack_hand(user)
Binary file modified icons/obj/bureaucracy.dmi
Binary file not shown.
Binary file added icons/stamp_icons/large_stamp-artificer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-bard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-cmm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-cybersun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-donk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-inteq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-maa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/stamp_icons/large_stamp-vanguard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee607c0

Please sign in to comment.