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
@@ -227,7 +227,7 @@ class che_징병 extends Command\GeneralCommand
$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->checkStatChange();
$general->setAuxVar('armType', $reqCrewType->armType);
tryUniqueItemLottery(\sammo\genGenericUniqueRNGFromGeneral($general), $general);
tryUniqueItemLottery(\sammo\genGenericUniqueRNGFromGeneral($general, static::$actionName), $general);
$general->applyDB($db);
return true;