diff --git a/code/game/data_huds.dm b/code/game/data_huds.dm index 023d528d9d5..64bd9cd3400 100644 --- a/code/game/data_huds.dm +++ b/code/game/data_huds.dm @@ -312,6 +312,8 @@ Security HUDs! Basic mode shows only the job. var/datum/record/crew/target = find_record(perp_name) if(!target || target.wanted_status == WANTED_NONE) + holder.icon_state = null + set_hud_image_inactive(WANTED_HUD) return switch(target.wanted_status) @@ -326,6 +328,8 @@ Security HUDs! Basic mode shows only the job. if(WANTED_DISCHARGED) holder.icon_state = "huddischarged" + set_hud_image_active(WANTED_HUD) + /*********************************************** Diagnostic HUDs! ************************************************/