only add l5r conditions instead of replacing them all

This commit is contained in:
Vlyan
2025-09-06 09:48:02 +02:00
parent fab88401ea
commit 2518ded84f
2 changed files with 12 additions and 12 deletions

View File

@@ -5,9 +5,8 @@ export default class HooksL5r5e {
* Do initialization
*/
static async init() {
// Replace all foundry conditions with L5R conditions only
CONFIG.statusEffects = CONFIG.l5r5e.conditions;
// CONFIG.statusEffects.push(...CONFIG.l5r5e.conditions);
// Add L5R conditions to foundry conditions (don't restrict users)
CONFIG.statusEffects.push(...CONFIG.l5r5e.conditions);
}
/**