no not 5x, 3x

This commit is contained in:
wowmom98 2017-02-26 15:59:55 -05:00
parent 82a5ca296b
commit 868a549292

View file

@ -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();
}