랜덤 성격 불가 수정

This commit is contained in:
2020-04-28 02:18:02 +09:00
parent 4815f6c79a
commit 0f0b989963
+1 -1
View File
@@ -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());