diff --git a/data/mods/MindOverMatter/powers/electrokinesis.json b/data/mods/MindOverMatter/powers/electrokinesis.json index 6312836d1a4a2..b47fc11e5b7e3 100644 --- a/data/mods/MindOverMatter/powers/electrokinesis.json +++ b/data/mods/MindOverMatter/powers/electrokinesis.json @@ -489,7 +489,7 @@ "base_casting_time": 75, "final_casting_time": 30, "casting_time_increment": -2.5, - "targeted_monster_species": [ "CYBORG", "ROBOT" ], + "targeted_monster_species": [ "CYBORG", "ROBOT", "ROBOT_FLYING" ], "ignored_monster_species": [ "PSI_NULL", "YRAX_CONSTRUCT" ] }, { @@ -517,7 +517,7 @@ "max_range": 50, "sound_type": "combat", "sound_description": "zzzzaaaaaapp!", - "targeted_monster_species": [ "CYBORG", "ROBOT" ], + "targeted_monster_species": [ "CYBORG", "ROBOT", "ROBOT_FLYING" ], "ignored_monster_species": [ "YRAX_CONSTRUCT", "PSI_NULL" ] }, {