mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Typo in do_whirlwind
This commit is contained in:
parent
238a6d18c6
commit
e49c8b648f
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ ACMD(do_whirlwind)
|
|||
}
|
||||
|
||||
send_to_char(ch, "You begin to spin rapidly in circles.\r\n");
|
||||
act("$N begins to rapidly spin in a circle!", FALSE, ch, 0, 0, TO_ROOM);
|
||||
act("$n begins to rapidly spin in a circle!", FALSE, ch, 0, 0, TO_ROOM);
|
||||
|
||||
/* NEW_EVENT() will add a new mud event to the event list of the character.
|
||||
* This function below adds a new event of "eWHIRLWIND", to "ch", and passes "NULL" as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue