remove amy

This commit is contained in:
katsy 2020-12-14 02:36:00 -05:00
parent 42ced125a1
commit 2b23468359
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;