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:
Pasi Kallinen
2022-01-06 14:39:27 +02:00
parent c300f9f084
commit 5b02ad521d

View File

@@ -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;
}