fix B17002 horns

Asmodeus ought to be in num_horns().
	[devteam] balrog as depicted in LotR movie has horns too.
This commit is contained in:
nethack.allison
2003-01-26 03:25:27 +00:00
parent bd0541679a
commit 5a7bebf5a6

View File

@@ -309,6 +309,8 @@ struct permonst *ptr;
switch (monsndx(ptr)) {
case PM_HORNED_DEVIL: /* ? "more than one" */
case PM_MINOTAUR:
case PM_ASMODEUS:
case PM_BALROG:
return 2;
case PM_WHITE_UNICORN:
case PM_GRAY_UNICORN: