Update plaguerat.dm

This commit is contained in:
zeroisthebiggay
2021-09-25 19:17:43 -04:00
committed by GitHub
parent 58df5b70bf
commit be82bd310e

View File

@@ -136,6 +136,7 @@ GLOBAL_LIST_EMPTY(plague_rats)
if(LAZYLEN(GLOB.plague_rats) >= cap)
visible_message("<span class='warning'>[src] gnaws into its food, [cap] rats are now on the station!</span>")
return
new /mob/living/simple_animal/hostile/plaguerat(loc)
visible_message("<span class='notice'>[src] gnaws into its food, attracting another rat!</span>")
/mob/living/simple_animal/hostile/plaguerat/proc/exit_vents()