Rename classes

This commit is contained in:
kinther 2025-09-30 07:39:45 -07:00
parent cb59bf0315
commit 05a2dfce9f
14 changed files with 146 additions and 126 deletions

View file

@ -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 },