Gives the freelance mercs headsets and a couple other tweaks. (#7290)

Gave the freelance mercs headsets. They have the common and response team channels.
    Switched their id-type to agent ones, to allow them to be edited if needed.
    Fixed the freelance merc leader's rifle being the wrong type.
This commit is contained in:
fernerr
2019-11-01 20:57:26 +01:00
committed by Erki
parent 4c69768491
commit 527af99001
3 changed files with 50 additions and 2 deletions

View File

@@ -102,7 +102,9 @@
suit = /obj/item/clothing/suit/space/void/merc
head = /obj/item/clothing/head/helmet/space/void/merc
suit_store = /obj/item/weapon/tank/oxygen
id = /obj/item/weapon/card/id/distress
id = /obj/item/weapon/card/id/syndicate
l_ear = /obj/item/device/radio/headset/distress
backpack_contents = list(
/obj/item/weapon/gun/projectile/automatic/c20r = 1,
@@ -139,7 +141,7 @@
/datum/outfit/admin/ert/mercenary/leader
name = "Mercenary Freelancer Leader"
l_hand = /obj/item/weapon/gun/projectile/automatic/rifle
l_hand = /obj/item/weapon/gun/projectile/automatic/rifle/sts35
back = /obj/item/weapon/rig/merc/distress
suit_store = null
suit = null

View File

@@ -230,6 +230,11 @@
item_state = "headset"
ks2type = /obj/item/device/encryptionkey/onlyert
/obj/item/device/radio/headset/distress
name = "specialist radio headset"
desc = "A headset used by specialists."
ks2type = /obj/item/device/encryptionkey/onlyert
/obj/item/device/radio/headset/representative
name = "representative headset"
desc = "The headset of your worst enemy."