Standardize mutations

This commit is contained in:
Markolie
2015-02-22 19:04:43 +01:00
parent 3b072b5a62
commit 982102a407
113 changed files with 282 additions and 282 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
report("Scan Complete: No antibodies detected.", user)
return
if (M_CLUMSY in user.mutations && prob(50))
if (CLUMSY in user.mutations && prob(50))
// I was tempted to be really evil and rot13 the output.
report("Antibodies detected: [reverse_text(antigens2string(C.antibodies))]", user)
else