代码如下,在SilverFish\SilverFish\ai\Playfield.cs文件中 public void callKid(CardDB.Card c, int zonepos, bool own, bool spawnKid = true, bool oneMoreIsAllowed = false) { ; allowed += (oneMoreIsAllowed) ? : ; if (own) { if (this.ownMinions.Count >= allowed) { ;…