Apply some pressure, you lose some pressure

This commit is contained in:
Ghommie
2019-03-19 12:29:26 +01:00
parent ea37b1a172
commit a537c12757
7 changed files with 81 additions and 64 deletions
@@ -103,10 +103,22 @@
radio.name = "internal radio"
radio.subspace_transmission = subspace_transmission
radio.canhear_range = 0
radio.resistance_flags |= INDESTRUCTIBLE
radio.item_flags |= DROPDEL
if(radio_key)
radio.keyslot = new radio_key
radio.recalculateChannels()
/obj/item/implant/radio/implant(mob/living/target, mob/user, silent = FALSE)
. = ..()
if(.)
radio.forceMove(imp_in)
/obj/item/implant/radio/removed(mob/living/source, silent = FALSE, special = 0)
. = ..()
if(.)
radio.forceMove(src)
/obj/item/implant/radio/mining
radio_key = /obj/item/encryptionkey/headset_cargo