Merge branch 'amys' into 'next'

fix amy meeting herself in mario mode

See merge request STJr/SRB2!1330
This commit is contained in:
James R 2020-12-15 20:57:16 -05:00
commit a36908a5ce
1 changed files with 1 additions and 1 deletions

View File

@ -11798,7 +11798,7 @@ static boolean P_AllowMobjSpawn(mapthing_t* mthing, mobjtype_t i)
if (!(G_CoopGametype() || (mthing->options & MTF_EXTRA)))
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
break;