Skip to content

Commit 7f1ab1c

Browse files
authored
Merge pull request #82661 from Standing-Storm/empty-magiclysm-fix
[Magiclysm] Limit Empty to affect only in-mod spells
2 parents 84d49c6 + 0f500f5 commit 7f1ab1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/mods/Magiclysm/effect_on_conditions/spellcasting/difficulty_modifiers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
"required_event": "opens_spellbook",
181181
"condition": { "u_has_trait": "MAGIC_EMPTY" },
182182
"effect": [
183-
{ "math": [ "u_spellcasting_adjustment('difficulty', 'flag_blacklist': 'PSIONIC') = 999" ] },
184-
{ "math": [ "u_spellcasting_adjustment('cost', 'flag_blacklist': 'PSIONIC') = 999" ] }
183+
{ "math": [ "u_spellcasting_adjustment('difficulty', 'mod': 'magiclysm', 'flag_blacklist': 'PSIONIC') = 999" ] },
184+
{ "math": [ "u_spellcasting_adjustment('cost', 'mod': 'magiclysm', 'flag_blacklist': 'PSIONIC') = 999" ] }
185185
]
186186
}
187187
]

0 commit comments

Comments
 (0)