tried to make the string indicating the extra HP translateable.
Maybe the macro needs to be put into " " but i don't know about this. Making this will at least not break the freeze and the first part is translateable now.
This commit is contained in:
parent
bc9486d5de
commit
e3a61589e6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
[advancement]
|
||||
max_times=100
|
||||
id=tough
|
||||
description= _ "Max HP bonus +{HP_ADVANCE}"
|
||||
description= _ "Max HP bonus +" {HP_ADVANCE}
|
||||
[effect]
|
||||
apply_to=hitpoints
|
||||
increase_total={HP_ADVANCE}
|
||||
|
|
Loading…
Add table
Reference in a new issue