game,feat: 소비형 아이템 효율 상승, 환약 3회용으로 변경
This commit is contained in:
@@ -45,7 +45,7 @@ class BaseItem implements iAction{
|
||||
return $this->reqSecu;
|
||||
}
|
||||
|
||||
function isConsumableNow(string $actionType, string $command):bool{
|
||||
function tryConsumeNow(General $general, string $actionType, string $command):bool{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user