Skip to content

Commit

Permalink
Merge pull request #63458 from actually-a-cat/effects-doc-formatting
Browse files Browse the repository at this point in the history
Fix formatting in doc/EFFECTS_JSON.md
  • Loading branch information
Rivet-the-Zombie authored Feb 7, 2023
2 parents 908472c + 3b07b3f commit c8bebe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/EFFECTS_JSON.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ matching trait or effect then they are "resisting" the effect, which changes its
Effects can only have one "resist_trait" and one "resist_effect" at a time.

### Immunity Flags
````JSON
```JSON
"immunity_flags": [ "INFECTION_IMMUNE", "YOUR_FLAG" ]
```
Having any of the defined character flags (See JSON_FLAGS.md#Character flags) will make you immune to the effect. Note that these are completely JSON-driven, so you can add a custom flag for your effect without C++ changes.
Expand Down

0 comments on commit c8bebe2

Please sign in to comment.