mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Merge pull request #4322 from VOREStation/aro-supconsole
Fixes supply console type
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