diff --git a/code/game/machinery/magnet.dm b/code/game/machinery/magnet.dm index cdc5fe2665..26df61b01f 100644 --- a/code/game/machinery/magnet.dm +++ b/code/game/machinery/magnet.dm @@ -230,12 +230,8 @@ spawn(15) // must wait for map loading to finish if(radio_controller) - world << "test" radio_connection = radio_controller.add_object(src, frequency, RADIO_MAGNETS) - if(!radio_connection) - world << "oh no!" - attack_ai(mob/user as mob) return src.attack_hand(user)