mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
r_action_count needed for combine mags
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#define COMBINE_MAG class CombineMag\
|
#define COMBINE_MAG class CombineMag\
|
||||||
{\
|
{\
|
||||||
text = $STR_MAG_COMBINE;\
|
text = $STR_MAG_COMBINE;\
|
||||||
script = "spawn player_combineMag;";\
|
script = "spawn player_combineMag; r_action_count = r_action_count + 1;";\
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "9x18.hpp" //Makarov
|
#include "9x18.hpp" //Makarov
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class HandRoadFlare : HandGrenade
|
|||||||
class CombineMag
|
class CombineMag
|
||||||
{
|
{
|
||||||
text = $STR_MAG_COMBINE;
|
text = $STR_MAG_COMBINE;
|
||||||
script = "spawn player_combineMag;"; // r_action_count = r_action_count + 1;
|
script = "spawn player_combineMag; r_action_count = r_action_count + 1;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -37,7 +37,7 @@ class HandChemBlue : HandGrenade
|
|||||||
class CombineMag
|
class CombineMag
|
||||||
{
|
{
|
||||||
text = $STR_MAG_COMBINE;
|
text = $STR_MAG_COMBINE;
|
||||||
script = "spawn player_combineMag;"; // r_action_count = r_action_count + 1;
|
script = "spawn player_combineMag; r_action_count = r_action_count + 1;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -59,7 +59,7 @@ class HandChemGreen : HandGrenade
|
|||||||
class CombineMag
|
class CombineMag
|
||||||
{
|
{
|
||||||
text = $STR_MAG_COMBINE;
|
text = $STR_MAG_COMBINE;
|
||||||
script = "spawn player_combineMag;"; // r_action_count = r_action_count + 1;
|
script = "spawn player_combineMag; r_action_count = r_action_count + 1;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -81,7 +81,7 @@ class HandChemRed : HandGrenade
|
|||||||
class CombineMag
|
class CombineMag
|
||||||
{
|
{
|
||||||
text = $STR_MAG_COMBINE;
|
text = $STR_MAG_COMBINE;
|
||||||
script = "spawn player_combineMag;"; // r_action_count = r_action_count + 1;
|
script = "spawn player_combineMag; r_action_count = r_action_count + 1;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user