Fixes retrovirus bug where it wasn't curable.

This commit is contained in:
cib
2012-10-19 13:50:49 +02:00
parent 89a8744630
commit 3c912718e9

View File

@@ -3,9 +3,9 @@
max_stages = 4
spread = "On contact"
spread_type = CONTACT_GENERAL
cure = "Ryetalin"
cure = "ryetalyn"
curable = 0
cure = "Ryetalyn"
cure_id = "ryetalyn"
curable = 1
agent = "S4E1 retrovirus"
affected_species = list("Human")
var/list/original_dna = list()