From 8431c7745d54fcd1725b8fd86e8350c8289fc6f8 Mon Sep 17 00:00:00 2001 From: Vasyl Horbachenko Date: Sat, 15 Sep 2018 00:30:40 +0300 Subject: [PATCH] fixed base atttack op --- game/event/baseattack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/event/baseattack.py b/game/event/baseattack.py index e708f5cc..6a3b8601 100644 --- a/game/event/baseattack.py +++ b/game/event/baseattack.py @@ -87,7 +87,7 @@ class BaseAttackEvent(Event): op.setup(cas=flights[CAS], escort=flights[CAP], - attack=flights[PinpointStrike], + attack=unitdict_from(flights[PinpointStrike]), intercept=assigned_units_from(defenders), defense=self.to_cp.base.armor, aa=self.to_cp.base.assemble_aa())