Fixes Pugs

This commit is contained in:
Fox McCloud
2019-09-06 19:06:41 -04:00
parent f8f4bb8b21
commit 0854f75f7b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -293,7 +293,7 @@
return 1
if(ispath(MP, /mob/living/simple_animal/chick))
return 1
if(ispath(MP, /mob/living/simple_animal/pet/pug))
if(ispath(MP, /mob/living/simple_animal/pet/dog/pug))
return 1
if(ispath(MP, /mob/living/simple_animal/butterfly))
return 1