Files
2014-03-11 09:03:52 +02:00

13 lines
361 B
Plaintext

/datum/disease/jungle_fever
name = "Jungle Fever"
max_stages = 1
cure = "None"
spread = "Bites"
spread_type = SPECIAL
affected_species = list("Monkey", "Human")
curable = 0
desc = "monkeys with this disease will bite humans, causing humans to spontaneously mutate into a monkey."
severity = "Medium"
//stage_prob = 100
agent = "Kongey Vibrion M-909"