Skip to content

Commit

Permalink
Merge pull request #1477 from alganthe/longer_flares
Browse files Browse the repository at this point in the history
flares modified
  • Loading branch information
thojkooi committed Jun 13, 2015
2 parents c3340b1 + 7bc7e51 commit 3e24749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/grenades/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ class CfgAmmo {
class FlareBase: FlareCore {
intensity = 20000;
flareSize = 12;
timeToLive = 60;
};
class F_40mm_White: FlareBase {
intensity = 40000;
flareSize = 12;
};
class F_20mm_White: FlareBase {
intensity = 20000;
flareSize = 12;
flareSize = 6;
};
class F_Signal_Green: FlareBase {
intensity = 20000;
Expand All @@ -19,6 +20,7 @@ class CfgAmmo {
class Flare_82mm_AMOS_White: FlareCore {
intensity = 80000;
flareSize = 12;
timeToLive = 60;
};

class F_20mm_Red: F_20mm_White {};
Expand Down

0 comments on commit 3e24749

Please sign in to comment.