Skip to content

Commit

Permalink
Merge pull request CleverRaven#69515 from P0T0S/patch-1
Browse files Browse the repository at this point in the history
[MoM] Fix for being unable to toggle off "Candle's Glow" power.
  • Loading branch information
Maleclypse authored Nov 19, 2023
2 parents a787509 + 44dfedc commit eca466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/powers/photokinesis_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"type": "effect_on_condition",
"id": "EOC_PHOTO_REMOVE_LIGHT_LOCAL",
"condition": { "u_has_effect": "effect_telepathic_learning_bonus" },
"condition": { "u_has_effect": "effect_photokin_light_local" },
"effect": [ { "run_eocs": "EOC_POWER_MAINTENANCE_MINUS_ONE" }, { "u_lose_effect": "effect_photokin_light_local" } ]
},
{
Expand Down

0 comments on commit eca466b

Please sign in to comment.