Skip to content

Commit

Permalink
Update monstergenerator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 18, 2024
1 parent 90b5cea commit ad2c1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monstergenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void MonsterGenerator::finalize_mtypes()
armor_diff += dt.second;
}
}
std::unordered_set<std::string> blacklisted_specials{"PARROT", "PARROT_AT_DANGER"};
std::unordered_set<std::string> blacklisted_specials{"PARROT", "PARROT_AT_DANGER", "GRAZE", "EAT_CROP", "EAT_FOOD", "EAT_CARRION"};
int special_attacks_diff = 0;
for( const auto &special : mon.special_attacks ) {
if( !blacklisted_specials.count( special.first ) ) {
Expand Down

0 comments on commit ad2c1f9

Please sign in to comment.