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
@@ -756,7 +756,7 @@
gold_core_spawnable = CHEM_MOB_SPAWN_FRIENDLY
collar_type = "pug"
/mob/living/simple_animal/pet/pug/handle_automated_movement()
/mob/living/simple_animal/pet/dog/pug/handle_automated_movement()
. = ..()
if(!resting && !buckled)
if(prob(1))
+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