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)