GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
37b8552252c41ecb39806442ef2be3b761c5fee3
Authored by
wangyujie
2020-07-15 15:33:00 +0800
1 parent
397608b3
加一个冒险因为队伍死亡退出的类型
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvBattle.lua
Inline
Side-by-side
src/adv/AdvBattle.lua
Wrap text
Show/Hide comments
View file @
37b8552
...
...
@@ -330,7 +330,7 @@ function Battle:afterRound()
330
330
self.player:triggerPassive(Passive.AFTER_ROUND)
331
331
332
332
if self.player.isDead then
333
- self.adv:over(false
)
333
+ self.adv:over(false
, nil, -2
)
334
334
end
335
335
end
336
336
...
...