diff options
| author | Michael <[email protected]> | 2017-06-28 21:51:04 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-28 21:51:04 -0400 |
| commit | 0a64113fc5d99278afd06e246416fb4894a5e143 (patch) | |
| tree | 2bbb47f3755c89d31aa51a365dcd7cb63f10c216 | |
| parent | ae293c61acbfde26618da14605a985fc00f46677 (diff) | |
| download | shiftos_thereturn-0a64113fc5d99278afd06e246416fb4894a5e143.tar.gz shiftos_thereturn-0a64113fc5d99278afd06e246416fb4894a5e143.tar.bz2 shiftos_thereturn-0a64113fc5d99278afd06e246416fb4894a5e143.zip | |
I MADE AN OOPSIE POOPSIE
| -rw-r--r-- | ShiftOS.WinForms/Viruses/CPLeach.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Viruses/CPLeach.cs b/ShiftOS.WinForms/Viruses/CPLeach.cs index 0d82187..d9780ee 100644 --- a/ShiftOS.WinForms/Viruses/CPLeach.cs +++ b/ShiftOS.WinForms/Viruses/CPLeach.cs @@ -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; |
