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
+2 -2
View File
@@ -32,7 +32,7 @@
if(can_die())
qdel(src)
proc/get_deepspace(x,y)
/proc/get_deepspace(x,y)
var/turf/unsimulated/map/overmap_turf = locate(x,y,global.using_map.overmap_z)
if(!istype(overmap_turf))
CRASH("Attempt to get deepspace at ([x],[y]) which is not on overmap: [overmap_turf]")
@@ -75,7 +75,7 @@ proc/get_deepspace(x,y)
return FALSE
// return isnull(client) && !key && stat == DEAD // Allows bodies that players have ghosted from to be deleted - Ater
proc/overmap_spacetravel(var/turf/space/T, var/atom/movable/A)
/proc/overmap_spacetravel(var/turf/space/T, var/atom/movable/A)
if (!T || !A)
return
+1 -1
View File
@@ -91,7 +91,7 @@ var/list/moving_levels = list()
//Proc to 'move' stars in spess
//yes it looks ugly, but it should only fire when state actually change.
//null direction stops movement
proc/toggle_move_stars(zlevel, direction)
/proc/toggle_move_stars(zlevel, direction)
if(!zlevel)
return