아이템 관련 버그 수정
This commit is contained in:
@@ -21,7 +21,7 @@ class che_치료_환약 extends \sammo\BaseItem{
|
||||
);
|
||||
}
|
||||
|
||||
function isValidTurnItem(string $actionType, string $command):bool{
|
||||
function isConsumableNow(string $actionType, string $command):bool{
|
||||
if($actionType == 'GeneralTrigger' && $command == 'che_아이템치료'){
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user