@@ -458,6 +458,11 @@ ACMD(do_whirlwind)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ROOM_FLAGGED(IN_ROOM(ch), ROOM_PEACEFUL) {
|
||||||
|
send_to_char(ch, "This room just has such a peaceful, easy feeling...\r\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (GET_POS(ch) < POS_FIGHTING) {
|
if (GET_POS(ch) < POS_FIGHTING) {
|
||||||
send_to_char(ch, "You must be on your feet to perform a whirlwind.\r\n");
|
send_to_char(ch, "You must be on your feet to perform a whirlwind.\r\n");
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -2043,11 +2043,6 @@ ACMD(do_last)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((GET_LEVEL(vict) > GET_LEVEL(ch)) && (GET_LEVEL(ch) < LVL_IMPL)) {
|
|
||||||
send_to_char(ch, "You are not sufficiently godly for that!\r\n");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
send_to_char(ch, "[%5ld] [%2d %s] %-12s : %-18s : %-20s\r\n",
|
send_to_char(ch, "[%5ld] [%2d %s] %-12s : %-18s : %-20s\r\n",
|
||||||
GET_IDNUM(vict), (int) GET_LEVEL(vict),
|
GET_IDNUM(vict), (int) GET_LEVEL(vict),
|
||||||
class_abbrevs[(int) GET_CLASS(vict)], GET_NAME(vict),
|
class_abbrevs[(int) GET_CLASS(vict)], GET_NAME(vict),
|
||||||
|
|||||||
Reference in New Issue
Block a user