isConsumableNow 버그 수정

This commit is contained in:
2019-10-09 11:38:28 +09:00
parent 68aeafaa0b
commit 09ae205e37
8 changed files with 4 additions and 46 deletions
@@ -18,11 +18,4 @@ class che_계략_육도 extends \sammo\BaseItem{
return $value;
}
function isConsumableNow(string $actionType, string $command):bool{
if($actionType == 'GeneralCommand' && $command == '계략'){
return true;
}
return false;
}
}