Skip to content

Commit

Permalink
Moved fishing related files to economy
Browse files Browse the repository at this point in the history
  • Loading branch information
PieTw3lve committed Jul 31, 2024
1 parent 2db108d commit 90ccd9a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lightbulb
import itertools

from extensions.general.fish import data
from extensions.economy.fish import data
from utils.fishing.bait import Bait
from utils.fishing.fish import Fish
from utils.fishing.location import Location
Expand Down
2 changes: 0 additions & 2 deletions src/utils/fishing/weather.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import json

class Weather:
def __init__(self, id: str, name: str, emoji: str, description: str, weight: int, success_rate_bonus: float, quantity_bonus: float, rarity_bonus: float) -> None:
"""
Expand Down

0 comments on commit 90ccd9a

Please sign in to comment.