diff options
| author | Michael <[email protected]> | 2017-02-26 15:57:04 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-26 15:57:09 -0500 |
| commit | 82a5ca296bb6b4fe000b46af187fb41282e6bd62 (patch) | |
| tree | ec53d13ae88a171d2e5e11e3bc2aece6481a3c3c /ShiftOS.WinForms/Applications/ShiftLetters.cs | |
| parent | ec61f5dfe9de92470cd91269c77713549e7d6159 (diff) | |
| download | shiftos_thereturn-82a5ca296bb6b4fe000b46af187fb41282e6bd62.tar.gz shiftos_thereturn-82a5ca296bb6b4fe000b46af187fb41282e6bd62.tar.bz2 shiftos_thereturn-82a5ca296bb6b4fe000b46af187fb41282e6bd62.zip | |
Increase shiftletters payout (and shiftnet sub stuff)
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 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(); } |
