Fixes GetSkillClass not defined for the entire range

This commit is contained in:
Ren Erthilo
2012-04-27 20:05:02 +01:00
parent 92ad8634ac
commit 0d984fc1b6
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ datum/preferences
switch(points)
if(0)
return "Unconfigured"
if(1 to 2)
if(1 to 3)
return "Terrifying"
if(4 to 6)
return "Below Average"

View File

@@ -177,7 +177,7 @@ mob/living/carbon/human/proc/GetSkillClass(points)
switch(points)
if(0)
return "Unconfigured"
if(1 to 2)
if(1 to 3)
return "Terrifying"
if(4 to 6)
return "Below Average"