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

Fixed Cum/Milk Generation #106

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Fixed Cum/Milk Generation #106

merged 2 commits into from
Aug 15, 2024

Conversation

Memeji
Copy link
Collaborator

@Memeji Memeji commented Aug 14, 2024

Description

This PR fixes the cum and milk generation so that it works properly now.
It also removes the "Floofstation" folder and instead uses "Floof" so now there is only one Floof folder.

It works with one or more traits as my testing has shown so far.


Changelog

🆑

  • tweak: Tweaked starting max milk amount. 25u -> 50u
  • tweak: Gave cumProducer a default SolutionName ("penis").
  • tweak: Gave milkProducer a default SolutionName ("breasts").
  • tweak: cumProducer takes less time to generate, but generates less per growth.
  • tweak: milkProducer takes less time to generate, but generates less per growth.
  • fix: Cum generation - When you eat something, your tank will refill and use hunger.
  • fix: Milk generation - When you eat something, your tank will refill and use hunger.
  • remove: Duplicate "Floof" folder.

@github-actions github-actions bot added Status: Needs Review Someone please review this Changes: C# Changes any cs files Changes: YML Changes any yml files labels Aug 14, 2024
@Floof-Station-Bot Floof-Station-Bot changed the title Fixed cum/milk generation Fixed Cum/Milk Generation Aug 14, 2024
continue;

containerCum.NextGrowth = now + containerCum.GrowthDelay;

if (_mobState.IsDead(uid))
Copy link
Collaborator

Choose a reason for hiding this comment

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

If its dead... continue?
are you sure?

@FoxxoTrystan FoxxoTrystan added the Priority: 2-Medium Needs to be resolved at some point label Aug 14, 2024
@Memeji Memeji requested a review from FoxxoTrystan August 15, 2024 13:01
@FoxxoTrystan FoxxoTrystan removed the request for review from Fansana August 15, 2024 21:06
@FoxxoTrystan FoxxoTrystan merged commit f97a135 into master Aug 15, 2024
12 checks passed
Floof-Station-Bot added a commit that referenced this pull request Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files Priority: 2-Medium Needs to be resolved at some point Status: Needs Review Someone please review this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants