aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorwowmom98 <[email protected]>2017-02-26 15:59:55 -0500
committerwowmom98 <[email protected]>2017-02-26 15:59:55 -0500
commit868a5492927ddf093eb30df531031406e96f70f2 (patch)
treeb0b8ca9158a1c3c88e6d5884462e2d964a8e4d49 /ShiftOS.WinForms
parent82a5ca296bb6b4fe000b46af187fb41282e6bd62 (diff)
downloadshiftos_thereturn-868a5492927ddf093eb30df531031406e96f70f2.tar.gz
shiftos_thereturn-868a5492927ddf093eb30df531031406e96f70f2.tar.bz2
shiftos_thereturn-868a5492927ddf093eb30df531031406e96f70f2.zip
no not 5x, 3x
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLetters.cs2
1 files changed, 1 insertions, 1 deletions
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();
}