Outsider and Shadekin Changes (#7579)

This commit is contained in:
FluffMedic
2024-01-23 20:46:21 -05:00
committed by GitHub
parent bf4dd541f8
commit e8f505eff0
7 changed files with 80 additions and 3 deletions
@@ -82,4 +82,22 @@
user.visible_message("<span class='danger'>[user] is abruptly flung somewhere else in response to the damage!</span>")
do_teleport(user, locate(telex,teley,telez), local = 0, bohsafe = 1)
tele_threshold = initial(tele_threshold)
return TRUE
return TRUE
/obj/item/device/radio/headset/outsider
name = "Generic headset"
desc = "Headset used by those upon the planet, or in other words, outsiders."
icon_state = "exp_headset"
adhoc_fallback = TRUE
ks1type = /obj/item/device/encryptionkey/headset_outsider
/obj/item/device/encryptionkey/headset_outsider
name = "outsider radio encryption key"
icon_state = "sec_cypherkey"
channels = list("Outsider" = 1)