Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Jan 20, 2025
1 parent 29eca01 commit 5977280
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,12 @@
icon_state = "sec_headset"
additional_hud_types = list(MOB_HUD_FACTION_CMB)
initial_keys = list(/obj/item/device/encryptionkey/mmpo)
locate_setting = TRACKER_CMP
misc_tracking = TRUE

inbuilt_tracking_options = list(
"Chief MP" = TRACKER_CMP,
)

/obj/item/device/radio/headset/almayer/marine/mp_honor
name = "marine honor guard radio headset"
Expand All @@ -553,6 +559,7 @@

inbuilt_tracking_options = list(
"Commanding Officer" = TRACKER_CO,
"Chief MP" = TRACKER_CMP,
"Executive Officer" = TRACKER_XO
)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
skills = /datum/skills/civilian

minimap_icon = "cl"
minimap_background = "background_civillian"
minimap_background = "background_goon"

dress_under = list(
/obj/item/clothing/under/liaison_suit/black,
Expand Down

0 comments on commit 5977280

Please sign in to comment.