Fix tests

This commit is contained in:
yairm210
2024-11-12 23:09:19 +02:00
parent 3edcc29857
commit cfdfb839c5
7 changed files with 10 additions and 7 deletions

View File

@ -425,7 +425,7 @@ enum class UniqueType(
HealAdjacentUnits("All adjacent units heal [amount] HP when healing", UniqueTarget.Unit),
// Vision
@Deprecated("As of 4.14.6", ReplaceWith("[+100]% Strength <when defending> <for [Embarked] units>"))
@Deprecated("As of 4.14.6", ReplaceWith("[+100]% Strength <when defending> <when [Embarked]>"))
DefenceBonusWhenEmbarked("Defense bonus when embarked", UniqueTarget.Unit, UniqueTarget.Global),
NoSight("No Sight", UniqueTarget.Unit),
CanSeeOverObstacles("Can see over obstacles", UniqueTarget.Unit),