summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index dd2b2333..0ef1e15f 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -202,7 +202,7 @@ void Being::setHairColor(int color)
void Being::setHairStyle(int style)
{
hairStyle = style;
- if (hairStyle < 1 || hairStyle > 2)
+ if (hairStyle < 1 || hairStyle > 4)
{
hairStyle = 1;
}