crossbow range and rate (trunk only)

From a bug report:
crossbow shot range shouldn't depend upon strength.  Make it fire for a
distance of BOLT_LIM regardless of whether if would have gone shorter or
longer by using the normal ranged calucations.  However, strength is
necessary to load crossbows, so make characters with low strength be less
capable of launching multi-shot volleys.
This commit is contained in:
nethack.rankin
2006-12-09 02:39:34 +00:00
parent 1505e3e7d7
commit a00a69ba26
2 changed files with 22 additions and 8 deletions

View File

@@ -180,6 +180,7 @@ demon lords/princes can't be summoned to the elemental or Astral planes
same-race sacrifice can't damage high altars
allow corpses on floor to be offered at high altars
allow hero to attempt to offer the Amulet at ordinary altars
shooting range for crossbow isn't affected by strength; multi-shot volley is
Platform- and/or Interface-Specific Fixes