mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Merge pull request #16637 from LanCartwright/virosymptomwork
fixes ancient tier bug where stealth 3 advanced viruses were visible …
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user