This commit is contained in:
Glowbal 2015-08-29 22:57:52 +02:00
parent 602ef690fc
commit 2fd30ba20c

View File

@ -17,6 +17,7 @@ params ["_typeOfProjectile"];
if (_typeOfProjectile isKindOf "BulletBase") exitWith {"bullet"};
if (_typeOfProjectile isKindOf "ShotgunBase") exitwith {"bullet"};
if (_typeOfProjectile isKindOf "GrenadeCore") exitWith {"grenade"};
if (_typeOfProjectile isKindOf "TimeBombCore") exitWith {"explosive"};
if (_typeOfProjectile isKindOf "MineCore") exitWith {"explosive"};