| 3698 | } |
| 3699 | |
| 3700 | staticfn boolean |
| 3701 | can_grapple_location(coordxy x, coordxy y) |
| 3702 | { |
| 3703 | return (isok(x, y) && cansee(x, y) && distu(x, y) <= grapple_range()); |
| 3704 | } |
| 3705 | |
| 3706 | staticfn void |
| 3707 | display_grapple_positions(boolean on_off) |
no test coverage detected