diff --git a/dlls/weapons.cpp b/dlls/weapons.cpp index 4bc7227f..d1ceeaf8 100644 --- a/dlls/weapons.cpp +++ b/dlls/weapons.cpp @@ -1125,7 +1125,7 @@ void CBasePlayerAmmo::Materialize( void ) void CBasePlayerAmmo::DefaultTouch( CBaseEntity *pOther ) { - if( !pOther->IsPlayer() || IsPlayerBusting( pOther )) + if( !pOther->IsPlayer() || IsPlayerBusting( pOther ) || g_pGameRules->IsAlienMode( )) { return; }