diff --git a/code/modules/mob/transform_procs.dm b/code/modules/mob/transform_procs.dm index 4910b47817c..ce0591f6bd9 100644 --- a/code/modules/mob/transform_procs.dm +++ b/code/modules/mob/transform_procs.dm @@ -435,6 +435,12 @@ return 1 // ZOMG PONIES WHEEE if(ispath(MP, /mob/living/simple_animal/fox)) return 1 + if(ispath(MP, /mob/living/simple_animal/chick)) + return 1 + if(ispath(MP, /mob/living/simple_animal/pug)) + return 1 + if(ispath(MP, /mob/living/simple_animal/butterfly)) + return 1 //Not in here? Must be untested! return 0 @@ -460,6 +466,12 @@ return 1 if(ispath(MP, /mob/living/simple_animal/fox)) return 1 + if(ispath(MP, /mob/living/simple_animal/chick)) + return 1 + if(ispath(MP, /mob/living/simple_animal/pug)) + return 1 + if(ispath(MP, /mob/living/simple_animal/butterfly)) + return 1 //Antag Creatures! /* if(ispath(MP, /mob/living/simple_animal/hostile/carp) && !jobban_isbanned(src, "Syndicate"))