Skip to content

Commit

Permalink
item identification: add sacred and olive oils
Browse files Browse the repository at this point in the history
  • Loading branch information
mparsakia authored Mar 12, 2024
1 parent d7c53b9 commit 51aab9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ enum ItemIdentification

SERUM_207(Type.POTION, "Ser207", "S7", ItemID.SERUM_207_4, ItemID.SERUM_207_3, ItemID.SERUM_207_2, ItemID.SERUM_207_1),
SERUM_208(Type.POTION, "Ser208", "S8", ItemID.SERUM_208_4, ItemID.SERUM_208_3, ItemID.SERUM_208_2, ItemID.SERUM_208_1),
SACRED_OIL(Type.POTION, "SaOil", "SO", ItemID.SACRED_OIL4, ItemID.SACRED_OIL3, ItemID.SACRED_OIL2, ItemID.SACRED_OIL1),
OLIVE_OIL(Type.POTION, "Olive", "Oli", ItemID.OLIVE_OIL4, ItemID.OLIVE_OIL3, ItemID.OLIVE_OIL2, ItemID.OLIVE_OIL1),
COMPOST_POTION(Type.POTION, "Compost", "COM", ItemID.COMPOST_POTION4, ItemID.COMPOST_POTION3, ItemID.COMPOST_POTION2, ItemID.COMPOST_POTION1),

AGILITY(Type.POTION, "Agility", "Ag", ItemID.AGILITY_POTION4, ItemID.AGILITY_POTION3, ItemID.AGILITY_POTION2, ItemID.AGILITY_POTION1),
Expand Down

0 comments on commit 51aab9c

Please sign in to comment.