mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-19 07:26:10 +01:00
Fixed typos, updated help --Rumble
This commit is contained in:
parent
2cfae9ff43
commit
bec211195b
5 changed files with 109 additions and 130 deletions
|
|
@ -1197,7 +1197,7 @@ ACMD(do_switch)
|
|||
else if (victim->desc)
|
||||
send_to_char(ch, "You can't do that, the body is already in use!\r\n");
|
||||
else if ((GET_LEVEL(ch) < LVL_IMPL) && !IS_NPC(victim))
|
||||
send_to_char(ch, "You aren't holy enough to use a mortal's body.\r\n");
|
||||
send_to_char(ch, "You are not holy enough to use their body.\r\n");
|
||||
else if (GET_LEVEL(ch) < LVL_GRGOD && ROOM_FLAGGED(IN_ROOM(victim), ROOM_GODROOM))
|
||||
send_to_char(ch, "You are not godly enough to use that room!\r\n");
|
||||
else if (GET_LEVEL(ch) < LVL_GRGOD && ROOM_FLAGGED(IN_ROOM(victim), ROOM_HOUSE)
|
||||
|
|
|
|||
|
|
@ -736,7 +736,7 @@ static void list_shops(struct char_data *ch, zone_rnum rnum, shop_vnum vmin, sho
|
|||
QCYN, QYEL, SHOP_ROOM(i, j), QCYN, QNRM);
|
||||
|
||||
if (j == 0)
|
||||
send_to_char(ch, "%sNone.%s", QCYN, QNRM);
|
||||
send_to_char(ch, " %sNone.%s", QCYN, QNRM);
|
||||
|
||||
send_to_char(ch, "\r\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue