Skip to content

Commit

Permalink
Merge branch 'feature/extend-miner-info-log' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
schealex committed Nov 18, 2020
2 parents ec52cdd + e5fef9c commit 0083050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlords/mining/miner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export class MiningOverlord extends Overlord {
break;
case ERR_NOT_OWNER:
if (Game.time % 20 == 0) {
log.alert(`${miner.print}: room is reserved by hostiles!`);
log.alert(`${miner.print}: room "${miner.room.name}" is reserved by hostiles!`);
}
break;
default:
Expand Down

0 comments on commit 0083050

Please sign in to comment.