Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Oct 18, 2023
1 parent 4b60070 commit c6a7b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/open/openspace.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// I am so sorry
/turf/open/openspace/Initialize(mapload) // handle plane and layer here so that they don't cover other obs/turfs in Dream Maker
. = ..()
if(PERFORM_ALL_TESTS(focus_only/openspace_clear) && !GET_TURF_BELOW(src))
if(PERFORM_ALL_TESTS(focus_only/openspace_clear) && !SSmapping.get_turf_below(src, DOWN))
stack_trace("[src] was inited as openspace with nothing below it at ([x], [y], [z])")
RegisterSignal(src, COMSIG_ATOM_AFTER_SUCCESSFUL_INITIALIZED_ON, PROC_REF(on_atom_created))
var/area/our_area = loc
Expand Down

0 comments on commit c6a7b1b

Please sign in to comment.