Fixed ZASDBG, Added ZAS logging subsystem, Removed FIREDBG and consolidated it under ZASDBG (#17386)

* Atomization

* asfsa

* sdaf

* sdfas

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2023-09-23 19:25:13 +00:00
committed by GitHub
co-authored by FluffyGhost <FluffyGhost>
parent f18d4128ad
commit 9d2f950e8e
10 changed files with 104 additions and 30 deletions
@@ -266,8 +266,8 @@
qdel(src)
else if(pressure > TANK_RUPTURE_PRESSURE)
#ifdef FIREDBG
LOG_DEBUG("<span class='warning'>[x],[y] tank is rupturing: [pressure] kPa, integrity [integrity]</span>")
#ifdef ZASDBG
log_subsystem_zas("[x],[y] tank is rupturing: [pressure] kPa, integrity [integrity]")
#endif
if(integrity <= 0)
@@ -281,8 +281,8 @@
integrity--
else if(pressure > TANK_LEAK_PRESSURE)
#ifdef FIREDBG
LOG_DEBUG("<span class='warning'>[x],[y] tank is leaking: [pressure] kPa, integrity [integrity]</span>")
#ifdef ZASDBG
log_subsystem_zas("[x],[y] tank is leaking: [pressure] kPa, integrity [integrity]")
#endif
if(integrity <= 0)