You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//flytrap has the ability to gain massive fertilizer levels from bugs, but is much more fertilizer sensitive and susceptible to droughts due to their poor environment
class Flytrap : public Crop {
public:
//Default constructor.
Flytrap();
//Round looping functions, changes base stats until maxMaturity is reached or health is 0.