mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-22 17:06:10 +01:00
[Dec 16 2009] - Rumble
Added some missing code for last_ibt in ibt.c. Fixed typos in ibt.c (thanks Elervan) [Dec 13 2009] - Rumble Changed set password to level GRGOD. [Dec 08 2009] - Rumble Added "current zone:" to immortal score.
This commit is contained in:
parent
32880daf6b
commit
828fa48bb3
5 changed files with 36 additions and 19 deletions
|
|
@ -907,6 +907,9 @@ ACMD(do_score)
|
|||
send_to_char(ch, "%sPOOFOUT: %s%s %s%s\r\n", QYEL, QCYN, GET_NAME(ch), POOFOUT(ch), QNRM);
|
||||
else
|
||||
send_to_char(ch, "%sPOOFOUT: %s%s disappears in a puff of smoke.%s\r\n", QYEL, QCYN, GET_NAME(ch), QNRM);
|
||||
|
||||
send_to_char(ch, "Your current zone: %s%d%s\r\n", CCCYN(ch, C_NRM), GET_OLC_ZONE(ch),
|
||||
CCNRM(ch, C_NRM));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue