* Returns if this weapon should arc its shots. * @return True if this weapon should arc its shots. */
| 679 | * @return True if this weapon should arc its shots. |
| 680 | */ |
| 681 | bool RuleItem::getArcingShot() const |
| 682 | { |
| 683 | return _arcingShot; |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * Gets the attraction value for this item (for AI). |