game,feat: 소비형 아이템 효율 상승, 환약 3회용으로 변경
This commit is contained in:
@@ -21,7 +21,7 @@ class che_계략_향낭 extends \sammo\BaseItem{
|
||||
return $value;
|
||||
}
|
||||
|
||||
function isConsumableNow(string $actionType, string $command):bool{
|
||||
function tryConsumeNow(General $general, string $actionType, string $command):bool{
|
||||
if($actionType == 'GeneralCommand' && $command == '계략'){
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user