From e3d239108acf48fe03febf2c44b7223a347c5981 Mon Sep 17 00:00:00 2001 From: "sieve32@gmail.com" Date: Thu, 4 Oct 2012 22:39:54 +0000 Subject: [PATCH] Forgot a file with my last commit git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4809 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/holder2.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/admin/holder2.dm b/code/modules/admin/holder2.dm index 77cef557312..c10d4b494fc 100644 --- a/code/modules/admin/holder2.dm +++ b/code/modules/admin/holder2.dm @@ -197,11 +197,11 @@ var/list/admin_datums = list() if("polyparrot") M.change_mob_type( /mob/living/simple_animal/parrot/Poly , null, null, delmob) if("constructarmoured") - M.change_mob_type( /mob/living/simple_animal/constructarmoured , null, null, delmob) + M.change_mob_type( /mob/living/simple_animal/construct/armoured , null, null, delmob) if("constructbuilder") - M.change_mob_type( /mob/living/simple_animal/constructbuilder , null, null, delmob) + M.change_mob_type( /mob/living/simple_animal/construct/builder , null, null, delmob) if("constructwraith") - M.change_mob_type( /mob/living/simple_animal/constructwraith , null, null, delmob) + M.change_mob_type( /mob/living/simple_animal/construct/wraith , null, null, delmob) if("shade") M.change_mob_type( /mob/living/simple_animal/shade , null, null, delmob)