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 */
|
/* 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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user