fix: 궁병이 아닌 경우에도 '맞 선제'가 정상 작동하도록 수정

- 궁병선제사격을 선제사격시도, 선제사격발동으로 분리
- 맞선제의 기준을 궁병이 아니라 '선제'의 활성화 여부로 구분
This commit is contained in:
2023-01-28 03:09:44 +09:00
parent 8ae0323dcc
commit 95776cda5c
4 changed files with 94 additions and 7 deletions
@@ -12,6 +12,7 @@ use sammo\GameUnitDetail;
use sammo\Util;
use sammo\ObjectTrigger;
/** @deprecated che_선제사격시도, che_선제사격발동 으로 이전*/
class che_궁병선제사격 extends BaseWarUnitTrigger
{
protected $priority = ObjectTrigger::PRIORITY_BEGIN + 50;