Skip to content

Commit

Permalink
Revert "baseturf_helper fix (tgstation#44937)"
Browse files Browse the repository at this point in the history
This reverts commit 8402bb9.
  • Loading branch information
Dennok authored Jul 19, 2019
1 parent 64c1eaa commit ad54192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mapping/mapping_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/obj/effect/baseturf_helper/LateInitialize()
if(!baseturf_to_replace)
baseturf_to_replace = typecacheof(list(/turf/open/space,/turf/baseturf_bottom))
baseturf_to_replace = typecacheof(/turf/open/space)
else if(!length(baseturf_to_replace))
baseturf_to_replace = list(baseturf_to_replace = TRUE)
else if(baseturf_to_replace[baseturf_to_replace[1]] != TRUE) // It's not associative
Expand Down

0 comments on commit ad54192

Please sign in to comment.