mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
NEW MINING STATION; OPINIONS AND BUGS GO HERE: http://nanotrasen.com/phpBB3/viewtopic.php?f=7&t=5733
Added some new area sprites for the mining station. Lots of new sprites by Petethegoat. Made sprite for the disposal delivery chute facing the other way. Moved the mining-related sprites to their own file. Updated the Mining Consoles, and the 3 mining production machines with new sprites. UPDATED CHANGELOG. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2013 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
/obj/machinery/mineral/processing_unit_console
|
||||
name = "Produciton machine console"
|
||||
icon = 'terminals.dmi'
|
||||
icon_state = "production_console"
|
||||
icon = 'mining_machines.dmi'
|
||||
icon_state = "console"
|
||||
density = 1
|
||||
anchored = 1
|
||||
var/obj/machinery/mineral/processing_unit/machine = null
|
||||
@@ -11,7 +11,7 @@
|
||||
/obj/machinery/mineral/processing_unit_console/New()
|
||||
..()
|
||||
spawn(7)
|
||||
src.machine = locate(/obj/machinery/mineral/processing_unit, get_step(src, SOUTH))
|
||||
src.machine = locate(/obj/machinery/mineral/processing_unit, get_step(src, EAST))
|
||||
if (machine)
|
||||
machine.CONSOLE = src
|
||||
else
|
||||
@@ -189,8 +189,8 @@
|
||||
|
||||
/obj/machinery/mineral/processing_unit
|
||||
name = "Furnace"
|
||||
icon = 'stationobjs.dmi'
|
||||
icon_state = "controller"
|
||||
icon = 'mining_machines.dmi'
|
||||
icon_state = "furnace"
|
||||
density = 1
|
||||
anchored = 1.0
|
||||
var/obj/machinery/mineral/input = null
|
||||
|
||||
Reference in New Issue
Block a user