Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed May 9, 2024
1 parent af1bd1c commit 3230049
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion data/mods/MindOverMatter/monsters/monster_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
{ "not": { "u_has_effect": "effect_monster_inertial_barrier" } }
]
},
"monster_message": "The air around %1$s disorts."
"monster_message": "The air around %1$s distorts."
},
{
"id": "nemesis_primal_fear",
Expand All @@ -267,6 +267,8 @@
"monster_message": "%1$s stares at %3$s and they freeze like a frightened rabbit!"
},
{
"type": "monster_attack",
"attack_type": "melee",
"id": "telekinetic_smash_throw",
"move_cost": 80,
"cooldown": 15,
Expand Down
7 changes: 4 additions & 3 deletions data/mods/MindOverMatter/monsters/monsters_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,10 @@
{
"id": "telekinetic_pull_monster",
"type": "SPELL",
"name": "[Ψ]Far Hand Monster",
"description": "Pull a target or set of items to you.",
"message": "You reach out and pull your target to you.",
"name": "telekinetic powers",
"//": "Name is so it displays properly in the message log.",
"description": "Pull a target or set of items to you. This power is for monster usage",
"message": "",
"valid_targets": [ "hostile" ],
"spell_class": "TELEKINETIC",
"flags": [ "CONCENTRATE", "NO_HANDS", "NO_LEGS" ],
Expand Down

0 comments on commit 3230049

Please sign in to comment.