필사즉생 구현

This commit is contained in:
2020-03-12 21:57:57 +09:00
parent 71c4a84833
commit 842942c0fe
15 changed files with 297 additions and 28 deletions
@@ -27,7 +27,7 @@ use \sammo\Constraint\Constraint;
use \sammo\Constraint\ConstraintHelper;
class che_불가침제의 extends Command\NationCommand{
static protected $actionName = '불가침제의';
static protected $actionName = '불가침 제의';
static public $reqArg = true;
protected function argTest():bool{
@@ -206,7 +206,7 @@ class che_불가침제의 extends Command\NationCommand{
);
$msg->send();
$general->setResultTurn(new LastTurn(static::getName(), $this->arg));
$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
$general->applyDB($db);
$destLogger->flush();