From c6b5db16c0edc23296ad41810d4a9fff8e8664b0 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 29 Jun 2017 13:33:17 -0400 Subject: console garbler virus --- ShiftOS_TheReturn/VirusManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ShiftOS_TheReturn') 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 { -- cgit v1.2.3