Apply a wielded bullwhip with fire-command
This commit is contained in:
@@ -451,6 +451,9 @@ dofire(void)
|
||||
/* if we're wielding a polearm, apply it */
|
||||
if (uwep && is_pole(uwep))
|
||||
return use_pole(uwep, TRUE);
|
||||
/* if we're wielding a bullwhip, apply it */
|
||||
else if (uwep && uwep->otyp == BULLWHIP)
|
||||
return use_whip(uwep);
|
||||
else if (iflags.fireassist
|
||||
&& uswapwep && is_pole(uswapwep)
|
||||
&& !(uswapwep->cursed && uswapwep->bknown)) {
|
||||
|
||||
Reference in New Issue
Block a user