mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Outsider and Shadekin Changes (#7579)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user