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:
parent
7aeeb585f8
commit
692ebd10d9
1 changed files with 3 additions and 0 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue