Skip to content

Commit

Permalink
мехи не ходят по воде (фича?)
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Oct 16, 2023
1 parent febe656 commit a3dc0e4
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 @@ -19,7 +19,7 @@

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

/* Lavaland */
Expand Down

0 comments on commit a3dc0e4

Please sign in to comment.