Gives Clown Ops a Unique SecHud Icon (#93783)

## About The Pull Request

<img width="97" height="84" alt="image"
src="https://github.com/user-attachments/assets/7df15cb4-336e-43a3-8991-25053a9fc8a8"
/>


## Why It's Good For The Game

Clowns are a proud people. They should be seen as clowns.

## Changelog
🆑
add: Clown Ops now have a unique SecHud icon.
/🆑
This commit is contained in:
Cursor
2025-11-07 23:55:26 +00:00
committed by GitHub
parent 09a9ff6c23
commit 8fc2743581
3 changed files with 4 additions and 0 deletions

View File

@@ -75,6 +75,7 @@
#define SECHUD_SYNDICATE "hudsyndicate"
#define SECHUD_SYNDICATE_INTERDYNE "hudsyndicateinterdyne"
#define SECHUD_SYNDICATE_INTERDYNE_HEAD "hudsyndicateinterdynehead"
#define SECHUD_CLOWNOPS "hudclownop"
#define SECHUD_ASSISTANT "hudassistant"
#define SECHUD_ATMOSPHERIC_TECHNICIAN "hudatmospherictechnician"

View File

@@ -105,6 +105,8 @@
/datum/id_trim/chameleon/operative/clown
assignment = "Syndicate Entertainment Operative"
trim_state = "trim_clown"
sechud_icon_state = SECHUD_CLOWNOPS
/// Trim for Chameleon ID cards. Many outfits, nuke ops and some corpses hold Chameleon ID cards.
/datum/id_trim/chameleon/operative/clown_leader
@@ -112,3 +114,4 @@
access = list(ACCESS_MAINT_TUNNELS, ACCESS_SYNDICATE, ACCESS_SYNDICATE_LEADER)
big_pointer = TRUE
pointer_color = COLOR_SYNDIE_RED
sechud_icon_state = SECHUD_CLOWNOPS

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB