mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Replaced 11 strings in 8 files Shout at me if this breaks anything. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2569 316c924e-a436-60f5-8080-3fe189b3f50e
13 lines
373 B
Plaintext
13 lines
373 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"
|