mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7183a765f5
* Add throwable rotation * torque grenade config * Cleanup * Do vectorNormalized on direction only
8 lines
195 B
C++
8 lines
195 B
C++
class CfgAmmo {
|
|
class Default;
|
|
class Grenade: Default {
|
|
GVAR(torqueDirection)[] = {1, 1, 0};
|
|
GVAR(torqueMagnitude) = "(50 + random 100) * selectRandom [1, -1]";
|
|
};
|
|
};
|