diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json index ae7f0c940..8f54429a5 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set51/set03-errata.json @@ -284,11 +284,21 @@ "type": "removesBurden", "filter": "not(hobbit)" }, - "effect": { - "type": "heal", - "count": "0-2", - "filter": "choose(companion)" - } + "condition": { + "type": "perPhaseLimit", + "limit": 1 + }, + "effect": [ + { + "type": "incrementPerPhaseLimit", + "limit": 1 + }, + { + "type": "heal", + "count": "0-2", + "filter": "choose(companion)" + } + ] } } } \ No newline at end of file