mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
removes var/ inside all procs (#19450)
* removes var/ inside all procs * . * ugh
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* This is the home of multi-tile movement checks, and thus here be dragons. You are warned.
|
||||
*/
|
||||
|
||||
/atom/movable/proc/check_multi_tile_move_density_dir(var/stepdir)
|
||||
/atom/movable/proc/check_multi_tile_move_density_dir(stepdir)
|
||||
if(!locs || !locs.len)
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user