Linter diagnostics + bans non-var relative pathing (#8150)

* Linter diagnostics + bans non-var relative pathing

* Enable DreamChecker Annotations

* make it executable

* update hashFiles

* oops

* tries to fix it... again

* trying again

* path

* repath

* fix perms

* fixes weird capitalisation issue
This commit is contained in:
MarinaGryphon
2021-06-20 13:14:29 -09:00
committed by GitHub
parent 379479a423
commit 593246b595
316 changed files with 9320 additions and 11077 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ var/list/z_levels = list()// Each bit re... haha just kidding this is a list of
for(var/level = z, HasAbove(level), level++)
. |= level+1
proc/AreConnectedZLevels(var/zA, var/zB)
/proc/AreConnectedZLevels(var/zA, var/zB)
return zA == zB || (zB in GetConnectedZlevels(zA))
/proc/get_zstep(ref, dir)