전특 구현 완료

This commit is contained in:
2019-06-08 02:56:15 +09:00
parent e5a5281e10
commit fceda31c11
5 changed files with 54 additions and 7 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ class che_저격 implements iAction{
];
public function getBattleInitSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{
return new WarUnitTriggerCaller([
return new WarUnitTriggerCaller(
new che_저격시도($unit, che_저격시도::TYPE_NONE, 1/3, 20, 60),
new che_저격발동($unit)
]);
);
}
}