mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-09 09:24:20 +01:00
Added questpoints to load_char, more 128 bit fixes, and set autoexit on by default. (Thanks Trulight) --Rumble
This commit is contained in:
parent
254a746657
commit
62f74102af
6 changed files with 12 additions and 4 deletions
|
|
@ -373,6 +373,10 @@ int load_char(const char *name, struct char_data *ch)
|
|||
PRF_FLAGS(ch)[3] = asciiflag_conv(f4);
|
||||
break;
|
||||
|
||||
case 'Q':
|
||||
if (!strcmp(tag, "Qstp")) GET_QUESTPOINTS(ch) = atoi(line);
|
||||
break;
|
||||
|
||||
case 'R':
|
||||
if (!strcmp(tag, "Room")) GET_LOADROOM(ch) = atoi(line);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue