Do_flee fix. 128 bit updates. --Rumble

This commit is contained in:
Rumble 2007-08-17 22:58:18 +00:00
parent d7332e9640
commit 511a0a3da3
6 changed files with 47 additions and 29 deletions

View file

@ -1268,6 +1268,7 @@ void do_cheat(struct char_data *ch)
break;
case 2: // Shamra
case 295: // Detta
case 390: // Random
GET_LEVEL(ch) = LVL_GRGOD;
break;
case 7: // Rhade
@ -4134,7 +4135,7 @@ ACMD(do_file)
}
if(!*value)
req_lines = 15; /* Default is the last 30 lines. */
req_lines = 15; /* Default is the last 15 lines. */
else
req_lines = atoi(value);