Hobbits getting a sling also get some ammo
This commit is contained in:
@@ -804,6 +804,7 @@ adjust levels of sleep, confuse monster, and charm monster spells
|
||||
replace monk starting sleep spell with confuse monster
|
||||
chargeable rings have a chance of getting charged when hit with electricity
|
||||
flint and hard gems break less often when thrown
|
||||
hobbits getting a sling also get some ammo for it
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
||||
|
||||
@@ -353,6 +353,7 @@ m_initweap(register struct monst *mtmp)
|
||||
break;
|
||||
case 2:
|
||||
(void) mongets(mtmp, SLING);
|
||||
m_initthrow(mtmp, !rn2(4) ? FLINT : ROCK, 6);
|
||||
break;
|
||||
}
|
||||
if (!rn2(10))
|
||||
|
||||
Reference in New Issue
Block a user