Skip to content

Commit

Permalink
Merge pull request dmdorman#1623 from phBalance/phBalance/remove-shie…
Browse files Browse the repository at this point in the history
…ld-icons

fix(effect icons): remove the 4 shield effect icons as they don't fit
  • Loading branch information
phBalance authored Dec 14, 2024
2 parents fc83a0f + e77b751 commit 1d40939
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions module/actor/actor-active-effects.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -169,26 +169,6 @@ export class HeroSystem6eActorActiveEffects extends ActiveEffect {
name: game.i18n.localize("EFFECT.StatusTargeted"),
img: "icons/svg/target.svg",
},
shieldFireEffect: {
id: "fireShield",
name: "Shield: Fire",
img: "icons/svg/fire-shield.svg",
},
shieldIceEffect: {
id: "coldShield",
name: "Shield: Ice",
img: "icons/svg/ice-shield.svg",
},
shieldMagicEffect: {
id: "magicShield",
name: "Shield: Magic",
img: "icons/svg/mage-shield.svg",
},
shieldHolyEffect: {
id: "holyShield",
name: "Shield: holy",
img: "icons/svg/holy-shield.svg",
},
abortEffect: {
id: "aborted",
name: game.i18n.localize("EFFECT.Aborted"),
Expand Down

0 comments on commit 1d40939

Please sign in to comment.