fix: changed gold/exp mecanic
This commit is contained in:
@@ -185,6 +185,8 @@ std::string getTowerName(TowerType type) {
|
||||
return "Necromancer";
|
||||
case TowerType::Turret:
|
||||
return "Turret";
|
||||
default:
|
||||
return "Unknow";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user