Merge pull request #11072 from VOREStation/Arokha/qpad2

Fix naughty one-line bug
This commit is contained in:
Aronai Sieyes
2021-07-14 14:13:45 -04:00
committed by GitHub
+2
View File
@@ -245,6 +245,8 @@
var/list/gateway_zs = GetConnectedZlevels(GLOB.gateway_away.z)
if(z in gateway_zs)
return FALSE // It's not calibrated and we're in a connected z
return TRUE
/obj/machinery/power/quantumpad/proc/gateway_scatter(mob/user)
var/obj/effect/landmark/dest = pick(awaydestinations)