Merge pull request #7378 from VOREStation/aro-minesafety

Fix frontier phaser lock locations
This commit is contained in:
Novacat
2020-04-22 09:12:14 -04:00
committed by GitHub
@@ -184,7 +184,7 @@
/obj/item/weapon/gun/energy/locked/special_check(mob/user)
if(locked)
var/turf/T = get_turf(src)
if(T.z in using_map.map_levels)
if(T.z in using_map.station_levels)
to_chat(user, "<span class='warning'>The safety device prevents the gun from firing this close to the facility.</span>")
return 0
return ..()