mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fixes Pugs
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user