전략 사용 방식 변경
This commit is contained in:
@@ -85,6 +85,7 @@ class TurnExecutionHelper
|
||||
|
||||
$result = $commandObj->run();
|
||||
if($result){
|
||||
$commandObj->setNextAvailable();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -127,6 +128,7 @@ class TurnExecutionHelper
|
||||
|
||||
$result = $commandObj->run();
|
||||
if($result){
|
||||
$commandObj->setNextAvailable();
|
||||
break;
|
||||
}
|
||||
$alt = $commandObj->getAlternativeCommand();
|
||||
|
||||
Reference in New Issue
Block a user