Skip to content

Commit 64f8c6e

Browse files
Fixes.
1 parent 19ce88a commit 64f8c6e

4 files changed

Lines changed: 22 additions & 24 deletions

File tree

maps/clarion.dmm

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -825,10 +825,6 @@
825825
dir = 10
826826
},
827827
/area/station/mining/staff_room)
828-
"afP" = (
829-
/obj/machinery/light_switch/directional/south,
830-
/turf/simulated/floor/grass/random/alt,
831-
/area/station/garden/aviary)
832828
"afQ" = (
833829
/obj/airbridge_controller{
834830
id = "escape";
@@ -13716,7 +13712,7 @@
1371613712
icon_state = "chair_couch-blue";
1371713713
name = "ratty blue couch"
1371813714
},
13719-
/obj/machinery/light_switch/directional/south,
13715+
/obj/machinery/light_switch/directional/north,
1372013716
/turf/simulated/floor/black/side{
1372113717
dir = 1
1372213718
},
@@ -16743,12 +16739,15 @@
1674316739
pixel_y = 4;
1674416740
switchon = 1
1674516741
},
16746-
/obj/machinery/light_switch/directional/east,
1674716742
/obj/blind_switch/area/east{
1674816743
dir = 8;
1674916744
pixel_x = -24;
1675016745
pixel_y = -5
1675116746
},
16747+
/obj/machinery/light_switch/directional/west{
16748+
pixel_x = -24;
16749+
pixel_y = 5
16750+
},
1675216751
/turf/simulated/floor/carpet/purple/fancy/edge/west,
1675316752
/area/station/science/research_director)
1675416753
"haV" = (
@@ -19166,12 +19165,12 @@
1916619165
dir = 8;
1916719166
icon_state = "pipe-c"
1916819167
},
19169-
/obj/machinery/light_switch/directional/south,
1917019168
/obj/item/instrument/large/piano{
1917119169
anchored = 0;
1917219170
name = "old piano"
1917319171
},
1917419172
/obj/item/screwdriver,
19173+
/obj/machinery/light_switch/directional/east,
1917519174
/turf/simulated/floor/carpet/grime,
1917619175
/area/station/chapel/office{
1917719176
name = "Chaplain's Office"
@@ -20026,6 +20025,10 @@
2002620025
/obj/machinery/cashreg,
2002720026
/turf/simulated/floor/blue/checker,
2002820027
/area/station/medical/research)
20028+
"jpT" = (
20029+
/obj/machinery/light_switch/directional/west,
20030+
/turf/simulated/floor/grass/random/alt,
20031+
/area/station/garden/aviary)
2002920032
"jql" = (
2003020033
/obj/cable{
2003120034
icon_state = "4-8"
@@ -21755,6 +21758,7 @@
2175521758
/obj/disposalpipe/segment{
2175621759
dir = 4
2175721760
},
21761+
/obj/machinery/light_switch/directional/south,
2175821762
/turf/simulated/floor/redblack,
2175921763
/area/station/hallway/primary/east)
2176021764
"kFr" = (
@@ -23451,6 +23455,10 @@
2345123455
icon_state = "yellowblackcorner"
2345223456
},
2345323457
/area/station/engine/ptl)
23458+
"lKw" = (
23459+
/obj/machinery/light_switch/directional/east,
23460+
/turf/simulated/floor/grass/random/alt,
23461+
/area/station/garden/aviary)
2345423462
"lKH" = (
2345523463
/obj/decal/poster/wallsign/hazard_rad,
2345623464
/turf/simulated/wall/auto/reinforced/supernorn{
@@ -31920,16 +31928,6 @@
3192031928
},
3192131929
/turf/simulated/floor,
3192231930
/area/station/science/lab)
31923-
"rCu" = (
31924-
/obj/cable{
31925-
icon_state = "4-8"
31926-
},
31927-
/obj/machinery/light_switch/directional/south,
31928-
/obj/disposalpipe/segment/mail{
31929-
dir = 4
31930-
},
31931-
/turf/simulated/floor/black,
31932-
/area/station/hallway/primary/east)
3193331931
"rDn" = (
3193431932
/obj/random_item_spawner/armory_armor_supplies,
3193531933
/obj/machinery/light{
@@ -76571,7 +76569,7 @@ vvH
7657176569
aaJ
7657276570
sZH
7657376571
pqp
76574-
aap
76572+
jpT
7657576573
ocx
7657676574
vtk
7657776575
eFV
@@ -79283,7 +79281,7 @@ bCl
7928379281
bCl
7928479282
bCl
7928579283
vvH
79286-
afP
79284+
aap
7928779285
aap
7928879286
upp
7928979287
obj
@@ -82610,7 +82608,7 @@ vvH
8261082608
vvH
8261182609
aaS
8261282610
xXu
82613-
aap
82611+
lKw
8261482612
aap
8261582613
acl
8261682614
acl
@@ -85664,7 +85662,7 @@ mjj
8566485662
lek
8566585663
uDT
8566685664
alb
85667-
rCu
85665+
fPZ
8566885666
kEW
8566985667
asN
8567085668
asN

maps/cogmap.dmm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22707,7 +22707,7 @@
2270722707
icon_state = "0-2"
2270822708
},
2270922709
/obj/machinery/power/data_terminal,
22710-
/obj/machinery/light_switch/directional/west,
22710+
/obj/machinery/light_switch/directional/north,
2271122711
/turf/simulated/floor/plating/jen,
2271222712
/area/station/engine/elect)
2271322713
"bMa" = (

maps/cogmap2.dmm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51657,10 +51657,10 @@
5165751657
/turf/simulated/floor/engine,
5165851658
/area/station/engine/core)
5165951659
"dPe" = (
51660-
/obj/machinery/light_switch/directional/north,
5166151660
/obj/machinery/computer/announcement/station/security/department{
5166251661
dir = 8
5166351662
},
51663+
/obj/machinery/light_switch/directional/east,
5166451664
/turf/simulated/floor/red/side{
5166551665
dir = 4
5166651666
},

maps/nadir.dmm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49959,7 +49959,7 @@
4995949959
name = "Northeast Breach Hull"
4996049960
})
4996149961
"wjr" = (
49962-
/obj/machinery/light_switch/directional/west,
49962+
/obj/machinery/light_switch/directional/north,
4996349963
/turf/simulated/floor/engine/caution/corner{
4996449964
dir = 8
4996549965
},

0 commit comments

Comments
 (0)