Vicar ability

Issue #357 wontfix
joseasoler repo owner created an issue

EDIT: It seems that the ability is not intended to actually dispel, so the description should be changed. This can be discussed for 0.7.0 though.

[QUOTE="ledtim, post: 14596280, member: 111104"]Vicar's (empyrean priests) ability can't be cast for its dispel effects if there's no invisible/hidden nationality units around.

Modifying CvSpellInterface.py so: def reqRevelation(caster): if caster.canDispel(gc.getInfoTypeForString('SPELL_DISPEL_MAGIC')): return True

seems to make the spell usable just for its dispel effect. [I say seems, because I know next to nothing about the scripting language, and I just copied and pasted what seems to be the requirement from the dispel magic spell section.[/QUOTE]