[MIRROR] Removes input/output plates and their last remaining use (#5658)

* Removes input/output plates and their last remaining use (#35800)

* - Removes input/output plates and their last remaining use

* - ok fine updates the map too

* - loco loco

* Removes input/output plates and their last remaining use
This commit is contained in:
CitadelStationBot
2018-02-22 23:38:48 -06:00
committed by Poojawa
parent a39c0ef648
commit 862a229652
5 changed files with 13 additions and 55 deletions

View File

@@ -2,6 +2,16 @@
/**********************Mineral processing unit console**************************/
/obj/machinery/mineral
var/input_dir = NORTH
var/output_dir = SOUTH
/obj/machinery/mineral/proc/unload_mineral(atom/movable/S)
S.forceMove(drop_location())
var/turf/T = get_step(src,output_dir)
if(T)
S.forceMove(T)
/obj/machinery/mineral/processing_unit_console
name = "production machine console"
icon = 'icons/obj/machines/mining_machines.dmi'