mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-22 20:26:17 +01:00
13 lines
361 B
Plaintext
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"
|