Ported tg asset cache

This commit is contained in:
ShadowLarkens
2020-02-16 16:00:01 -05:00
committed by Arokha Sieyes
parent d5b820fc58
commit 22c85075f4
10 changed files with 330 additions and 75 deletions
+2 -1
View File
@@ -647,8 +647,9 @@ var/global/list/obj/item/device/pda/PDAs = list()
// auto update every Master Controller tick
ui.set_auto_update(auto_update)
//NOTE: graphic resources are loaded on client login
/obj/item/device/pda/attack_self(mob/user as mob)
var/datum/asset/assets = get_asset_datum(/datum/asset/simple/pda)
assets.send(user)
user.set_machine(src)