Committing a tiny sanity-check fix from Nodrak.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3328 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-03-20 02:57:48 +00:00
parent 921050b892
commit 489dd08b92
+1 -1
View File
@@ -671,7 +671,7 @@ datum/preferences
character.hair_style = hair_style
character.facial_hair_style = facial_hair_style
if(underwear > 5 || underwear < 1)
if(underwear > 6 || underwear < 1)
underwear = 1 //I'm sure this is 100% unnecessary, but I'm paranoid... sue me.
character.underwear = underwear