Skip to content

Commit

Permalink
Fix ByCharacterDamageType.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnae committed Nov 18, 2023
1 parent b0846f3 commit 605e227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamecore/tasks/ByCharacterDamageType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<template>
<BlockLayout :source="node">

<em><EvaluateTargetType :target="node.TargetType" /></em> took <em>{{ node.DamageType }}</em> damage
<em><EvaluateTargetType :target="node.TargetType" /></em>'s element is <em>{{ node.DamageType }}</em>

</BlockLayout>
</template>
Expand Down

0 comments on commit 605e227

Please sign in to comment.