diff --git a/code/modules/mob/living/simple_animal/hostile/plaguerat.dm b/code/modules/mob/living/simple_animal/hostile/plaguerat.dm
index 2b92894317..497359829e 100644
--- a/code/modules/mob/living/simple_animal/hostile/plaguerat.dm
+++ b/code/modules/mob/living/simple_animal/hostile/plaguerat.dm
@@ -136,7 +136,7 @@ GLOBAL_LIST_EMPTY(plague_rats)
if(LAZYLEN(GLOB.plague_rats) >= cap)
visible_message("[src] gnaws into its food, [cap] rats are now on the station!")
return
- var/mob/living/newmouse = new /mob/living/simple_animal/hostile/plaguerat(loc)
+ new /mob/living/simple_animal/hostile/plaguerat(loc)
visible_message("[src] gnaws into its food, attracting another rat!")
/mob/living/simple_animal/hostile/plaguerat/proc/exit_vents()