Skip to content

Commit

Permalink
Merge pull request #74423 from b3brodie/circuit_species
Browse files Browse the repository at this point in the history
[MOM] Allow short circuit to kill flying robots
  • Loading branch information
Maleclypse authored Jun 10, 2024
2 parents 62b7550 + a932678 commit b54b0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/MindOverMatter/powers/electrokinesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},
{
Expand Down Expand Up @@ -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" ]
},
{
Expand Down

0 comments on commit b54b0ea

Please sign in to comment.