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