Skip to content

Commit

Permalink
Vitiligo Level Bugfix (tgstation#22664)
Browse files Browse the repository at this point in the history
🆑 Baby's first PR
fix: Vitiligo and Revitiligo were listed as level 5, but had level 4.
/🆑
  • Loading branch information
Nabski89 authored and AnturK committed Jan 4, 2017
1 parent 5faaa4a commit 1124374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/diseases/advance/symptoms/skin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BONUS
resistance = -1
stage_speed = -1
transmittable = -2
level = 4
level = 5
severity = 1

/datum/symptom/vitiligo/Activate(datum/disease/advance/A)
Expand Down Expand Up @@ -65,7 +65,7 @@ BONUS
resistance = -1
stage_speed = -1
transmittable = -2
level = 4
level = 5
severity = 1

/datum/symptom/revitiligo/Activate(datum/disease/advance/A)
Expand All @@ -83,4 +83,4 @@ BONUS
else
H.visible_message("<span class='warning'>[H] looks a bit dark...</span>", "<span class='notice'>Your skin suddenly appears darker...</span>")

return
return

0 comments on commit 1124374

Please sign in to comment.