Remove double XP gain from Intercept (#7414)

This commit is contained in:
itanasi
2022-07-10 01:53:38 -07:00
committed by GitHub
parent f2365568d4
commit 0f5e0b546e

View File

@ -836,9 +836,6 @@ object Battle {
if (damage > 0)
addXp(MapUnitCombatant(interceptor), 2, attacker)
if (damage > 0)
addXp(MapUnitCombatant(interceptor), 2, attacker)
val attackerName = attacker.getName()
val interceptorName = interceptor.name
val locations = LocationAction(interceptor.currentTile.position, attacker.unit.currentTile.position)