aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-29 13:33:17 -0400
committerMichael <[email protected]>2017-06-29 13:33:17 -0400
commitc6b5db16c0edc23296ad41810d4a9fff8e8664b0 (patch)
treeaa5a9f80d93e5422a57599970d98cb71215a3d6a /ShiftOS_TheReturn
parent07b2e388817ae50731808c1870bf74ccbda855ba (diff)
downloadshiftos_thereturn-c6b5db16c0edc23296ad41810d4a9fff8e8664b0.tar.gz
shiftos_thereturn-c6b5db16c0edc23296ad41810d4a9fff8e8664b0.tar.bz2
shiftos_thereturn-c6b5db16c0edc23296ad41810d4a9fff8e8664b0.zip
console garbler virus
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/VirusManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/VirusManager.cs b/ShiftOS_TheReturn/VirusManager.cs
index f4a7fc6..31152cc 100644
--- a/ShiftOS_TheReturn/VirusManager.cs
+++ b/ShiftOS_TheReturn/VirusManager.cs
@@ -50,6 +50,11 @@ namespace ShiftOS.Engine
{
infection.ThreatLevel = threatlevel;
}
+ else
+ {
+ return;
+ //no need to reinfect with a lower threatlevel
+ }
}
else
{