Skip to content

Commit

Permalink
fix: interdyne have basic syndicate hud
Browse files Browse the repository at this point in the history
  • Loading branch information
Arceniu committed Dec 21, 2024
1 parent f016948 commit a41b92f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/atom_hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
#define SECHUD_SYNDICATE "hudsyndicate"
#define SECHUD_SYNDICATE_INTERDYNE "hudsyndicateinterdyne"
#define SECHUD_SYNDICATE_INTERDYNE_HEAD "hudsyndicateinterdynehead"
#define SECHUD_INTERDYNE_GREEN "hudinterdynegreen"
#define SECHUD_INTERDYNE_GREEN_HEAD "hudinterdynegreenhead"

#define SECHUD_ASSISTANT "hudassistant"
#define SECHUD_ATMOSPHERIC_TECHNICIAN "hudatmospherictechnician"
Expand Down
2 changes: 2 additions & 0 deletions modular_nova/master_files/code/datums/id_trim/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
department_color = COLOR_LIME
subdepartment_color = COLOR_VERY_DARK_LIME_GREEN
threat_modifier = 2 // Interdyne is allowed on station, so this'll get beepskys off them.
sechud_icon_state = SECHUD_INTERDYNE_GREEN

/datum/id_trim/syndicom/nova/interdyne/shaftminer
assignment = "Interdyne Shaft Miner"
Expand All @@ -104,3 +105,4 @@
trim_state = "trim_deckofficer"
department_color = COLOR_VERY_DARK_LIME_GREEN
access = list(ACCESS_SYNDICATE, ACCESS_ROBOTICS, ACCESS_SYNDICATE_LEADER)
sechud_icon_state = SECHUD_INTERDYNE_GREEN_HEAD
Binary file modified modular_nova/master_files/icons/mob/huds/hud.dmi
Binary file not shown.

0 comments on commit a41b92f

Please sign in to comment.