If you know, you know; fixes a decade-old typo, essentially mirroring RP's typo fix

This commit is contained in:
deathride58
2022-07-20 16:51:38 -04:00
parent d09c942271
commit 578eb440c1
15 changed files with 48 additions and 47 deletions
+2 -2
View File
@@ -489,8 +489,8 @@
M.change_mob_type( /mob/living/simple_animal/crab/Coffee , null, null, delmob )
if("parrot")
M.change_mob_type( /mob/living/simple_animal/parrot , null, null, delmob )
if("polyparrot")
M.change_mob_type( /mob/living/simple_animal/parrot/Poly , null, null, delmob )
if("pollyparrot")
M.change_mob_type( /mob/living/simple_animal/parrot/Polly , null, null, delmob )
if("constructarmored")
M.change_mob_type( /mob/living/simple_animal/hostile/construct/armored , null, null, delmob )
if("constructbuilder")