From eed44cb378c65de191997e57b52c91df778ace1a Mon Sep 17 00:00:00 2001 From: Colby Eckert Date: Wed, 24 Jun 2020 21:20:11 -0400 Subject: [PATCH] TRIGGER label will only appear if reaction actually has a trigger --- src/ui/components/cards/npc/cards/_ReactionCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/components/cards/npc/cards/_ReactionCard.vue b/src/ui/components/cards/npc/cards/_ReactionCard.vue index 4a3a54e22..1ef4d26ef 100644 --- a/src/ui/components/cards/npc/cards/_ReactionCard.vue +++ b/src/ui/components/cards/npc/cards/_ReactionCard.vue @@ -6,7 +6,7 @@ @remove-feature="$emit('remove-feature', $event)" @recalc="$emit('recalc')" > - TRIGGER + TRIGGER

EFFECT