added extra enemies
This commit is contained in:
@ -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 + " (" +
|
||||
|
Reference in New Issue
Block a user