[Cleanup] Fix #set race 0 Message (#5004)

This commit is contained in:
Alex King 2025-08-29 20:08:03 -04:00 committed by GitHub
parent 02f66de679
commit 0c65a4febe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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(