refactor: apply consistent formatting and minor import adjustments across test and tsconfig files.
This commit is contained in:
@@ -17,8 +17,6 @@ export const itemModule: ItemModule = {
|
||||
unique: false,
|
||||
getBattleInitTriggerList: (context) => {
|
||||
if (!context.unit) return null;
|
||||
return new WarTriggerCaller(
|
||||
new che_사기(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 30)
|
||||
);
|
||||
return new WarTriggerCaller(new che_사기(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 30));
|
||||
},
|
||||
};
|
||||
|
||||
@@ -32,9 +32,6 @@ export const itemModule: ItemModule = {
|
||||
return null;
|
||||
}
|
||||
|
||||
return new WarTriggerCaller(
|
||||
new che_저지_시도(unit),
|
||||
new che_저지(unit)
|
||||
);
|
||||
return new WarTriggerCaller(new che_저지_시도(unit), new che_저지(unit));
|
||||
},
|
||||
};
|
||||
|
||||
@@ -17,8 +17,6 @@ export const itemModule: ItemModule = {
|
||||
unique: false,
|
||||
getBattleInitTriggerList: (context) => {
|
||||
if (!context.unit) return null;
|
||||
return new WarTriggerCaller(
|
||||
new che_훈련(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 40)
|
||||
);
|
||||
return new WarTriggerCaller(new che_훈련(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 40));
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user