enefel 1.0.188 → 1.0.189

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skill.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enefel",
3
- "version": "1.0.188",
3
+ "version": "1.0.189",
4
4
  "main": "index.js",
5
5
  "author": "Manest",
6
6
  "license": "MIT",
package/skill.js CHANGED
@@ -351,6 +351,7 @@ function getNoTurnoverSkill() {
351
351
  SKILL_NAMES.UNCHANNELLED_FURY,
352
352
  SKILL_NAMES.DUMP_OFF,
353
353
  SKILL_NAMES.HYPNOTIC_GAZE,
354
+ SKILL_NAMES.FOUL_APPEARANCE,
354
355
  ];
355
356
  }
356
357