Spraytan gradually makes you darker

This commit is contained in:
Vi3trice
2021-09-12 14:22:00 -04:00
parent c4fb435a8a
commit 647f8e41e5
@@ -698,7 +698,7 @@
/datum/reagent/spraytan/proc/set_skin_color(mob/living/carbon/human/H)
if(H.dna.species.bodyflags & HAS_SKIN_TONE)
H.change_skin_tone(-30)
H.change_skin_tone(H.s_tone - 10)
if(H.dna.species.bodyflags & HAS_SKIN_COLOR) //take current alien color and darken it slightly
H.change_skin_color("#9B7653")