Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Dec 23, 2024
1 parent 5e3715e commit 2bd63d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/utility/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def army_embed(
minimum_th = max(minimum_th, troop.required_th_level[1])
if not troop.is_siege_machine:
troop_space += troop.housing_space * quantity
troop_train_time += troop.training_time.total_seconds() * quantity
troop_train_time += troop.training_time.total_seconds() * quantity

for spell, quantity in spell_list: #type: coc.Spell, int
emoji = bot.fetch_emoji(spell.name)
Expand Down

0 comments on commit 2bd63d9

Please sign in to comment.