This commit is contained in:
Lularian
2016-08-07 00:56:08 -05:00
parent dfc5ea906a
commit cb0e8ce998
3 changed files with 23 additions and 30 deletions
+23 -11
View File
@@ -8201,6 +8201,7 @@
/obj/machinery/light/small{
dir = 1
},
/obj/machinery/telecomms/server/presets/common/birdstation,
/turf/open/floor/plasteel/black{
name = "Mainframe Floor";
initial_gas_mix = "n2=100;TEMP=80"
@@ -14358,7 +14359,7 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"GP" = (
/obj/machinery/telecomms/processor/preset_one,
/obj/machinery/telecomms/processor/preset_one/birdstation,
/turf/open/floor/plasteel/black{
name = "Mainframe Floor";
initial_gas_mix = "n2=100;TEMP=80"
@@ -14577,8 +14578,12 @@
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"Ht" = (
/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
/obj/machinery/telecomms/broadcaster/preset_left/birdstation,
/turf/open/floor/plasteel/black{
name = "Mainframe Floor";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/computer)
"Hu" = (
/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/mineral/titanium,
@@ -14681,9 +14686,12 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"HJ" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/shuttle/escape)
/obj/machinery/telecomms/bus/preset_one/birdstation,
/turf/open/floor/plasteel/black{
name = "Mainframe Floor";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/computer)
"HK" = (
/obj/machinery/door/airlock/glass_medical{
id_tag = null;
@@ -14924,8 +14932,12 @@
/turf/open/floor/plating,
/area/shuttle/transport)
"Iw" = (
/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
/obj/machinery/telecomms/receiver/preset_left/birdstation,
/turf/open/floor/plasteel/black{
name = "Mainframe Floor";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/computer)
"Ix" = (
/turf/open/floor/mineral/titanium/blue,
/turf/closed/wall/mineral/titanium/interior,
@@ -59249,11 +59261,11 @@ Eg
Ea
Eh
Ew
EV
Ht
Fk
Fy
FN
EV
Iw
Gr
Eh
Ea
@@ -60020,7 +60032,7 @@ Eh
Eu
Eh
Ew
EV
HJ
EV
EV
EV
-18
View File
@@ -1,18 +0,0 @@
/obj/machinery/telecomms/receiver/preset_left/ministation
name = "Receiver"
freq_listening = list()
/obj/machinery/telecomms/bus/preset_one/ministation
name = "Bus"
autolinkers = list("processor1", "common")
freq_listening = list()
/obj/machinery/telecomms/processor/preset_one/ministation
name = "Processor"
/obj/machinery/telecomms/server/presets/common/ministation/New()
..()
freq_listening = list()
/obj/machinery/telecomms/broadcaster/preset_left/ministation
name = "Broadcaster"
-1
View File
@@ -74,7 +74,6 @@ Changes to the uplinks were made to discourage murderboning, the rest is the sam
#define MAP_OVERRIDE_FILES
#include "map_files\MiniStation\misc.dm"
#include "map_files\MiniStation\cargopacks.dm"
#include "map_files\MiniStation\telecomms.dm"
#include "map_files\MiniStation\uplink_item.dm"
#include "map_files\MiniStation\job\jobs.dm"
#include "map_files\MiniStation\job\removed.dm"