diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index 57f8d239b3..469d3cc7cf 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -560,6 +560,7 @@ GLOBAL_LIST_INIT(alt_titles_with_icons, list( JOB_ALT_JR_EXPLORER, //CHOMP explo keep JOB_ALT_SERVER, JOB_ALT_ELECTRICIAN, + JOB_ALT_FIREFIGHTER, JOB_ALT_BARISTA)) GLOBAL_LIST_EMPTY(existing_solargrubs) diff --git a/icons/mob/hud.dmi b/icons/mob/hud.dmi index 6a32491296..bb2c0726b0 100644 Binary files a/icons/mob/hud.dmi and b/icons/mob/hud.dmi differ diff --git a/icons/mob/hud_jobs_vr.dmi b/icons/mob/hud_jobs_vr.dmi index eae2d0b0cf..83f1394613 100644 Binary files a/icons/mob/hud_jobs_vr.dmi and b/icons/mob/hud_jobs_vr.dmi differ