mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-02 04:14:15 +07:00
a765caa97c
* Add global alerts for certain constructions In the original game, certain constructions alert all players upon their completion. This commit introduces a new unique for this behavior and adds this unique to the relevant constructions. The code that implements the new unique is placed in Building.postBuildEvent, so it can only be activated by buildings. If other kinds of constructions require a global alert as well, the code could be moved to CityConstructions.constructionComplete. * Removed redundant line in template.properties * Moved global alert logic to CityConstructions Moved the implementation of "Triggers a global alert upon completion" from Building.postBuildEvent to CityConstructions.constructionComplete, close to the similar Wonder notification logic. |
||
---|---|---|
.. | ||
Brazilian_Portuguese.properties | ||
Bulgarian.properties | ||
completionPercentages.properties | ||
Czech.properties | ||
Dutch.properties | ||
English.properties | ||
Finnish.properties | ||
French.properties | ||
German.properties | ||
Hungarian.properties | ||
Indonesian.properties | ||
Italian.properties | ||
Japanese.properties | ||
Korean.properties | ||
Lithuanian.properties | ||
Malay.properties | ||
Persian instructions.txt | ||
Persian_(Pinglish-DIN).properties | ||
Persian_(Pinglish-UN).properties | ||
Polish.properties | ||
Portuguese.properties | ||
Romanian.properties | ||
Russian.properties | ||
Simplified_Chinese.properties | ||
Spanish.properties | ||
Swedish.properties | ||
template.properties | ||
Thai.properties | ||
Traditional_Chinese.properties | ||
Turkish.properties | ||
Ukrainian.properties | ||
Vietnamese.properties |