From ef17fd5fee586688e50c595377395307114805bc Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Thu, 27 Feb 2020 11:33:43 -0800 Subject: [PATCH] Update skin.dm --- code/datums/diseases/advance/symptoms/skin.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...")