This commit is contained in:
Paul 2001-03-02 16:02:30 +00:00
parent 9e165f3895
commit b019994145
10 changed files with 72 additions and 210 deletions

View file

@ -77,7 +77,7 @@ void CShoesPickup::init()
---------------------------------------------------------------------- */
void CShoesPickup::collect(class CPlayer *_player)
{
_player->setMode(PLAYER_MODE_SQUEAKYBOOTS);
_player->giveSqueakyBoots();
CBaseRespawningPickup::collect(_player);
}