public RepairTarget(DuctTape tape, Mobile from) : base(1, false, TargetFlags.None) { m_Tape = tape; m_From = from; }
public static void ConsumeCharge(DuctTape tape, Mobile from) { tape.Consume(); from.RevealingAction(); from.PlaySound(0x3E4); }