mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Added stumps for all limited actor views
This commit is contained in:
parent
990c73987e
commit
cc3ebca075
11 changed files with 123 additions and 12 deletions
|
|
@ -40,7 +40,8 @@ export default class BaseDataActor extends foundry.abstract.TypeDataModel {
|
|||
isNPC: true,
|
||||
settingSheet: null,
|
||||
hasResistances: true,
|
||||
hasAttribution: false
|
||||
hasAttribution: false,
|
||||
hasLimitedView: true
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue