Skip to content

Commit

Permalink
OIHID actor description
Browse files Browse the repository at this point in the history
  • Loading branch information
aeauseth committed Dec 8, 2024
1 parent 6a53119 commit 47cc0b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module/item/item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,9 @@ export class HeroSystem6eItem extends Item {
// Power must be turned on
if (this.system.active === false) return false;

// Only In ALternate Identity
if (this.findModsByXmlid("OIHID") && this.actor.system.heroicIdentity === false) return false;

// TODO: Costs endurance (even if bought to 0 END) is perceivable when active unless it has invisible power effect bought for it.

// FOCUS
Expand Down

0 comments on commit 47cc0b4

Please sign in to comment.