Mining redesigned.

screenshot: http://www.kamletos.si/new%20mining.PNG

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1633 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-05-30 05:27:15 +00:00
parent 32cded8556
commit 1754eaedb0
2 changed files with 692 additions and 719 deletions

View File

@@ -554,7 +554,7 @@ proc/move_mining_shuttle()
music = null
/area/mine/lobby
name = "Mining station Hallways"
name = "Mining station"
icon_state = "mine"
/area/mine/storage
@@ -566,7 +566,7 @@ proc/move_mining_shuttle()
icon_state = "janitor"
/area/mine/living_quarters
name = "Mining station Living Quarters"
name = "Abandoned Mining Station"
icon_state = "yellow"
/area/mine/eva
@@ -1372,7 +1372,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
/obj/machinery/mineral/processing_unit_console/New()
..()
spawn(7)
src.machine = locate(/obj/machinery/mineral/processing_unit, get_step(src, EAST))
src.machine = locate(/obj/machinery/mineral/processing_unit, get_step(src, SOUTH))
if (machine)
machine.CONSOLE = src
else
@@ -1754,7 +1754,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
/obj/machinery/mineral/stacking_unit_console/New()
..()
spawn(7)
src.machine = locate(/obj/machinery/mineral/stacking_machine, get_step(src, SOUTHEAST))
src.machine = locate(/obj/machinery/mineral/stacking_machine, get_step(src, SOUTHWEST))
if (machine)
machine.CONSOLE = src
else