diff --git a/code/game/machinery/computer/crew.dm b/code/game/machinery/computer/crew.dm index fc517f5e1ea5..a4cb85ed87fc 100644 --- a/code/game/machinery/computer/crew.dm +++ b/code/game/machinery/computer/crew.dm @@ -223,7 +223,7 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new) species = "Slime" if (isethereal(tracked_mob)) species = "Ethereal" - if (iszombie(tracked_mob)) + if (iszombie(tracked_mob) || is_species(tracked_mob, /datum/species/krokodil_addict)) species = "Zombie" if (issnail(tracked_mob)) species = "Snail"