Skip to content

Commit

Permalink
[MIRROR] fix bluespace turfs not reverting entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Sep 14, 2023
1 parent 9b4389d commit fec69c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/events/bsd_instability.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
drive.set_light(1, 5, 15, 10, COLOR_CYAN)
for (var/turf/simulated/floor/floor in range(turf_conversion_range, drive))
if (istype(floor.flooring, /singleton/flooring/bluespace))
floor.set_flooring(GET_SINGLETON(initial(floor.flooring)))
floor.ChangeTurf(/turf/simulated/floor/plating)
for (var/obj/structure/stairs/stair in stairs)
stair.bluespace_affected = FALSE
for (var/obj/structure/ladder/ladder in ladders)
Expand Down

0 comments on commit fec69c4

Please sign in to comment.