Fixes supply console type

Makes it the subtype that controls the shuttle and such.
(Also fixes these two .bat files to point at the right folder)
This commit is contained in:
Arokha Sieyes
2018-10-06 12:24:13 -04:00
parent 8c2e0928fa
commit 0b34d28fa8
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -13671,9 +13671,6 @@
/turf/simulated/floor/plating,
/area/quartermaster/office)
"wb" = (
/obj/machinery/computer/supplycomp{
dir = 1
},
/obj/structure/cable/green{
d1 = 1;
d2 = 2;
@@ -13685,6 +13682,9 @@
/obj/effect/floor_decal/corner/brown/border{
dir = 8
},
/obj/machinery/computer/supplycomp/control{
dir = 1
},
/turf/simulated/floor/tiled,
/area/quartermaster/office)
"wc" = (
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
set MAPROOT=../../_maps/
set MAPROOT=../../maps/
set TGM=1
python convert.py
pause
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
set MAPROOT=../../_maps/
set MAPROOT=../../maps/
set TGM=0
python convert.py
pause