This commit is contained in:
Sally Coolatta 2020-05-03 19:45:59 -04:00
parent bd9c68183a
commit d4efbb710b

View file

@ -4780,6 +4780,10 @@ void K_DropHnextList(player_t *player, boolean keepshields)
orbit = false;
type = MT_EGGMANITEM;
break;
// intentionally do nothing
case MT_ROCKETSNEAKER:
case MT_SINK_SHIELD:
return;
default:
continue;
}