Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bees need flowers to produce honey. #4846

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

MistakeNot4892
Copy link
Contributor

Description of changes

  • Some specific seed types generate pollen.
  • Pollen is consumed by bees to make honey.

Why and what will this PR improve

Bees are less magic, prepares the ground for pollinators in beewrite.

Authorship

Myself.

Changelog

🆑
add: Flowers or herbs must be planted near a beehive if you want to make honey.
/:cl:

@MistakeNot4892 MistakeNot4892 added the ready for review This PR is ready for review and merge. label Feb 9, 2025
@MistakeNot4892 MistakeNot4892 mentioned this pull request Feb 9, 2025
8 tasks
@@ -65,6 +65,9 @@
mutate((rand(100) < 15) ? 2 : 1)
mutation_level = 0

if(pollen < 10)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can mean it might go above 10 if something ever produces more than 1 pollen per tick, e.g. we have 9.5 pollen and produce 1.5, which gives us 11. but that's not a huge deal tbh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pollen consumption takes it by neat 1 values so should be fine.

@comma comma merged commit fd9e2f5 into NebulaSS13:dev Feb 12, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review This PR is ready for review and merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants