Fix syserror messages on start related to msave

This commit is contained in:
kinther 2025-09-25 09:13:24 -07:00
parent df3c3d5395
commit b9acbbba9f
3 changed files with 12 additions and 7 deletions

View file

@ -1726,6 +1726,7 @@ ACMD(do_load)
for (i=0; i < n; i++) {
mob = read_mobile(r_num, REAL);
char_to_room(mob, IN_ROOM(ch));
equip_mob_from_loadout(mob);
act("$n makes a quaint, magical gesture with one hand.", TRUE, ch, 0, 0, TO_ROOM);
act("$n has created $N!", FALSE, ch, 0, mob, TO_ROOM);