mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user