aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
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
{