7 public override void TrySetHeldAct(
ActPlan p)
9 p.pos.ListCards(
false).ForEach(delegate(
Card a)
12 if (c ==
null || !c.IsPCParty || c.IsPC)
16 if (p.IsSelfOrNeighbor &&
EClass.pc.CanSee(a))
18 p.TrySetAct(c.isLeashed ?
"actUnleash" :
"actLeash", delegate()
20 EClass.pc.Say(c.isLeashed ?
"use_leash2" :
"use_leash", c,
this.owner,
null,
null);
21 EClass.pc.PlaySound(
"ride", 1f,
true);
22 c.isLeashed = !c.isLeashed;
25 c.Talk(
"pervert2",
null,
null,
false);
27 c.PlayAnime(AnimeID.Shiver,
false);
29 }, c,
null, 1,
false,
true,
false);