UnitHolder::select_unit logic

This commit is contained in:
Chris Punches
2017-04-21 02:04:15 -04:00
parent c0cd9f3549
commit f66391d2b0
12 changed files with 5543 additions and 131 deletions

View File

@@ -22,7 +22,5 @@ int main()
std::cout << "Associated Unit heals:\t\t" << current_unit.get_rectify() << std::endl << std::endl;
}
return 0;
}