Skip to content

Commit

Permalink
Разрешаем синдиключу вновь прослушивать все каналы
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Nov 24, 2023
1 parent be70250 commit 9da86fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modular_ss220/spy_spider/code/spy_spider.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/datum/controller/subsystem/radio
var/list/syndicate_blacklist = list(SPY_SPIDER_FREQ)

/datum/controller/subsystem/radio/frequency_span_class(frequency)
if(frequency == SPY_SPIDER_FREQ)
return "spyradio"
Expand Down Expand Up @@ -29,11 +26,6 @@
to_chat(user, span_info("Ты выключил жучок."))
return TRUE

/obj/item/radio/receive_range(freq, level)
if(syndiekey && !(freq in SSradio.syndicate_blacklist))
return -1
. = ..()

/obj/item/encryptionkey/spy_spider
name = "Spy Encryption Key"
icon = 'modular_ss220/spy_spider/icons/spy_spider.dmi'
Expand Down

0 comments on commit 9da86fe

Please sign in to comment.