Skip to content

Commit

Permalink
Merge pull request #1395 from snap01/fixes
Browse files Browse the repository at this point in the history
Remove 30 feet basic vision on newly created characters
  • Loading branch information
snap01 authored Sep 15, 2023
2 parents ffc480a + 9031d9e commit f0a9a11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
7 changes: 1 addition & 6 deletions module/actors/actor.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,7 @@ export class CoCActor extends Actor {
disposition: 1,
sight: {
enabled: true
},
detectionModes: [{
id: 'basicSight',
range: 30,
enabled: true
}]
}
})
} else if (data.type === 'npc') {
if (typeof data.img === 'undefined' || data.img === 'icons/svg/mystery-man.svg') {
Expand Down
7 changes: 1 addition & 6 deletions module/apps/investigator-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -1777,12 +1777,7 @@ export class CoC7InvestigatorWizard extends FormApplication {
disposition: CONST.TOKEN_DISPOSITIONS.FRIENDLY,
sight: {
enabled: true
},
detectionModes: [{
id: 'basicSight',
range: 30,
enabled: true
}]
}
},
items,
ownership: {
Expand Down
Loading

0 comments on commit f0a9a11

Please sign in to comment.