purge / purify removes all effects

This commit is contained in:
Mashy
2019-11-11 11:58:29 +10:00
parent 6f453c45fc
commit ab7625def0
2 changed files with 20 additions and 44 deletions
+3
View File
@@ -168,6 +168,9 @@ function getText(resolution) {
if (type === 'Removal') {
const { effect, construct_effects: effects } = event;
if (!effect) {
return { text: 'Effect Removal', css: '', effects };
}
return { text: `-${effect}`, css: '', effects };
}
return false;