game,feat: 소비형 아이템 효율 상승, 환약 3회용으로 변경

This commit is contained in:
2022-02-23 01:41:24 +09:00
parent 5f36143b44
commit 9f84eb8d4d
9 changed files with 45 additions and 18 deletions
+1 -1
View File
@@ -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;
}
}