8 lines
222 B
Ucode
8 lines
222 B
Ucode
// This is the Shrapnel projectile used with High explosives like the landmines and the Frag grenade.
|
|
class PipeBombShrapnel extends KFShrapnel;
|
|
|
|
defaultproperties
|
|
{
|
|
MyDamageType=Class'KFMod.DamTypePipeBomb'
|
|
}
|