mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-06 20:35:22 +02:00
Rename classes
This commit is contained in:
parent
cb59bf0315
commit
05a2dfce9f
14 changed files with 146 additions and 126 deletions
|
|
@ -59,7 +59,7 @@ static void ASSIGNROOM(room_vnum room, SPECIAL(fname))
|
|||
}
|
||||
|
||||
/* Assignments */
|
||||
/* assign special procedures to mobiles. Guildguards, snake, thief, magic user,
|
||||
/* assign special procedures to mobiles. Guildguards, snake, thief, sorceror,
|
||||
* puff, fido, janitor, and cityguards are now implemented via triggers. */
|
||||
void assign_mobiles(void)
|
||||
{
|
||||
|
|
@ -100,7 +100,7 @@ static struct spec_func_data spec_func_list[] = {
|
|||
{"Mayor", mayor },
|
||||
{"Snake", snake },
|
||||
{"Thief", thief },
|
||||
{"Magic User", magic_user },
|
||||
{"Sorceror", sorceror },
|
||||
{"Puff", puff },
|
||||
{"Fido", fido },
|
||||
{"Janitor", janitor },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue