fix: 필중계략

This commit is contained in:
2023-12-25 18:33:01 +00:00
parent c84d66b985
commit ad96a2eedc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace sammo\ActionBuff;
use sammo\General;
use \sammo\iAction;
class g65_내정성공 implements iAction
class g65_계략성공 implements iAction
{
use \sammo\DefaultAction;
@@ -1,7 +1,7 @@
<?php
namespace sammo\Command\UserAction;
use sammo\ActionBuff\g65_내정성공;
use sammo\ActionBuff\g65_계략성공;
use \sammo\Command;
use sammo\Constraint\ConstraintHelper;
@@ -51,7 +51,7 @@ class g65_필중계략 extends Command\UserActionCommand{
}
$general = $this->generalObj;
$general->addInstantBuff(new g65_내정성공(), 2);
$general->addInstantBuff(new g65_계략성공(), 2);
$date = $general->getTurnTime($general::TURNTIME_HM);