non-humanoid lawful minions wearing armor

<Someone> reported that couatl and ki-rin could wear boots and gloves.
Two problems: 1. all minions were created with a sword and armor, even those
that couldn't use them.  2. couatl and ki-rin were missing some important
bits in their M1 flags.
Now neither couatl or ki-rin are created with armor, and they won't try
to wear any armor they cross in the dungeon.
This commit is contained in:
cohrs
2003-03-10 20:57:49 +00:00
parent 4e1c4a5f74
commit 1a428307f3
3 changed files with 4 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ register struct monst *mtmp;
break;
case S_ANGEL:
{
if (humanoid(ptr)) {
int spe2;
/* create minion stuff; can't use mongets */