Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit c494b4c

Browse files
eeeeeee
1 parent ffd3c58 commit c494b4c

File tree

1 file changed

+1
-1
lines changed
  • code/game/machinery/computer

1 file changed

+1
-1
lines changed

code/game/machinery/computer/crew.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new)
223223
species = "Slime"
224224
if (isethereal(tracked_mob))
225225
species = "Ethereal"
226-
if (iszombie(tracked_mob))
226+
if (iszombie(tracked_mob) || is_species(tracked_mob, /datum/species/krokodil_addict))
227227
species = "Zombie"
228228
if (issnail(tracked_mob))
229229
species = "Snail"

0 commit comments

Comments
 (0)