mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Absoloutely massive (1 character) fix for virology. Pathogenic incubator radiation now goes down as intended.
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
@@ -152,7 +152,7 @@
|
|||||||
|
|
||||||
else if(prob(5))
|
else if(prob(5))
|
||||||
dish.virus2.minormutate()
|
dish.virus2.minormutate()
|
||||||
radiation -= 1
|
radiation -= 1
|
||||||
if(toxins && prob(5))
|
if(toxins && prob(5))
|
||||||
dish.virus2.infectionchance -= 1
|
dish.virus2.infectionchance -= 1
|
||||||
if(toxins > 50)
|
if(toxins > 50)
|
||||||
|
|||||||
Reference in New Issue
Block a user