mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
I MADE AN OOPSIE POOPSIE
This commit is contained in:
parent
ae293c61ac
commit
0a64113fc5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace ShiftOS.WinForms.Viruses
|
|||
Timer.Tick += (o, a) =>
|
||||
{
|
||||
ulong codepointDecrease = (ulong)threatlevel * 4;
|
||||
if (SaveSystem.CurrentSave.Codepoints >= codepointDecrease)
|
||||
if (SaveSystem.CurrentSave.Codepoints <= codepointDecrease)
|
||||
SaveSystem.CurrentSave.Codepoints -= codepointDecrease;
|
||||
else
|
||||
SaveSystem.CurrentSave.Codepoints = 0;
|
||||
|
|
Loading…
Reference in a new issue