--------------------------------------------- CAN UPGRADE ------------------------------------------------
| 751 | } |
| 752 | //--------------------------------------------- CAN UPGRADE ------------------------------------------------ |
| 753 | bool UnitImpl::canUpgrade(bool checkCommandibility) const |
| 754 | { |
| 755 | return Templates::canUpgrade(const_cast<UnitImpl*>(this), checkCommandibility); |
| 756 | } |
| 757 | bool UnitImpl::canUpgrade(UpgradeType type, bool checkCanIssueCommandType) const |
| 758 | { |
| 759 | return Templates::canUpgrade(const_cast<UnitImpl*>(this), type, checkCanIssueCommandType); |