- 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:
baloh.matevz
2011-03-23 20:53:38 +00:00
parent 7996c4b1f9
commit cfe29735c7
6 changed files with 4182 additions and 4168 deletions
+8 -4
View File
@@ -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)**************************/