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