mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix item drop from male assassin sniper.
This commit is contained in:
parent
fca7953d2b
commit
66ba916d33
@ -234,11 +234,11 @@ void CMassn::HandleAnimEvent( MonsterEvent_t *pEvent )
|
||||
// now spawn a gun.
|
||||
if( FBitSet( pev->weapons, HGRUNT_SHOTGUN ) )
|
||||
{
|
||||
//DropItem( "weapon_shotgun", vecGunPos, vecGunAngles );
|
||||
DropItem( "weapon_handgrenade", vecGunPos, vecGunAngles );
|
||||
}
|
||||
else
|
||||
{
|
||||
DropItem( "weapon_9mmAR", vecGunPos, vecGunAngles );
|
||||
DropItem( "weapon_9mmAR", vecGunPos, vecGunAngles );
|
||||
}
|
||||
|
||||
if( FBitSet( pev->weapons, HGRUNT_GRENADELAUNCHER ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user