Skip to content

Commit

Permalink
fixes aqua ghosts (#12910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored May 6, 2023
1 parent ad68ca6 commit 68b2b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/liquid_turfs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
if(!carbon_leaver.get_filter(MOB_LIQUID_TURF_MASK))
return

var/turf/open/liquid/new_turf = get_step(src, direction)
var/turf/open/liquid/new_turf = carbon_leaver.loc
if(istype(new_turf))
if(length(new_turf.canSmoothWith))
if(!new_turf.has_catwalk && CHECK_MULTIPLE_BITFIELDS(new_turf.smoothing_junction, (SOUTH_JUNCTION|EAST_JUNCTION|WEST_JUNCTION)))
Expand Down

0 comments on commit 68b2b20

Please sign in to comment.