Skip to content

Commit

Permalink
Send times up, close #3
Browse files Browse the repository at this point in the history
  • Loading branch information
parabola949 committed Jan 1, 2017
1 parent 338109a commit cd6f435
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CoupForTelegram/CoupForTelegram/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ public void StartGame()
{
LastMenu = null;
Send($"{p.Name.ToBold()} did not choose in time, and has lost 7 coins");
Send("Times up!", p.Id, menuTo: p.Id);
break;
}

Expand Down Expand Up @@ -342,6 +343,7 @@ public void StartGame()
if (target == null)
{
LastMenu = null;
Send("Times up!", p.Id, menuTo: p.Id);
Send($"{p.Name.ToBold()} did not choose in time, and has lost 3 coins!");
break;

Expand Down Expand Up @@ -444,6 +446,7 @@ public void StartGame()
if (target == null)
{
LastMenu = null;
Send("Times up!", p.Id, menuTo: p.Id);
Send($"{p.Name.ToBold()} did not choose in time");
break;
}
Expand Down

0 comments on commit cd6f435

Please sign in to comment.