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