fix: 반계시도에는 구분 코드가 동작하지 않았음
This commit is contained in:
@@ -14,6 +14,7 @@ class che_반계시도 extends BaseWarUnitTrigger{
|
|||||||
|
|
||||||
public function __construct(WarUnit $unit, int $raiseType = 0, float $prob = 0.4){
|
public function __construct(WarUnit $unit, int $raiseType = 0, float $prob = 0.4){
|
||||||
$this->object = $unit;
|
$this->object = $unit;
|
||||||
|
$this->raiseType = $raiseType;
|
||||||
$this->prob = $prob;
|
$this->prob = $prob;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user