mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Spraytan gradually makes you darker
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user