From 868a5492927ddf093eb30df531031406e96f70f2 Mon Sep 17 00:00:00 2001 From: wowmom98 Date: Sun, 26 Feb 2017 15:59:55 -0500 Subject: [PATCH] no not 5x, 3x --- ShiftOS.WinForms/Applications/ShiftLetters.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.cs b/ShiftOS.WinForms/Applications/ShiftLetters.cs index 8f05661..f1c1d22 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) * 5; + int cp = (word.Length * oldlives) * 2; //drunky michael made this 5x... SaveSystem.TransferCodepointsFrom("shiftletters", cp); StartGame(); }