mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Capped antibiotic resistance at 90% and at-generation maximum to 70, other requested changes already implemented.
This commit is contained in:
@@ -85,7 +85,7 @@ proc/airborne_can_reach(turf/source, turf/target)
|
||||
if(prob(disease.resistance))
|
||||
var/datum/disease2/disease/D = disease.getcopy()
|
||||
D.minormutate()
|
||||
D.resistance += rand(1,10)
|
||||
D.resistance += rand(1,9)
|
||||
// log_debug("Adding virus")
|
||||
M.virus2["[D.uniqueID]"] = D
|
||||
BITSET(M.hud_updateflag, STATUS_HUD)
|
||||
|
||||
Reference in New Issue
Block a user