Forgot a file with my last commit

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4809 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
sieve32@gmail.com
2012-10-04 22:39:54 +00:00
parent baf9b75e2b
commit e3d239108a

View File

@@ -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)