diff options
| author | lempamo <[email protected]> | 2017-02-26 16:07:44 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-26 16:07:44 -0500 |
| commit | bf67e0c7b5895d2ef5aaee15d941bfa41c27f50d (patch) | |
| tree | 5bb22add41527f09776466cb4957f384197e71e5 /ShiftOS.WinForms/Applications/ShiftLetters.cs | |
| parent | f02a07b02f6a15b2f1a245c3804ef751e05d7c40 (diff) | |
| parent | 868a5492927ddf093eb30df531031406e96f70f2 (diff) | |
| download | shiftos_thereturn-bf67e0c7b5895d2ef5aaee15d941bfa41c27f50d.tar.gz shiftos_thereturn-bf67e0c7b5895d2ef5aaee15d941bfa41c27f50d.tar.bz2 shiftos_thereturn-bf67e0c7b5895d2ef5aaee15d941bfa41c27f50d.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.cs | 2 |
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(); } |
