mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
remove amy
This commit is contained in:
parent
7f9eca0b13
commit
d37fd1aa23
1 changed files with 1 additions and 1 deletions
|
|
@ -11798,7 +11798,7 @@ static boolean P_AllowMobjSpawn(mapthing_t* mthing, mobjtype_t i)
|
||||||
if (!(G_CoopGametype() || (mthing->options & MTF_EXTRA)))
|
if (!(G_CoopGametype() || (mthing->options & MTF_EXTRA)))
|
||||||
return false; // she doesn't hang out here
|
return false; // she doesn't hang out here
|
||||||
|
|
||||||
if (!mariomode && !(netgame || multiplayer) && players[consoleplayer].skin == 3)
|
if (!(netgame || multiplayer) && players[consoleplayer].skin == 3)
|
||||||
return false; // no doubles
|
return false; // no doubles
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue