Opened 10 years ago
Closed 10 years ago
#727 closed bug (fixed (in master))
Targetting should warn when something is out of range
Reported by: | takkaria | Owned by: | |
---|---|---|---|
Milestone: | 3.1.1 beta | Keywords: | |
Cc: |
Description
Change History (1)
comment:1 Changed 10 years ago by magnate
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
[0d4b3aa] (SVN r1383) prevents a player wasting a shot at a target that is out of range, but only after the target is selected. To do this properly, and allow the player to see whether targets are in range before choosing one, would require major surgery to get_aim_dir, which currently does not take a range argument. Please reopen this ticket if this is required.