mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update blueprints.dm (#16031)
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
var/turf/T = get_turf(usr)
|
||||
if(is_reebe(T.z))
|
||||
to_chat(usr, span_danger("[src] will not function on Reebe!"))
|
||||
return
|
||||
if(is_centcom_level(T.z))
|
||||
to_chat(usr, span_danger("Centcom bluespace activity blockers prevent you from using [src]"))
|
||||
return
|
||||
in_use = TRUE
|
||||
create_area(usr)
|
||||
in_use = FALSE
|
||||
|
||||
Reference in New Issue
Block a user