mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Merge pull request #11072 from VOREStation/Arokha/qpad2
Fix naughty one-line bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user