fix paladin divine smite

This commit is contained in:
Mark
2016-02-29 14:45:09 +01:00
parent ac712c81f2
commit c6e69720a6
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -75,7 +75,7 @@
</div>
</div>
<button type="roll" name="roll_divine_smite" class="visible-button" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Divine Smite}} {{subheader=Paladin}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[(?{Spell Level|1|2|3|4+} + 1)@{divine_smite_die}]]}} {{second_damage=[[@{divine_smite_die}]]}} {{second_damage_type=vs undead / fiend}}">
<button type="roll" name="roll_divine_smite" class="visible-button" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Divine Smite}} {{subheader=Paladin}} {{targetName=@{attacks_vs_target_name}}} {{damage=[[(?{Spell Level|1|2|3|4+, 4} + 1)@{divine_smite_die}]]}} {{second_damage=[[@{divine_smite_die}]]}} {{second_damage_type=vs undead / fiend}}">
{{'DIVINE_SMITE' | translate}}
</button>
</div>