I am going to die :D

This commit is contained in:
Zippy_Zolton 2020-10-09 15:42:55 -05:00
parent 15008f31a7
commit 1c751fdf0f
1 changed files with 0 additions and 3 deletions

View File

@ -11956,9 +11956,6 @@ static mobjtype_t P_GetMobjtypeSubstitute(mapthing_t *mthing, mobjtype_t i)
return MT_SCORE1K_BOX; // 1,000
}
if (mariomode && i == MT_ROSY)
return MT_TOAD; // don't remove on penalty of death
return i;
}