mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 06:53:30 +00:00
People bitten my monkey get infected by jungle fewer. Some other improvements for monkey mode. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1398 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 = "Monkies with this disease will bite humans, causing humans to spontaneously mutate into a monkey."
|
|
severity = "Medium"
|
|
//stage_prob = 100
|
|
agent = "Kongey Vibrion M-909"
|