fix: 아이템 치료의 우선순위가 낮아 '경상'치료가 안되는 버그 수정
This commit is contained in:
@@ -8,7 +8,7 @@ use sammo\Util;
|
||||
use sammo\JosaUtil;
|
||||
|
||||
class che_아이템치료 extends BaseGeneralTrigger{
|
||||
protected $priority = 20010;
|
||||
protected $priority = 9990;
|
||||
protected $injuryTarget = 10;
|
||||
|
||||
public function __construct(General $general, int $injuryTarget=10){
|
||||
|
||||
Reference in New Issue
Block a user