game, feat: 커맨드마다 다른 랜덤값으로 유니크 시도

- 사전 거병 후 개인 턴일 때, 유니크 중복이 발생하는 경우가 있었음
This commit is contained in:
2024-02-24 11:28:38 +00:00
parent a96c2312d0
commit 40ecca5440
34 changed files with 48 additions and 37 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class che_이동 extends Command\GeneralCommand
$general->increaseVar('leadership_exp', 1);
$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->checkStatChange();
tryUniqueItemLottery(\sammo\genGenericUniqueRNGFromGeneral($general), $general);
tryUniqueItemLottery(\sammo\genGenericUniqueRNGFromGeneral($general, static::$actionName), $general);
$general->applyDB($db);