mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes retrovirus bug where it wasn't curable.
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user