mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
- Added the machine loading floor tiles, changed loading sprites (which get deleted upon round start)
- Added a messaging server which will log all PDA and RC messages. Eventually I will make PDAs and RCs use this server, but since there are two major mapping things being done, I taught I'd get the map parts in early - Messaging server currently logs all PDA and RC traffic (Only admins can see it tho via the View Variables verb) - Included the missing file from a previous revision git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1252 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1190,18 +1190,22 @@ proc/move_mining_shuttle()
|
||||
/**********************Input and output plates**************************/
|
||||
|
||||
/obj/machinery/mineral/input
|
||||
icon = 'craft.dmi'
|
||||
icon_state = "core"
|
||||
icon = 'screen1.dmi'
|
||||
icon_state = "x2"
|
||||
name = "Input area"
|
||||
density = 0
|
||||
anchored = 1.0
|
||||
New()
|
||||
icon_state = "blank"
|
||||
|
||||
/obj/machinery/mineral/output
|
||||
icon = 'craft.dmi'
|
||||
icon_state = "core"
|
||||
icon = 'screen1.dmi'
|
||||
icon_state = "x"
|
||||
name = "Output area"
|
||||
density = 0
|
||||
anchored = 1.0
|
||||
New()
|
||||
icon_state = "blank"
|
||||
|
||||
|
||||
/**********************Mineral purifier (not used, replaced with mineral processing unit)**************************/
|
||||
|
||||
Reference in New Issue
Block a user