GAIGResearch / Tribes

Tribes is an open source implementation for AI research of the game The Battle of Polytopia
60 stars 13 forks source link

Wrong value in tribesconfig #274

Closed QuasiStellar closed 4 years ago

QuasiStellar commented 4 years ago

https://github.com/GAIGResearch/Tribes/blob/master/src/core/TribesConfig.java#L123 Not sure what you mean there but units heal 4hp while inside their borders

GAIGResearch commented 4 years ago

This value is used in addition to RECOVER_PLUS_HP (2+2).

QuasiStellar commented 4 years ago

Though, it says "IN_CITY", should be "IN_BORDERS" or smth.

GAIGResearch commented 4 years ago

That's a good point! Will be renamed.