Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
no more qipai
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKamisama committed Apr 28, 2018
1 parent dfec536 commit f6c438d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CardSharp/GameSteps/CommandParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ private bool ParseStandardCommand(Desk desk, Player player, string command)
desk.PlayerList.Select(p => $"{p.ToAtCodeWithRole()}: {p.Cards.Count}")));
return true;

case "弃牌":
player.GiveUp = true;
desk.AddMessage("弃牌成功");
return true;
//case "弃牌":
//player.GiveUp = true;
//desk.AddMessage("弃牌成功");
//return true;

case "托管":
if (desk.Players.Count(p => p is FakePlayer) == 2)
Expand Down

0 comments on commit f6c438d

Please sign in to comment.