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
@@ -496,7 +496,7 @@
if(istype(thing, /obj/machinery/iv_drip))
var/obj/machinery/iv_drip/I = thing
if(I.beaker)
if(I.reagent_container)
fear_amount += 8
else
fear_amount += 6
@@ -670,4 +670,3 @@
"WetSkrell was a mistake."
)
return pick(generic_responses)