랜덤 성격 불가 수정
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ $v
|
||||
'strength',
|
||||
'intel'
|
||||
], GameConst::$defaultStatMax)
|
||||
->rule('in', 'character', GameConst::$availablePersonality);
|
||||
->rule('in', 'character', array_merge(GameConst::$availablePersonality, ['Random']));
|
||||
|
||||
if (!$v->validate()) {
|
||||
MessageBox($v->errorStr());
|
||||
|
||||
Reference in New Issue
Block a user