tests: verarbeite kritische Treffer auch bei großen Bauteilen
This commit is contained in:
@@ -2,8 +2,8 @@ import unittest
|
||||
|
||||
from Hangar.mech import Mech
|
||||
from MechFabrik import MechFabrik
|
||||
from MechFabrik.bauteile import Gyroskope, InnerStructure, AreaNames, Area, OuterAmor, Zone, ZoneNames
|
||||
from MechFabrik.bauteile.items import Cockpit, Item, ItemTypes, Reaktor
|
||||
from MechFabrik.bauteile import InnerStructure, AreaNames, Area, OuterAmor, Zone, ZoneNames
|
||||
from MechFabrik.bauteile.items import Cockpit, Gyroskope, Item, ItemTypes, Reaktor
|
||||
from test_mech import AbstractTestMechAmor, INNER_ARMOR, OUTER_ARMOR
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user