Minor machinery tweaks (#2479)

changes:

Machines can now be in processing-type subsystems while also being in the machines list. Yes this means you can get two different subsystems to call process(). No you should not do that.
The machines list will prevent duplicate entries from being added.
Printing now uses timers instead of spawn.
SSassets now actually sends the NT logo image to clients.
This commit is contained in:
Lohikar
2017-06-10 17:26:29 +03:00
committed by skull132
parent e46dafb910
commit 4ed44fbc6f
4 changed files with 47 additions and 33 deletions
+2 -1
View File
@@ -188,7 +188,8 @@ var/list/asset_datums = list()
"barcode0.png" = 'html/images/barcode0.png',
"barcode1.png" = 'html/images/barcode1.png',
"barcode2.png" = 'html/images/barcode2.png',
"barcode3.png" = 'html/images/barcode3.png'
"barcode3.png" = 'html/images/barcode3.png',
"ntlogo.png" = 'html/images/ntlogo.png'
)
/datum/asset/simple/changelog