isConsumableNow 버그 수정
This commit is contained in:
@@ -18,11 +18,4 @@ class che_치료_도소연명 extends \sammo\BaseItem{
|
||||
new GeneralTrigger\che_아이템치료($general)
|
||||
);
|
||||
}
|
||||
|
||||
function isConsumableNow(string $actionType, string $command):bool{
|
||||
if($actionType == 'GeneralTrigger' && $command == 'che_아이템치료'){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user