Merge pull request #16637 from LanCartwright/virosymptomwork

fixes ancient tier bug where stealth 3 advanced viruses were visible …
This commit is contained in:
Cheridan
2016-04-05 23:50:53 -05:00
+1 -1
View File
@@ -199,7 +199,7 @@ var/list/advance_cures = list(
if(properties && properties.len)
switch(properties["stealth"])
if(2 to 3)
if(2)
visibility_flags = HIDDEN_SCANNER
if(3 to INFINITY)
visibility_flags = HIDDEN_SCANNER|HIDDEN_PANDEMIC