Skip to content

Commit

Permalink
fix you being able to "see" impossible shape when blind (#76206)
Browse files Browse the repository at this point in the history
* fix you being able to "see" impossible shape when blind

* This one actually fixes it
  • Loading branch information
GuardianDll authored Sep 5, 2024
1 parent ab971ba commit 3fa9d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/monster_special_attacks/spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
{
"type": "effect_on_condition",
"id": "EOC_impossible_shape_attack",
"condition": { "and": [ "u_can_see", { "math": [ "u_madness", ">", "10" ] } ] },
"condition": { "and": [ { "or": [ "u_can_see", { "u_has_flag": "BLIND" } ] }, { "math": [ "u_madness", ">", "10" ] } ] },
"effect": [
{ "u_add_effect": "nightmares", "duration": "18 hours" },
{ "u_add_effect": "disrupted_sleep", "duration": "18 hours" },
Expand Down

0 comments on commit 3fa9d71

Please sign in to comment.