Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Trilbyspaceclone
2020-02-11 15:55:54 -05:00
committed by GitHub
parent 612b5c5da3
commit a4a128f9dd

View File

@@ -235,7 +235,7 @@
/obj/item/firing_pin/away/pin_auth(mob/living/user)
var/station_area = get_area(src)
if(station_area in GLOB.the_station_areas)
if(!station_area || is_station_level(station_area.z))
to_chat(user, "<span class='warning'>The pin beeps, refusing to fire.</span>")
return FALSE
return TRUE