[Jul 03 2008] - Rumble

Fixed lib/messages to properly display skill, spell, and damage messages. (thanks T
ink)
[Jun 28 2008] - Rumble
  Added player ability to cancel queued commands. i.e. player spammed kick while figh
ting but needs to flee so they type '--' to cancel so they can flee. (thanks Jamdog)
This commit is contained in:
Rumble
2008-07-02 22:55:56 +00:00
parent 66d4a9d3eb
commit 2053b2d4a8
8 changed files with 81 additions and 80 deletions

View File

@@ -69,7 +69,7 @@ void perform_mob_level_list(struct char_data * ch, char *arg)
mob_level = atoi(arg);
if (mob_level < 0 || mob_level >= LVL_IMMORT) {
if (mob_level < 0 || mob_level > 99) {
send_to_char(ch, "Invalid mob level!\r\n");
return;
}