Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
actionbitepainkillertablets.c
Go to the documentation of this file.
2{
4 {
5 //m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_LICKBATTERY;
6 }
7
8 override void ApplyModifiers( ActionData action_data )
9 {
10 //player.m_ModifiersManager.ActivateModifier(eModifiers.MDF_CHEMICALPOISON);
11 }
12};
ActionBase ActionData
Definition actionbase.c:30
override void ApplyModifiers(ActionData action_data)