랜덤 성격 불가 수정

This commit is contained in:
2020-04-28 02:18:02 +09:00
parent 6ec86fba1c
commit 51b04b68de
+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());