Fix apv2, WIP
This commit is contained in:
@@ -50,7 +50,12 @@ export default class VermineCreatureSheetV2 extends VermineBaseActorSheet {
|
||||
async _preparePartContext(partId, context) {
|
||||
const doc = this.document
|
||||
switch (partId) {
|
||||
case "main": break
|
||||
case "main":
|
||||
context.patternOptions = CONFIG.VERMINE.creaturePatternLevels
|
||||
context.roleOptions = CONFIG.VERMINE.creatureRoleLevels
|
||||
context.sizeOptions = CONFIG.VERMINE.creatureSizeLevels
|
||||
context.packOptions = CONFIG.VERMINE.creaturePackLevels
|
||||
break
|
||||
case "info":
|
||||
context.tab = context.tabs.info
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user