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 21:10:13 +00:00
committed by GitHub
parent ad29453d4a
commit 578bae6f6f
144 changed files with 9951 additions and 9675 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
//like orange but only checks north/south/east/west for one step
proc/cardinalrange(var/center)
/proc/cardinalrange(var/center)
var/list/things = list()
for(var/direction in cardinal)
var/turf/T = get_step(center, direction)
+1 -1
View File
@@ -225,7 +225,7 @@ By design, d1 is the smallest direction and d2 is the highest
qdel(src)
return
obj/structure/cable/proc/cableColor(var/colorC)
/obj/structure/cable/proc/cableColor(var/colorC)
var/color_n = "#DD0000"
if(colorC)
color_n = colorC