Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit bbb54c0

Browse files
committed
weird runtime
1 parent b878dc7 commit bbb54c0

File tree

1 file changed

+0
-12
lines changed
  • code/game/objects/items/devices/radio

1 file changed

+0
-12
lines changed

code/game/objects/items/devices/radio/radio.dm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -598,18 +598,6 @@ GLOBAL_LIST_INIT(channel_tokens, list(
598598
else
599599
to_chat(user, span_warning("This radio doesn't have any encryption keys!"))
600600

601-
else if(istype(W, /obj/item/encryptionkey/))
602-
if(keyslot)
603-
to_chat(user, span_warning("The radio can't hold another key!"))
604-
return
605-
606-
if(!keyslot)
607-
if(!user.transferItemToLoc(W, src))
608-
return
609-
keyslot = W
610-
611-
recalculateChannels()
612-
613601

614602
/obj/item/radio/off // Station bounced radios, their only difference is spawning with the speakers off, this was made to help the lag.
615603
dog_fashion = /datum/dog_fashion/back

0 commit comments

Comments
 (0)