From 8669cad4d02d2b046d38a092aa3db31c07af37b3 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Sun, 14 Oct 2018 21:07:48 -0400 Subject: [PATCH] borer fixes 2 --- code/game/gamemodes/miniantags/borer/borer.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/gamemodes/miniantags/borer/borer.dm b/code/game/gamemodes/miniantags/borer/borer.dm index cc9a6593df3..47ce49414b2 100644 --- a/code/game/gamemodes/miniantags/borer/borer.dm +++ b/code/game/gamemodes/miniantags/borer/borer.dm @@ -326,6 +326,9 @@ to_chat(src, "You cannot infest someone who is already infested!") return + if(stat == DEAD) + return + to_chat(src, "You slither up [M] and begin probing at [M.p_their()] ear canal...") if(!do_after(src, 50, target = M))