Added a constant to the API

This commit is contained in:
the-real-herowl 2024-01-08 00:26:56 +01:00
parent a429a462cd
commit 3663a62374
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ mcl_potions.INV_FACTOR = 0.50
mcl_potions.DURATION = 180
mcl_potions.DURATION_INV = mcl_potions.DURATION * mcl_potions.INV_FACTOR
mcl_potions.DURATION_POISON = 45
mcl_potions.II_FACTOR = mcl_potions.POTENT_FACTOR -- TODO remove at some point
mcl_potions.DURATION_PLUS = mcl_potions.DURATION * mcl_potions.PLUS_FACTOR -- TODO remove at some point