game: 빙의장도 유산 획득이 가능하도록 수정

- 유산 실 반영 시점을 은퇴, 천통 시점으로 변경
This commit is contained in:
2021-12-09 00:26:47 +09:00
parent 386cc074e3
commit 66ad3cc587
7 changed files with 65 additions and 13 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class DummyGeneral extends General{
return;
}
public function mergeTotalInheritancePoint(){
public function mergeTotalInheritancePoint(bool $isEnd=false){
return;
}