1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-12 23:51:38 +01:00

Bugfix: Myrkalfar (drow anas) can multishoot sickle moon

This commit is contained in:
Chris-plus-alphanumericgibberish 2017-11-05 22:20:43 -05:00
parent 7aeeb585f8
commit 692ebd10d9

View file

@ -176,6 +176,9 @@ int thrown;
case PM_DROW:
if(obj->oartifact == ART_SICKLE_MOON) multishot++;
break;
case PM_MYRKALFR:
if(obj->oartifact == ART_SICKLE_MOON) multishot++;
break;
case PM_ORC:
if (obj->otyp == ORCISH_ARROW && launcher &&
launcher->otyp == ORCISH_BOW) multishot++;