COrrections, WIP
This commit is contained in:
@@ -212,9 +212,10 @@ export class BaseCharacterSheetL5r5e extends BaseSheetL5r5e {
|
||||
switch (itemData.type) {
|
||||
case "army_cohort":
|
||||
case "army_fortification":
|
||||
console.warn("L5R5E | BCS | Army items are not allowed", item?.type, item);
|
||||
// Army item types removed — skip silently
|
||||
return;
|
||||
|
||||
|
||||
case "advancement":
|
||||
// Specific advancements, remove 1 to selected ring/skill
|
||||
await this.actor.addBonus(item);
|
||||
|
||||
Reference in New Issue
Block a user