mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into Paradise-drask
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
frequency.post_signal(src, signal, filter = s_filter)
|
||||
|
||||
/obj/item/radio/integrated/receive_signal(datum/signal/signal)
|
||||
if (signal.data["type"] == bot_type)
|
||||
if (bot_type && istype(signal.source, /obj/machinery/bot_core) && signal.data["type"] == bot_type)
|
||||
if(!botlist)
|
||||
botlist = new()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user