mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user