Skip to content

Commit f9ee4ce

Browse files
AmbratolmAmbratolm
authored andcommitted
Fixed item icons (hopefully)🙂...hlA:)
1 parent a3dd0bf commit f9ee4ce

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

‎db/Item.py‎

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ class ItemStack(Model):
5353
# * Items
5454
# ----------------------------------------------------------------------------------------------------
5555
ITEMS = [
56-
# Weapons
56+
# ----------------------------------------------------------------------------------------------------
57+
# * Weapon Equippables
58+
# ----------------------------------------------------------------------------------------------------
5759
Item(
5860
id="dagger",
5961
name="Dagger",
@@ -150,7 +152,9 @@ class ItemStack(Model):
150152
speed_bonus=1,
151153
price=35000,
152154
),
153-
# Armor
155+
# ----------------------------------------------------------------------------------------------------
156+
# * Armor Equippables
157+
# ----------------------------------------------------------------------------------------------------
154158
Item(
155159
id="shield",
156160
name="Shield",
@@ -198,7 +202,9 @@ class ItemStack(Model):
198202
speed_bonus=-1,
199203
price=45000,
200204
),
201-
# Footwear
205+
# ----------------------------------------------------------------------------------------------------
206+
# * Footwear Equippables
207+
# ----------------------------------------------------------------------------------------------------
202208
Item(
203209
id="sandals",
204210
name="Sandals",
@@ -233,7 +239,9 @@ class ItemStack(Model):
233239
defense_bonus=1,
234240
price=30000,
235241
),
236-
# Consumables
242+
# ----------------------------------------------------------------------------------------------------
243+
# * Consumables
244+
# ----------------------------------------------------------------------------------------------------
237245
Item(
238246
id="potion",
239247
name="Potion",

0 commit comments

Comments
 (0)