Skip to content

Commit

Permalink
Update plague_mice.dm (#36685)
Browse files Browse the repository at this point in the history
  • Loading branch information
boy2mantwicethefam authored Jun 25, 2024
1 parent 807905d commit 30f17b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/gamemode/factions/plague_mice.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
plague.origin = pick("Black Plague", "Javorian Pox", "Gray Death", "Doom of Pandyssia", "Thrassian Plague",
"Redlight", "Khaara Bacterium", "MEV-1")

plague.spread = SPREAD_BLOOD|SPREAD_CONTACT|SPREAD_AIRBORNE|SPREAD_COLONY//gotta ensure that our mice can spread that disease
plague.spread = SPREAD_BLOOD|SPREAD_CONTACT|SPREAD_AIRBORNE //gotta ensure that our mice can spread that disease

plague.color = "#ADAEAA"
plague.pattern = 3
plague.pattern_color = "#EE9A9C"
plague.max_stage = 4 //4 stages, unlocks the really dangerous symptoms rather than just DNA Degradation
plague.speed = 4 //Takes about 50 seconds to advance to the next stage
plague.speed = 2 //Takes about 100 seconds to advance to the next stage, max stage in 5 minutes

plague.makerandom(list(90,100),list(40,75),anti,bad,null)
for(var/datum/disease2/effect/e in plague.effects)
Expand Down

0 comments on commit 30f17b0

Please sign in to comment.