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:32 +02:00
parent c300f9f084
commit 5b02ad521d
+2
View File
@@ -382,6 +382,8 @@ autoquiver(void)
/* Ordinary weapon */ /* Ordinary weapon */
if (objects[otmp->otyp].oc_skill == P_DAGGER && !omissile) if (objects[otmp->otyp].oc_skill == P_DAGGER && !omissile)
omissile = otmp; omissile = otmp;
else if (otmp->otyp == AKLYS)
continue;
else else
omisc = otmp; omisc = otmp;
} }