-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Great Admiral: Add Repair Fleet ability #13751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 23 commits
4a65d93
f42a732
6fc69b0
20e9c2b
e0ef4ac
0a69cd0
13d0c3c
3378f01
5f34cb8
e520134
851e951
864e2b0
640db0b
99684f2
d38a082
cd76e61
e505e9c
318ae2c
6d53a9c
1bab3f1
16d6848
1296832
4a1136d
1556811
dd248ef
817c40e
b33fcbe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ class MapUnitCombatant(val unit: MapUnit) : ICombatant { | |
| override fun isDefeated(): Boolean = unit.health <= 0 | ||
| override fun isInvisible(to: Civilization): Boolean = unit.isInvisible(to) | ||
| override fun canAttack(): Boolean = unit.canAttack() | ||
| override fun matchesFilter(filter: String, multiFilter: Boolean) = unit.matchesFilter(filter, multiFilter) | ||
| override fun matchesFilter(filter: String, multiFilter: Boolean) = unit.matchesFilter(filter, multiFilter=multiFilter) | ||
|
||
| override fun getAttackSound() = unit.baseUnit.attackSound.let { | ||
| if (it == null) UncivSound.Click else UncivSound(it) | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.