mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Merge pull request #16699 from Vi3trice/spraytan-so-cash
Fix - Spray tan 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(max(H.s_tone - 10, -195))
|
||||
|
||||
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