Skip to content

Commit

Permalink
Update Bubber telecomms SMES (Bubberstation#1837)
Browse files Browse the repository at this point in the history
## About The Pull Request

Removes varedited SMES and replaces with subtypes and APC helper,
keeping them up to TG standard.

## Why It's Good For The Game

Telecomms quits dying roundstart

## Changelog

Nothing player facing
  • Loading branch information
lessthnthree authored Jul 26, 2024
1 parent f20222d commit 5c86359
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions _maps/map_files/BoxStation/BoxStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -26526,9 +26526,7 @@
/turf/open/floor/circuit/telecomms/mainframe,
/area/station/tcommsat/server)
"cai" = (
/obj/machinery/power/smes{
charge = 5e+006
},
/obj/machinery/power/smes/full,
/obj/structure/cable,
/turf/open/floor/circuit/telecomms/mainframe,
/area/station/tcommsat/server)
Expand Down Expand Up @@ -46091,6 +46089,7 @@
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
/obj/machinery/light/directional/north,
/obj/effect/mapping_helpers/apc/cell_10k,
/turf/open/floor/circuit/telecomms/mainframe,
/area/station/tcommsat/server)
"lTQ" = (
Expand Down
5 changes: 2 additions & 3 deletions _maps/map_files/LimaStation/LimaStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -35476,6 +35476,7 @@
/obj/effect/turf_decal/trimline/yellow/filled/end{
dir = 8
},
/obj/effect/mapping_helpers/apc/cell_10k,
/turf/open/floor/iron/dark/telecomms,
/area/station/tcommsat/server)
"nsO" = (
Expand Down Expand Up @@ -43265,9 +43266,7 @@
/turf/open/floor/iron,
/area/station/hallway/primary/central)
"qkB" = (
/obj/machinery/power/smes{
charge = 5e+006
},
/obj/machinery/power/smes/full,
/obj/structure/cable,
/turf/open/floor/iron/dark/telecomms,
/area/station/tcommsat/server)
Expand Down
5 changes: 2 additions & 3 deletions _maps/map_files/biodome/biodome.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -27243,6 +27243,7 @@
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable,
/obj/machinery/light/directional/north,
/obj/effect/mapping_helpers/apc/cell_10k,
/turf/open/floor/circuit/telecomms/mainframe,
/area/station/tcommsat/server)
"jGl" = (
Expand Down Expand Up @@ -66518,9 +66519,7 @@
/area/station/commons/vacant_room/office)
"wZi" = (
/obj/structure/cable,
/obj/machinery/power/smes{
charge = 5e+006
},
/obj/machinery/power/smes/full,
/turf/open/floor/iron/dark/telecomms,
/area/station/tcommsat/server)
"wZn" = (
Expand Down
4 changes: 2 additions & 2 deletions _maps/map_files/moonstation/moonstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -21955,7 +21955,7 @@
/turf/open/floor/plating,
/area/station/security/prison/work)
"gcc" = (
/obj/machinery/power/smes/engineering,
/obj/machinery/power/smes/full,
/obj/structure/cable,
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/tcommsat/computer)
Expand Down Expand Up @@ -64491,7 +64491,7 @@
/obj/effect/turf_decal/siding/dark_green,
/obj/structure/cable,
/obj/machinery/power/apc/auto_name/directional/north,
/obj/effect/mapping_helpers/apc/full_charge,
/obj/effect/mapping_helpers/apc/cell_10k,
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/station/tcommsat/server)
"rYe" = (
Expand Down

0 comments on commit 5c86359

Please sign in to comment.