diff --git a/zone/gm_commands/set/race.cpp b/zone/gm_commands/set/race.cpp index 48bb11f0c..4a5f86c31 100755 --- a/zone/gm_commands/set/race.cpp +++ b/zone/gm_commands/set/race.cpp @@ -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(