Skip to content

Commit

Permalink
Update floors.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Oct 26, 2023
1 parent 0131524 commit 8fc1c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/maps220/code/floors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
baseturf = /turf/simulated/floor/beach/away/water/deep

/turf/simulated/floor/beach/away/water/deep/dense_canpass/CanPass(atom/movable/mover, border_dir)
.=..()
. = ..()
if(isliving(mover) || mover.density)
return FALSE

Expand Down

0 comments on commit 8fc1c15

Please sign in to comment.