This commit is contained in:
Alberyk
2021-09-02 15:13:08 -03:00
parent 5a4e2740fb
commit e58c807b8c
12 changed files with 321 additions and 46 deletions
@@ -141,6 +141,11 @@
icon_state = "hop_cypherkey"
channels = list(CHANNEL_SUPPLY = TRUE, CHANNEL_SERVICE = TRUE, CHANNEL_COMMAND = TRUE, CHANNEL_SECURITY = TRUE, CHANNEL_PENAL = TRUE)
/obj/item/device/encryptionkey/heads/xo
name = "executive officer's encryption key"
icon_state = "hop_cypherkey"
channels = list(CHANNEL_SERVICE = TRUE, CHANNEL_COMMAND = TRUE, CHANNEL_SECURITY = TRUE, CHANNEL_PENAL = TRUE)
/obj/item/device/encryptionkey/headset_cargo
name = "supply radio encryption key"
icon_state = "cargo_cypherkey"
@@ -84,7 +84,7 @@
if(slot_flags & SLOT_TWOEARS)
var/obj/item/clothing/ears/OE = (H.l_ear == src ? H.r_ear : H.l_ear)
qdel(OE)
..()
/obj/item/device/radio/headset/attackby(obj/item/W, mob/user)
@@ -200,7 +200,7 @@
to_chat(usr, SPAN_NOTICE("\The [src] will now layer [normal_layer ? "under" : "over"] your outerwear."))
if (ismob(src.loc))
var/mob/M = src.loc
M.update_inv_wrists()
M.update_inv_wrists()
/*
* Civillian
@@ -252,6 +252,29 @@
item_state = "wristset_HoP"
ks2type = /obj/item/device/encryptionkey/heads/hop
/obj/item/device/radio/headset/heads/xo
name = "executive officer's headset"
desc = "The headset of the guy who will one day be captain."
icon_state = "hop_headset"
ks2type = /obj/item/device/encryptionkey/heads/hop
/obj/item/device/radio/headset/heads/hop/xo
name = "executive officer's bowman headset"
icon_state = "hop_headset_alt"
item_state = "headset_alt"
/obj/item/device/radio/headset/alt/double/xo
name = "executive officer's soundproof headset"
icon_state = "earset_HoP"
item_state = "earset_HoP"
ks2type = /obj/item/device/encryptionkey/heads/xo
/obj/item/device/radio/headset/wrist/hop
name = "executive officer's wristbound radio"
icon_state = "wristset_HoP"
item_state = "wristset_HoP"
ks2type = /obj/item/device/encryptionkey/heads/xo
/*
* Engineering
*/