mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +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
|
music = null
|
||||||
|
|
||||||
/area/mine/lobby
|
/area/mine/lobby
|
||||||
name = "Mining station Hallways"
|
name = "Mining station"
|
||||||
icon_state = "mine"
|
icon_state = "mine"
|
||||||
|
|
||||||
/area/mine/storage
|
/area/mine/storage
|
||||||
@@ -566,7 +566,7 @@ proc/move_mining_shuttle()
|
|||||||
icon_state = "janitor"
|
icon_state = "janitor"
|
||||||
|
|
||||||
/area/mine/living_quarters
|
/area/mine/living_quarters
|
||||||
name = "Mining station Living Quarters"
|
name = "Abandoned Mining Station"
|
||||||
icon_state = "yellow"
|
icon_state = "yellow"
|
||||||
|
|
||||||
/area/mine/eva
|
/area/mine/eva
|
||||||
@@ -1372,7 +1372,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
|
|||||||
/obj/machinery/mineral/processing_unit_console/New()
|
/obj/machinery/mineral/processing_unit_console/New()
|
||||||
..()
|
..()
|
||||||
spawn(7)
|
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)
|
if (machine)
|
||||||
machine.CONSOLE = src
|
machine.CONSOLE = src
|
||||||
else
|
else
|
||||||
@@ -1754,7 +1754,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
|
|||||||
/obj/machinery/mineral/stacking_unit_console/New()
|
/obj/machinery/mineral/stacking_unit_console/New()
|
||||||
..()
|
..()
|
||||||
spawn(7)
|
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)
|
if (machine)
|
||||||
machine.CONSOLE = src
|
machine.CONSOLE = src
|
||||||
else
|
else
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user