I MADE AN OOPSIE POOPSIE

This commit is contained in:
Michael 2017-06-28 21:51:04 -04:00
parent ae293c61ac
commit 0a64113fc5

View file

@ -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;