mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Window Rework (#13805)
This commit is contained in:
@@ -433,7 +433,7 @@
|
||||
move_delay = 1 + world.time
|
||||
var/turf/T = get_step(use_mob, direct)
|
||||
for(var/obj/structure/window/W in T)
|
||||
if(istype(W, /obj/structure/window/phoronbasic) || istype(W, /obj/structure/window/phoronreinforced))
|
||||
if(istype(W, /obj/structure/window/borosilicate) || istype(W, /obj/structure/window/borosilicate/reinforced))
|
||||
if(W.is_full_window())
|
||||
to_chat(src, SPAN_WARNING("\The [W] obstructs your movement!"))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user