Skip to content

Commit ffa3b69

Browse files
authored
Merge pull request #13 from cuberound/blackfoot-fixproper
fixing
2 parents e65475c + 0b84299 commit ffa3b69

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

code/game/turfs/open_space.dm

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,16 @@ GLOBAL_DATUM_INIT(openspace_backdrop_one_for_all, /atom/movable/openspace_backdr
114114

115115
movable.forceMove(below)
116116
movable.onZImpact(below, height)
117+
118+
/turf/solid_open_space
119+
name = "open space"
120+
icon_state = "transparent_solid"
121+
baseturfs = /turf/solid_open_space
122+
plane = OPEN_SPACE_PLANE_START
123+
is_weedable = NOT_WEEDABLE
124+
density = TRUE
125+
126+
/turf/solid_open_space/Initialize()
127+
ADD_TRAIT(src, TURF_Z_TRANSPARENT_TRAIT, TRAIT_SOURCE_INHERENT)
128+
icon_state = "transparent"
129+
return INITIALIZE_HINT_LATELOAD

0 commit comments

Comments
 (0)