| 16913 | } |
| 16914 | |
| 16915 | bool hideRecipeFromList(int type) |
| 16916 | { |
| 16917 | if ( type == TOOL_BOMB || type == POTION_SICKNESS ) |
| 16918 | { |
| 16919 | return true; |
| 16920 | } |
| 16921 | return false; |
| 16922 | } |
| 16923 | |
| 16924 | void buttonAlchemyUpdateSelectorOnHighlight(const int player, Button* button) |
| 16925 | { |
no outgoing calls
no test coverage detected