Skip to content
Davis Cook edited this page Feb 28, 2018 · 3 revisions

TODO clarify addPotion

  • ArrayList<String> getPotionsToRemove() - list of potions that are being removed.
  • void removePotion(String potionID) - remove a potion from the game.
  • void addPotion(Class potionClass, Color liquidColor, Color hybridColor, Color spotsColor, String potionID) - add a new custom potion to the game.
Clone this wiki locally