no relative pathing (#16234)

* the voices win in the end

* cleanup

* changelog

* secure.dm hates me

* make_exact_fit() in initialize instead of whatever was happening before
This commit is contained in:
harryob
2023-04-30 22:10:13 +01:00
committed by GitHub
parent ad29453d4a
commit 578bae6f6f
144 changed files with 9951 additions and 9675 deletions

View File

@@ -55,7 +55,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

View File

@@ -29,7 +29,7 @@ var/list/cached_space = list()
return 0
return 1
proc/get_deepspace(x,y)
/proc/get_deepspace(x,y)
var/obj/effect/overmap/visitable/sector/temporary/res = locate(x,y,current_map.overmap_z)
if(istype(res))
return res
@@ -54,7 +54,7 @@ proc/get_deepspace(x,y)
/mob/living/carbon/human/lost_in_space()
return isnull(client) && stat == DEAD
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