mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-06 17:38:49 +01:00
Do_flee fix. 128 bit updates. --Rumble
This commit is contained in:
parent
d7332e9640
commit
511a0a3da3
6 changed files with 47 additions and 29 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue