Removes MORE hardcoded zlevel numbers (#13882)

This commit is contained in:
AffectedArc07
2020-07-21 10:29:56 +01:00
committed by GitHub
parent 82283ff5e9
commit bd27e9f897
4 changed files with 4 additions and 4 deletions
@@ -756,7 +756,7 @@ Pass a positive integer as an argument to override a bot's default speed.
// send a radio signal with multiple data key/values
/mob/living/simple_animal/bot/proc/post_signal_multiple(var/freq, var/list/keyval)
if(z != 1) //Bot control will only work on station.
if(!is_station_level(z)) //Bot control will only work on station.
return
var/datum/radio_frequency/frequency = SSradio.return_frequency(freq)
if(!frequency)