Browse Source

Merge branch 'master' into 'release'

bug: Fixed broken putrid shanks

See merge request Isleward/isleward!619
tags/v0.12.0.5
Big Bad Waffle 1 year ago
parent
commit
787ecfa54a
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/server/fixes/fixes.js

+ 4
- 1
src/server/fixes/fixes.js View File

@@ -163,7 +163,7 @@ module.exports = {
},
castTarget: 'none',
castSpell: {
type: 'smokebomb',
type: 'smokeBomb',
damage: 1,
range: 1,
element: 'poison',
@@ -174,6 +174,9 @@ module.exports = {
}
};
}

if (effect.rolls.castSpell.type === 'smokebomb')
effect.rolls.castSpell.type = 'smokeBomb';
});

items


Loading…
Cancel
Save