mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Make pAIs show correctly in diagnostic HUDs (#24666)
This commit is contained in:
@@ -13,5 +13,8 @@
|
||||
if(!.)
|
||||
return FALSE
|
||||
|
||||
diag_hud_set_status()
|
||||
diag_hud_set_health()
|
||||
|
||||
if(icon_state != "[chassis]_dead" || cleanWipe)
|
||||
qdel(src)
|
||||
|
||||
@@ -21,3 +21,4 @@
|
||||
else
|
||||
health = 100 - getBruteLoss() - getFireLoss()
|
||||
update_stat("updatehealth([reason])")
|
||||
diag_hud_set_health()
|
||||
|
||||
Reference in New Issue
Block a user