From 21b834dd385c90f2603fc545898741798b7b00b7 Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 23 Jan 2025 20:58:34 +0000 Subject: [PATCH] rename type --- Libraries/Core/Controllers/HealthController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Core/Controllers/HealthController.cs b/Libraries/Core/Controllers/HealthController.cs index c0e1c21c..de84621f 100644 --- a/Libraries/Core/Controllers/HealthController.cs +++ b/Libraries/Core/Controllers/HealthController.cs @@ -115,7 +115,7 @@ public class HealthController( return output; } - protected void ApplyEdibleEffect(CurrentMax bodyValue, EffectsHealthProps consumptionDetails, bool foodIsSingleUse, + protected void ApplyEdibleEffect(CurrentMinMax bodyValue, EffectsHealthProps consumptionDetails, bool foodIsSingleUse, OffraidEatRequestData request) { if (foodIsSingleUse)