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 max_stages = 4
spread = "On contact" spread = "On contact"
spread_type = CONTACT_GENERAL spread_type = CONTACT_GENERAL
cure = "Ryetalin" cure = "Ryetalyn"
cure = "ryetalyn" cure_id = "ryetalyn"
curable = 0 curable = 1
agent = "S4E1 retrovirus" agent = "S4E1 retrovirus"
affected_species = list("Human") affected_species = list("Human")
var/list/original_dna = list() var/list/original_dna = list()