mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
This reverts commit 27c40bdaf6.
This commit is contained in:
@@ -163,12 +163,6 @@
|
||||
else
|
||||
to_chat(user, SPAN_WARNING("You need at least [glass_needed] sheets of [MATERIAL_GLASS_REINFORCED_PHORON] to finished the window."))
|
||||
|
||||
/obj/structure/window_frame/hitby(atom/movable/AM, speed)
|
||||
. = ..()
|
||||
var/obj/structure/window/W = locate() in get_turf(src)
|
||||
if(istype(W))
|
||||
W.hitby(AM)
|
||||
|
||||
/obj/structure/window_frame/unanchored // Used during in-game construction.
|
||||
should_check_mapload = FALSE // No glass.
|
||||
anchored = FALSE
|
||||
|
||||
Reference in New Issue
Block a user