why are we building windows facing nothing but rock infront of it?

This commit is contained in:
Letter N
2021-01-20 11:37:44 +08:00
parent 021b28a2b7
commit 02ca168df3
6 changed files with 83 additions and 18 deletions
+6 -1
View File
@@ -66,7 +66,12 @@
/turf/open/transparent/glass/Initialize()
icon_state = "" //Prevent the normal icon from appearing behind the smooth overlays
return ..()
..()
return INITIALIZE_HINT_LATELOAD
/turf/open/floor/glass/LateInitialize()
. = ..()
// AddElement(/datum/element/turf_z_transparency, TRUE)
/turf/open/transparent/glass/wrench_act(mob/living/user, obj/item/I)
to_chat(user, "<span class='notice'>You begin removing glass...</span>")