Giants occasionally have a weapon

This commit is contained in:
Pasi Kallinen
2023-01-24 20:54:39 +02:00
parent 84b9af9151
commit ed7e344f00
2 changed files with 3 additions and 0 deletions

View File

@@ -173,6 +173,8 @@ m_initweap(register struct monst *mtmp)
case S_GIANT:
if (rn2(2))
(void) mongets(mtmp, (mm != PM_ETTIN) ? BOULDER : CLUB);
if ((mm != PM_ETTIN) && !rn2(5))
(void) mongets(mtmp, rn2(2) ? TWO_HANDED_SWORD : BATTLE_AXE);
break;
case S_HUMAN:
if (is_mercenary(ptr)) {