fix: 필중계략
This commit is contained in:
@@ -5,7 +5,7 @@ namespace sammo\ActionBuff;
|
|||||||
use sammo\General;
|
use sammo\General;
|
||||||
use \sammo\iAction;
|
use \sammo\iAction;
|
||||||
|
|
||||||
class g65_내정성공 implements iAction
|
class g65_계략성공 implements iAction
|
||||||
{
|
{
|
||||||
use \sammo\DefaultAction;
|
use \sammo\DefaultAction;
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace sammo\Command\UserAction;
|
namespace sammo\Command\UserAction;
|
||||||
|
|
||||||
use sammo\ActionBuff\g65_내정성공;
|
use sammo\ActionBuff\g65_계략성공;
|
||||||
use \sammo\Command;
|
use \sammo\Command;
|
||||||
use sammo\Constraint\ConstraintHelper;
|
use sammo\Constraint\ConstraintHelper;
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ class g65_필중계략 extends Command\UserActionCommand{
|
|||||||
}
|
}
|
||||||
|
|
||||||
$general = $this->generalObj;
|
$general = $this->generalObj;
|
||||||
$general->addInstantBuff(new g65_내정성공(), 2);
|
$general->addInstantBuff(new g65_계략성공(), 2);
|
||||||
|
|
||||||
$date = $general->getTurnTime($general::TURNTIME_HM);
|
$date = $general->getTurnTime($general::TURNTIME_HM);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user