Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionforcedrinkalcohol.c
Go to the documentation of this file.
1
3{
4 override void ApplyModifiers( ActionData action_data )
5 {
6 PlayerBase ntarget = PlayerBase.Cast( action_data.m_Target.GetObject() );
7 //ntarget.m_ModifiersManager.ActivateModifier(eModifiers.MDF_CHEMICALPOISON);
8 }
9};