PLAYER_ShouldForceBaseSkin now uses the correct flagset to check for MF4_NOSKIN.
PLAYER_ShouldForceBaseSkin
was actually using the wrong flagset to check if the player's class had the NOSKIN
flag enabled. It should be player->mo->flags4
, not player->mo->flags
.