From c494b4ca358fddcdde497ad7e0eb4c425cddac39 Mon Sep 17 00:00:00 2001 From: Bop Date: Thu, 2 Jan 2025 02:06:48 +0700 Subject: [PATCH] eeeeeee --- code/game/machinery/computer/crew.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"