added extra enemies

This commit is contained in:
2024-07-18 18:37:01 -04:00
parent 1a9c04ad5a
commit ea691a3bb1
11 changed files with 175 additions and 18 deletions

View File

@ -75,8 +75,7 @@ long_result enemy_base::get_hit(character *ch, const int tATK,
"PC deals " + std::to_string(tmp) +
" damage to " + abbrev + " (" +
std::to_string(HP) + " HP). " +
abbrev +
" is slain by PC. "};
abbrev + " is slain by PC. "};
return {result::hit, "PC deals " +
std::to_string(tmp) + " damage to " + abbrev + " (" +