[MIRROR] Adds a syndicate sechud icon state [MDB IGNORE] (#11484)

* Adds a syndicate sechud icon state (#64860)

Syndicate IDs now have a SecHUD icon state

* Adds a syndicate sechud icon state

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-02-14 07:09:00 +01:00
committed by GitHub
parent 42bdf63f0c
commit 3b86bef3db
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@
#define SECHUD_NO_ID "hudno_id"
#define SECHUD_UNKNOWN "hudunknown"
#define SECHUD_CENTCOM "hudcentcom"
#define SECHUD_SYNDICATE "hudsyndicate"
#define SECHUD_ASSISTANT "hudassistant"
#define SECHUD_ATMOSPHERIC_TECHNICIAN "hudatmospherictechnician"
+1
View File
@@ -2,6 +2,7 @@
/datum/id_trim/syndicom
assignment = "Syndicate Overlord"
trim_state = "trim_syndicate"
sechud_icon_state = SECHUD_SYNDICATE
access = list(ACCESS_SYNDICATE)
/// Trim for Syndicate mobs, outfits and corpses.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB