mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Implemented Inquisitors (#4909)
* Added inquisitor unit including image * Inquisitor now blocks spreading of religions * Added 'remove heresy' action * Fixed tests * Reworded remove heresy unique, updated sprites * Fix Crash * Implemented requested changes & fixed a few minor bugs * Implemented requested changes
This commit is contained in:
@ -9,6 +9,8 @@ object Constants {
|
||||
const val settler = "Settler"
|
||||
const val settlerUnique = "Founds a new city"
|
||||
const val eraSpecificUnit = "Era Starting Unit"
|
||||
const val spreadReligionAbilityCount = "Spread Religion"
|
||||
const val removeHeresyAbilityCount = "Remove Foreign religions from your own cities"
|
||||
const val hiddenWithoutReligionUnique = "Hidden when religion is disabled"
|
||||
const val hideFromCivilopediaUnique = "Will not be displayed in Civilopedia"
|
||||
|
||||
|
Reference in New Issue
Block a user