mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-04-19 18:20:24 +00:00
no not 5x, 3x
This commit is contained in:
parent
82a5ca296b
commit
868a549292
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue