mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Make herbs smell
This slightly changes herb growth patterns in forests as well, in order to keep energy balance
This commit is contained in:
parent
29fddde51c
commit
2041242142
3 changed files with 18 additions and 1 deletions
2
agent.h
2
agent.h
|
@ -64,6 +64,8 @@ public:
|
|||
}
|
||||
|
||||
void on_tick(void);
|
||||
private:
|
||||
void smell_herb(class tile &);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue