[Cleanup] Fix #set race 0 Message

This commit is contained in:
Kinglykrab 2025-08-29 16:32:27 -04:00
parent 02f66de679
commit dd78d2edeb

View File

@ -44,6 +44,19 @@ void SetRace(Client *c, const Seperator *sep)
}
);
if (race_id == Race::Doug) {
c->Message(
Chat::White,
fmt::format(
"{} {} been returned to {} base race.",
c->GetTargetDescription(t, TargetDescriptionType::UCYou),
c == t ? "have" : "has",
c == t ? "your" : "their"
).c_str()
);
return;
}
c->Message(
Chat::White,
fmt::format(