Added antigen check to viri comparing proc.

This commit is contained in:
Chinsky
2013-06-16 11:27:00 +04:00
parent fd13ff0d64
commit 934a25a172
+3
View File
@@ -118,4 +118,7 @@
for(var/type in types)
if(!(type in types2))
equal = 0
if (antigen != disease.antigen)
equal = 0
return equal