Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actionforcebitepainkillertablets.c
Go to the documentation of this file.
2{
3 override void ApplyModifiers( ActionData action_data )
4 {
5 PlayerBase ntarget = PlayerBase.Cast( action_data.m_Target.GetObject() );
6 //target.m_ModifiersManager.ActivateModifier(eModifiers.MDF_CHEMICALPOISON);
7 }
8};
ActionBase ActionData
Definition actionbase.c:30
void ActionForceConsumeSingle()