Skip to content

Commit

Permalink
Map fixes & misc
Browse files Browse the repository at this point in the history
Map fixes

Extinguisher sprite fix

TGUI re-build
  • Loading branch information
AyIong committed Nov 2, 2023
1 parent 658ec32 commit 140edd8
Show file tree
Hide file tree
Showing 6 changed files with 373 additions and 384 deletions.
4 changes: 0 additions & 4 deletions _maps/map_files220/RandomZLevels/blackmarketpackers.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3135,10 +3135,6 @@
/obj/item/reagent_containers/food/snacks/xenomeatbreadslice{
pixel_x = -8
},
/obj/item/reagent_containers/food/snacks/xenoburger{
pixel_x = 6;
pixel_y = 8
},
/obj/item/trash/plate{
pixel_x = 6;
pixel_y = 5;
Expand Down
67 changes: 21 additions & 46 deletions _maps/map_files220/cyberiad/cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4616,11 +4616,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable{
d1 = 2;
d2 = 8;
Expand Down Expand Up @@ -6764,11 +6759,6 @@
/area/station/legal/courtroom)
"aAo" = (
/obj/machinery/light/directional/east,
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
/turf/simulated/floor/carpet,
/area/station/command/office/hop)
"aAp" = (
Expand Down Expand Up @@ -15065,11 +15055,6 @@
/area/station/ai_monitored/storage/eva)
"bdz" = (
/obj/structure/filingcabinet,
/obj/machinery/power/apc/directional/north,
/obj/structure/cable{
d2 = 2;
icon_state = "0-2"
},
/turf/simulated/floor/carpet,
/area/station/command/office/hop)
"bdA" = (
Expand Down Expand Up @@ -26832,11 +26817,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/turf/simulated/floor/carpet,
/area/station/command/office/hop)
"ccY" = (
Expand Down Expand Up @@ -38054,11 +38034,6 @@
d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
/obj/machinery/papershredder,
/turf/simulated/floor/plasteel{
icon_state = "grimy"
Expand Down Expand Up @@ -44467,7 +44442,7 @@
network = list("SS13","MiniSat")
},
/turf/space,
/area/station/aisat)
/area/station/aisat/hall)
"dqT" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/engineering/glass{
Expand Down Expand Up @@ -49064,6 +49039,11 @@
d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "grimy"
},
Expand Down Expand Up @@ -50547,11 +50527,6 @@
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"fvq" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/turf/simulated/floor/carpet,
/area/station/command/office/hop)
"fvs" = (
Expand Down Expand Up @@ -55883,6 +55858,11 @@
/area/station/medical/virology)
"hnS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "grimy"
},
Expand Down Expand Up @@ -73350,11 +73330,6 @@
/area/station/service/bar)
"nQG" = (
/obj/machinery/hologram/holopad,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "grimy"
},
Expand Down Expand Up @@ -79450,6 +79425,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
icon_state = "grimy"
},
Expand Down Expand Up @@ -81308,7 +81288,7 @@
network = list("SS13","MiniSat")
},
/turf/space,
/area/station/aisat)
/area/station/aisat/hall)
"qHw" = (
/obj/structure/disposalpipe/segment{
dir = 8;
Expand Down Expand Up @@ -82165,11 +82145,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/any/command/hop,
/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/carpet,
Expand Down Expand Up @@ -89395,8 +89370,8 @@
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
d2 = 4;
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
icon_state = "grimy"
Expand Down Expand Up @@ -99466,8 +99441,8 @@
"xtq" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable{
d1 = 2;
Expand Down
Loading

0 comments on commit 140edd8

Please sign in to comment.