3 override void CreateActionComponent()
12 override void CreateConditionComponents()
26 m_Text =
"#remove_garden_plot";
32 if ( player.GetBrokenLegs() ==
eBrokenLegs.BROKEN_LEGS )
35 GardenPlot targetPlot = GardenPlot.Cast( target.GetObject() );
37 if ( targetPlot && !player.IsPlacingLocal() )
51 override void OnFinishProgressServer(
ActionData action_data )
53 GardenPlot targetPlot = GardenPlot.Cast( action_data.m_Target.GetObject() );
57 MiscGameplayFunctions.DealAbsoluteDmg( action_data.m_MainItem, 10 );