mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
Egg TV: rename "Special" mode to "Sealed Star"
This commit is contained in:
parent
b275a14ec2
commit
822d67e422
1 changed files with 5 additions and 0 deletions
|
|
@ -218,6 +218,11 @@ public:
|
|||
return "<Unknown gametype>";
|
||||
}
|
||||
|
||||
if (gt == GT_SPECIAL)
|
||||
{
|
||||
return "Sealed Star";
|
||||
}
|
||||
|
||||
if ((rules() & GTR_PRISONS) && gp)
|
||||
{
|
||||
return "Prison Break";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue