mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Fixes [Re]Vitiligo (#20384)
* Fix [Re]Vitiligo * Remove redundant function call * Readability
This commit is contained in:
@@ -34,8 +34,7 @@ BONUS
|
||||
return
|
||||
switch(A.stage)
|
||||
if(5)
|
||||
H.s_tone = -85
|
||||
H.update_body()
|
||||
H.change_skin_tone(-85)
|
||||
else
|
||||
H.visible_message("<span class='warning'>[H] looks a bit pale...</span>", "<span class='notice'>Your skin suddenly appears lighter...</span>")
|
||||
|
||||
@@ -78,8 +77,7 @@ BONUS
|
||||
return
|
||||
switch(A.stage)
|
||||
if(5)
|
||||
H.s_tone = 85
|
||||
H.update_body()
|
||||
H.change_skin_tone(85)
|
||||
else
|
||||
H.visible_message("<span class='warning'>[H] looks a bit dark...</span>", "<span class='notice'>Your skin suddenly appears darker...</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user