Don't autoquiver aklys
... even though it is a throwing weapon, it's meant to be wielded and fired instead of fired from quiver.
This commit is contained in:
@@ -382,6 +382,8 @@ autoquiver(void)
|
||||
/* Ordinary weapon */
|
||||
if (objects[otmp->otyp].oc_skill == P_DAGGER && !omissile)
|
||||
omissile = otmp;
|
||||
else if (otmp->otyp == AKLYS)
|
||||
continue;
|
||||
else
|
||||
omisc = otmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user