mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Fixed a unique & better credits (#4998)
This commit is contained in:
parent
7085ea95cc
commit
7dd7e0b278
@ -173,7 +173,7 @@ class Building : NamedStats(), INonPerpetualConstruction, ICivilopediaText {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (unique in city.getMatchingUniques("[] from every [] in cities where this religion has at least [] followers"))
|
for (unique in city.getMatchingUniques("[] from every [] in cities where this religion has at least [] followers"))
|
||||||
if (unique.params[2].toInt() <= city.religion.getFollowersOfMajorityReligion())
|
if (unique.params[2].toInt() <= city.religion.getFollowersOfMajorityReligion() && matchesFilter(unique.params[1]))
|
||||||
stats.add(unique.stats)
|
stats.add(unique.stats)
|
||||||
|
|
||||||
for (unique in uniqueObjects)
|
for (unique in uniqueObjects)
|
||||||
|
@ -684,7 +684,7 @@ Sounds are from FreeSound.org unless otherwise noted and are either Creative Com
|
|||||||
* [elephant 44](https://freesound.org/people/y89312/sounds/139875/) by y89312 for Naruesan's Elephant sound
|
* [elephant 44](https://freesound.org/people/y89312/sounds/139875/) by y89312 for Naruesan's Elephant sound
|
||||||
* Excerpt from [Missile Strike](https://freesound.org/people/BaDoink/sounds/570690/) by BaDoink for guided missile
|
* Excerpt from [Missile Strike](https://freesound.org/people/BaDoink/sounds/570690/) by BaDoink for guided missile
|
||||||
|
|
||||||
* Excerpt from [Campfire](https://www.soundjay.com/nature/sounds/campfire-1.mp3) by SoundJay for Fire & 'remove heresy' action of inquisitor
|
* Excerpt from [Campfire](https://www.soundjay.com/fire-sound-effects.html) by SoundJay for Fire & 'remove heresy' action of inquisitor
|
||||||
|
|
||||||
# Music
|
# Music
|
||||||
The following music is from https://filmmusic.io
|
The following music is from https://filmmusic.io
|
||||||
|
Loading…
x
Reference in New Issue
Block a user