Fixed a typo in do_scan

This commit is contained in:
Vatiken
2012-06-03 18:18:35 +00:00
parent 09f497b0b3
commit 95e80969d3

View File

@@ -2662,6 +2662,6 @@ ACMD(do_scan)
scanned_room = IN_ROOM(ch); scanned_room = IN_ROOM(ch);
} // end of directions } // end of directions
if (!found) { if (!found) {
send_to_char(ch, "You don't see aanything nearby!\r\n"); send_to_char(ch, "You don't see anything nearby!\r\n");
} }
} // end of do_scan } // end of do_scan