aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Viruses/CPLeach.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-28 21:51:04 -0400
committerMichael <[email protected]>2017-06-28 21:51:04 -0400
commit0a64113fc5d99278afd06e246416fb4894a5e143 (patch)
tree2bbb47f3755c89d31aa51a365dcd7cb63f10c216 /ShiftOS.WinForms/Viruses/CPLeach.cs
parentae293c61acbfde26618da14605a985fc00f46677 (diff)
downloadshiftos_thereturn-0a64113fc5d99278afd06e246416fb4894a5e143.tar.gz
shiftos_thereturn-0a64113fc5d99278afd06e246416fb4894a5e143.tar.bz2
shiftos_thereturn-0a64113fc5d99278afd06e246416fb4894a5e143.zip
I MADE AN OOPSIE POOPSIE
Diffstat (limited to 'ShiftOS.WinForms/Viruses/CPLeach.cs')
-rw-r--r--ShiftOS.WinForms/Viruses/CPLeach.cs2
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;