Refinery Fixes

This commit is contained in:
Geeves
2022-01-23 13:11:55 +02:00
parent 65219aa003
commit fc31a37a2e
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
var/area/A = get_area(src)
var/best_distance = INFINITY
for(var/obj/machinery/mineral/processing_unit/checked_machine in SSmachinery.all_machines)
if(A == get_area(checked_machine) && get_dist_euclidian(checked_machine, src) < best_distance)
if(!checked_machine.console && A == get_area(checked_machine) && get_dist_euclidian(checked_machine, src) < best_distance)
machine = checked_machine
best_distance = get_dist_euclidian(checked_machine, src)
if(machine)
+7 -8
View File
@@ -8431,8 +8431,7 @@
"hEh" = (
/obj/machinery/conveyor{
id = "mining_1";
layer = 2.9;
reversed = 1
layer = 2.9
},
/obj/machinery/door/firedoor,
/obj/structure/plasticflaps/mining,
@@ -15369,7 +15368,7 @@
"ohS" = (
/obj/effect/floor_decal/industrial/warning/full,
/obj/machinery/mineral/processing_unit{
dir = 4
dir = 8
},
/turf/simulated/floor/plating,
/area/outpost/mining_main/refinery)
@@ -15489,9 +15488,6 @@
/obj/machinery/mineral/processing_unit_console{
pixel_y = 28
},
/obj/machinery/alarm{
pixel_y = 28
},
/obj/effect/floor_decal/corner/brown/full{
dir = 1
},
@@ -17961,6 +17957,10 @@
/obj/effect/floor_decal/corner/brown/full{
dir = 8
},
/obj/machinery/alarm{
dir = 4;
pixel_x = -28
},
/turf/simulated/floor/tiled,
/area/outpost/mining_main/refinery)
"qPc" = (
@@ -23118,8 +23118,7 @@
"vKa" = (
/obj/machinery/conveyor{
id = "mining_2";
layer = 2.9;
reversed = 1
layer = 2.9
},
/obj/machinery/door/firedoor,
/obj/structure/plasticflaps/mining,