mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fix frontier phaser lock locations
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
/obj/item/weapon/gun/energy/locked/special_check(mob/user)
|
/obj/item/weapon/gun/energy/locked/special_check(mob/user)
|
||||||
if(locked)
|
if(locked)
|
||||||
var/turf/T = get_turf(src)
|
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>")
|
to_chat(user, "<span class='warning'>The safety device prevents the gun from firing this close to the facility.</span>")
|
||||||
return 0
|
return 0
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user