Skip to content

Commit

Permalink
Merge branch 'Fansana:master' into NNN-to-Floof-Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ShatteredSwords authored Aug 18, 2024
2 parents d1ebc45 + 73823cc commit f7ff0fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/FloofStation/Traits/LewdTraitSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public override void Update(float frameTime)
if (_hunger.GetHungerThreshold(hunger) < HungerThreshold.Okay)
continue;

_hunger.ModifyHunger(uid, -containerCum.HungerUsage, hunger);
//_hunger.ModifyHunger(uid, -containerCum.HungerUsage, hunger);
}

if (!_solutionContainer.ResolveSolution(uid, containerCum.SolutionName, ref containerCum.Solution))
Expand All @@ -311,7 +311,7 @@ public override void Update(float frameTime)
if (_hunger.GetHungerThreshold(hunger) < HungerThreshold.Okay)
continue;

_hunger.ModifyHunger(uid, -containerMilk.HungerUsage, hunger);
//_hunger.ModifyHunger(uid, -containerMilk.HungerUsage, hunger);
}

if (!_solutionContainer.ResolveSolution(uid, containerMilk.SolutionName, ref containerMilk.Solution))
Expand Down
6 changes: 6 additions & 0 deletions Resources/Changelog/Floof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,3 +532,9 @@ Entries:
message: Updated the Rouny Sprite
id: 72
time: '2024-08-16T06:52:50.0000000+00:00'
- author: Memeji
changes:
- type: Tweak
message: Cum/Milk regeneration doesn't use hunger.
id: 73
time: '2024-08-17T23:21:19.0000000+00:00'

0 comments on commit f7ff0fb

Please sign in to comment.