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

@ -92,7 +92,7 @@ game_result game::run() {
in->get_command());
msg = res.msg;
if (!hostile_merchants && res.msg.find('M') != std::string::npos) {
if (!hostile_merchants && res.msg.find(" M ") != std::string::npos) {
hostile_merchants = true;
msg += "PC has angered the merchants. ";
}