Skip to content

Commit

Permalink
headset for spatial agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Nov 23, 2024
1 parent 9035ba6 commit 9f24087
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/datums/jobs/job/militarypolice.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ In addition, you are tasked with the security of high-ranking personnel, includi
wear_suit = /obj/item/clothing/suit/armor/bulletproof/mp
suit_store = /obj/item/weapon/gun/energy/taser

/obj/item/radio/headset/mainship/mp
icon = 'icons/obj/items/radio.dmi'
name = "security radio headset"
icon_state = "mp_headset"
keyslot = /obj/item/encryptionkey/mcom

/obj/item/storage/pouch/pistol/laserpistol/Initialize()
. = ..()
new /obj/item/weapon/gun/energy/lasgun/lasrifle/standard_marine_pistol/tactical(src)
Expand Down
1 change: 1 addition & 0 deletions code/datums/jobs/job/other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
gloves = /obj/item/clothing/gloves/marine/officer/chief/sa
glasses = /obj/item/clothing/glasses/sunglasses/sa/nodrop
back = /obj/item/storage/backpack/marine/satchel
ears = /obj/item/radio/headset/mainship/spatial

/datum/job/spatial_agent/galaxy_red
outfit = /datum/outfit/job/other/spatial_agent/galaxy_red
Expand Down
10 changes: 10 additions & 0 deletions code/game/objects/items/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,16 @@ GLOBAL_LIST_INIT(channel_tokens, list(
name = "silicon radio"
keyslot = /obj/item/encryptionkey/mcom/ai

/obj/item/radio/headset/mainship/mp
name = "security radio headset"
icon_state = "mp_headset"
keyslot = /obj/item/encryptionkey/mcom

/obj/item/radio/headset/mainship/spatial
name = "spatial agent headset"
icon_state = "headset_marine_generic"
keyslot = /obj/item/encryptionkey/mcom/ai

/obj/item/radio/headset/mainship/marine
keyslot = /obj/item/encryptionkey/general

Expand Down

0 comments on commit 9f24087

Please sign in to comment.