Early Assets, Lateloaded Assets, and Debugging Tools (#4696)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Various asset systems I want in before more TGUI work. and also
byond-tracy support... and also light update debugging...
## Changelog
🆑
tweak: Chem Master UI has been reworked slightly.
This commit is contained in:
Zandario
2022-11-20 17:36:24 -07:00
committed by GitHub
parent d477ee4e43
commit 7bf4c2a34f
191 changed files with 2507 additions and 1591 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
name = "synthmorph bag"
desc = "A reusable polymer bag designed to slow down synthetic functions such as data corruption and coolant flow, \
especially useful if short on time or in a hostile enviroment."
icon = 'icons/obj/robobag.dmi'
icon = 'icons/obj/medical/robobag.dmi'
icon_state = "bodybag_folded"
item_state = "bodybag_cryo_folded"
origin_tech = list(TECH_ENGINEERING = 3)
@@ -20,7 +20,7 @@
name = "synthmorph bag"
desc = "A reusable polymer bag designed to slow down synthetic functions such as data corruption and coolant flow, \
especially useful if short on time or in a hostile enviroment."
icon = 'icons/obj/robobag.dmi'
icon = 'icons/obj/medical/robobag.dmi'
item_path = /obj/item/bodybag/cryobag/robobag
tank_type = /obj/item/tank/stasis/nitro_cryo
stasis_level = 2 // Lower than the normal cryobag, because it's not made for meat that dies. It's made for robots and is freezing.