diff --git a/code/datums/diseases/advance/symptoms/skin.dm b/code/datums/diseases/advance/symptoms/skin.dm index 7cc84ae7..2d20ca80 100644 --- a/code/datums/diseases/advance/symptoms/skin.dm +++ b/code/datums/diseases/advance/symptoms/skin.dm @@ -110,7 +110,7 @@ BONUS resistance = 1 stage_speed = 2 transmittable = 2 - level = 4 + level = 0 severity = 1 base_message_chance = 50 symptom_delay_min = 45 @@ -128,4 +128,4 @@ BONUS M.reagents.add_reagent(color, 5) else if (prob(50)) // spam - M.visible_message("[M] looks rather vibrant...", "The colors, man, the colors...") \ No newline at end of file + M.visible_message("[M] looks rather vibrant...", "The colors, man, the colors...")