18 {
19 SpawnAmmo("Ammo_40mm_Explosive",SAMF_DEFAULT);
20
22 if ( Class.CastTo(entity, this) )
23 {
24 entity.SpawnEntityOnGroundPos("Ammo_40mm_Explosive", entity.GetPosition());
25 entity.SpawnEntityOnGroundPos("Ammo_40mm_Explosive", entity.GetPosition());
26 entity.SpawnEntityOnGroundPos("Ammo_40mm_Explosive", entity.GetPosition());
27 }
28 }