Skip to content

Commit

Permalink
fix: Merge pull request #120 from jflorchi/master
Browse files Browse the repository at this point in the history
Energy Consumable Fix
  • Loading branch information
Torwent authored Dec 31, 2023
2 parents 052a28c + 5609031 commit 1f8e40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/items/consumables.simba
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type ERSConsumable

ERSConsumable is a enumerator that contains all types of consumable.
*)
ERSConsumable = (FOOD, PRAYER, POISON, VENOM, ANTI_FIRE, STRENGTH_BOOST, ATTACK_BOOST, DEFENCE_BOOST, RANGING_BOOST, MAGIC_BOOST, BOOST, ENERGY);
ERSConsumable = (FOOD, PRAYER, ENERGY, POISON, VENOM, ANTI_FIRE, BOOST, STRENGTH_BOOST, ATTACK_BOOST, DEFENCE_BOOST, RANGING_BOOST, MAGIC_BOOST);

const

Expand Down

0 comments on commit 1f8e40d

Please sign in to comment.