mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
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:
@@ -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,5 +1,5 @@
|
||||
@echo off
|
||||
set MAPROOT=../../_maps/
|
||||
set MAPROOT=../../maps/
|
||||
set TGM=1
|
||||
python convert.py
|
||||
pause
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
set MAPROOT=../../_maps/
|
||||
set MAPROOT=../../maps/
|
||||
set TGM=0
|
||||
python convert.py
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user