aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftLetters.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-26 16:01:30 -0500
committerlempamo <[email protected]>2017-02-26 16:01:30 -0500
commitf02a07b02f6a15b2f1a245c3804ef751e05d7c40 (patch)
tree1c782698c30fe8678d358d723444e017f2adccad /ShiftOS.WinForms/Applications/ShiftLetters.cs
parent705d1daefa607d3d3a23da5590c262d8f6f69d70 (diff)
parent82a5ca296bb6b4fe000b46af187fb41282e6bd62 (diff)
downloadshiftos_thereturn-f02a07b02f6a15b2f1a245c3804ef751e05d7c40.tar.gz
shiftos_thereturn-f02a07b02f6a15b2f1a245c3804ef751e05d7c40.tar.bz2
shiftos_thereturn-f02a07b02f6a15b2f1a245c3804ef751e05d7c40.zip
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.cs')
-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 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();
}