From db02e873d5f7987661eb35cb0c8ba364d449e34e Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 20 Feb 2015 20:38:57 +0100 Subject: [PATCH] Respawn as the new cargo mobs --- code/modules/mob/transform_procs.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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"))