Skip to content

Commit

Permalink
Fixes bluespace floor teleporting you even after its flooring is remo…
Browse files Browse the repository at this point in the history
…ved (#543)
  • Loading branch information
EgorDinamit authored Feb 11, 2024
1 parent b07f39c commit ed432fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/turfs/flooring/flooring_premade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@
/turf/simulated/floor/bluespace/Entered(mob/living/L)
. = ..()

if(!istype(flooring, initial_flooring))
return

if(istype(L) && prob(25))
L.visible_message(
SPAN_WARNING("\The [L] starts flickering in and out of existence as they step onto the bluespace!"),
Expand Down

0 comments on commit ed432fd

Please sign in to comment.