mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 04:06:54 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user