ban d1/d2 cable vars in maps for good (#28645)

This commit is contained in:
warriorstar-orion
2025-03-15 08:44:28 +00:00
committed by GitHub
parent 1bf8a5819b
commit 4cce6b0206
4 changed files with 12 additions and 441 deletions
File diff suppressed because it is too large Load Diff
+7 -53
View File
@@ -18091,12 +18091,9 @@
dir = 1
},
/obj/structure/cable/orange{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/orange{
d2 = 2;
icon_state = "0-2"
},
/turf/simulated/floor/plating{
@@ -26232,23 +26229,6 @@
icon_state = "dark"
},
/area/station/engineering/gravitygenerator)
"dJu" = (
/obj/structure/fence{
dir = 4
},
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/orange{
d2 = 2;
icon_state = "0-2"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
"dJA" = (
/obj/structure/dispenser/oxygen,
/turf/simulated/floor/plating,
@@ -31815,12 +31795,9 @@
dir = 1
},
/obj/structure/cable/orange{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/orange{
d2 = 4;
icon_state = "0-4"
},
/turf/simulated/floor/plating{
@@ -44605,21 +44582,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"inl" = (
/obj/structure/fence,
/obj/structure/cable/orange{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/orange{
d2 = 8;
icon_state = "0-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
"inn" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -48546,7 +48508,6 @@
"jik" = (
/obj/structure/fence/corner,
/obj/structure/cable/orange{
d2 = 8;
icon_state = "0-8"
},
/turf/simulated/floor/plating{
@@ -65614,8 +65575,6 @@
dir = 4
},
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -102128,12 +102087,9 @@
/obj/effect/decal/cleanable/cobweb2,
/obj/structure/fence,
/obj/structure/cable/orange{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/orange{
d2 = 4;
icon_state = "0-4"
},
/turf/simulated/floor/plating{
@@ -102765,8 +102721,6 @@
icon_state = "2-4"
},
/obj/structure/cable/orange{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
/turf/simulated/floor/plating{
@@ -152094,9 +152048,9 @@ mHF
vRX
cxh
niM
dJu
dJu
dJu
qkF
qkF
qkF
fcY
imG
fdD
@@ -152349,7 +152303,7 @@ aXn
tSz
kzO
fLk
inl
ncF
gMv
uCy
tbN
@@ -152606,7 +152560,7 @@ aXn
imG
imG
aus
inl
ncF
sif
xrN
vCG
@@ -152863,7 +152817,7 @@ aXn
aXn
wNT
kzq
inl
ncF
qqd
lkA
neh
@@ -153120,7 +153074,7 @@ aXn
mic
ebJ
kzq
inl
ncF
fuH
mGK
mGK
@@ -60025,7 +60025,6 @@
dir = 1
},
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc/important/directional/east,
+5
View File
@@ -0,0 +1,5 @@
help: 'Cables now set their d1 and d2 vars on initialization from the icon state.'
/obj/structure/cable:
banned_variables:
- d1
- d2