56 {
57 Object target_object = action_data.m_Target.GetObject();
59
60 if ( fireplace_target.CanDismantleStoneCircle() )
61 {
62 ItemBase attached_item =
ItemBase.Cast( fireplace_target.GetAttachmentByType( fireplace_target.ATTACHMENT_STONES ) );
63
64
65 fireplace_target.SetStoneCircleState( false );
66
67
68 fireplace_target.SetLifetimeMax( 10800 );
69 }
70 }