sync changes since last snapshot

This commit is contained in:
cohrs
2002-01-07 02:12:04 +00:00
parent 7218689e70
commit c77073be31
51 changed files with 581 additions and 286 deletions

View File

@@ -282,7 +282,7 @@ m_throw(mon, x, y, dx, dy, range, obj)
singleobj = obj;
obj = (struct obj *) 0;
} else {
singleobj = splitobj(obj, obj->quan - 1L);
singleobj = splitobj(obj, 1L);
obj_extract_self(singleobj);
}
@@ -557,6 +557,7 @@ struct monst *mtmp;
case PM_ROGUE:
if (skill == P_DAGGER) multishot++;
break;
case PM_NINJA:
case PM_SAMURAI:
if (otmp->otyp == YA && mwep &&
mwep->otyp == YUMI) multishot++;