From 82a5ca296bb6b4fe000b46af187fb41282e6bd62 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Feb 2017 15:57:04 -0500 Subject: Increase shiftletters payout (and shiftnet sub stuff) --- ShiftOS.WinForms/Applications/ShiftLetters.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.cs') diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.cs b/ShiftOS.WinForms/Applications/ShiftLetters.cs index 32a1ed4..8f05661 100644 --- a/ShiftOS.WinForms/Applications/ShiftLetters.cs +++ b/ShiftOS.WinForms/Applications/ShiftLetters.cs @@ -215,7 +215,7 @@ namespace ShiftOS.WinForms.Applications if (!lblword.Text.Contains("_")) { int oldlives = lives; - int cp = word.Length * oldlives; + int cp = (word.Length * oldlives) * 5; SaveSystem.TransferCodepointsFrom("shiftletters", cp); StartGame(); } -- cgit v1.2.3