12 override void CreateConditionComponents()
26 m_Text =
"#remove_garden_plot";
32 if ( player.GetBrokenLegs() ==
eBrokenLegs.BROKEN_LEGS )
38 GardenPlot targetPlot = GardenPlot.Cast( target.GetObject() );
40 if ( targetPlot && !player.IsPlacingLocal() )
54 override void OnFinishProgressServer( ActionData action_data )
56 GardenPlot targetPlot = GardenPlot.Cast( action_data.m_Target.GetObject() );
60 MiscGameplayFunctions.DealAbsoluteDmg( action_data.m_MainItem, 10 );