Skip to content

Commit

Permalink
Centralize TEEP_IMMUNE flag location
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Nov 4, 2024
1 parent 29170ad commit 3a0499f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions data/json/monsters/monster_flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,5 +638,10 @@
"id": "DRACULIN_IMMUNE",
"type": "monster_flag",
"//": "Immune to Chiropteran saliva. Use for any creature with nonstandard blood (ie mi-go, insects, but probably not zombies or fungalized animals, unless they have acid blood or something)."
},
{
"id": "TEEP_IMMUNE",
"type": "monster_flag",
"//": "Immune to telepathic damage/detection"
}
]
5 changes: 0 additions & 5 deletions data/mods/Aftershock/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@
"id": "HIVE_MIND",
"type": "monster_flag",
"//": "This monster is part of a hive mind"
},
{
"id": "TEEP_IMMUNE",
"type": "monster_flag",
"//": "Immune to telepathic damage"
}
]
5 changes: 0 additions & 5 deletions data/mods/MindOverMatter/json_flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
"type": "monster_flag",
"//": "This monster is part of a hive mind"
},
{
"id": "TEEP_IMMUNE",
"type": "monster_flag",
"//": "Immune to telepathic damage"
},
{
"id": "TELEPORT_IMMUNE",
"type": "monster_flag",
Expand Down

0 comments on commit 3a0499f

Please sign in to comment.