This commit is contained in:
2025-09-11 21:02:32 +08:00
parent f55952befc
commit f3d6c4e35e
3 changed files with 3 additions and 3 deletions

View File

@@ -55,8 +55,8 @@ namespace ArachnaeSwarm
{
if (compRefuelable.HasFuel)
{
needs.food.CurLevel += needs.food.FoodFallPerTick;
compRefuelable.ConsumeFuel(needs.food.FoodFallPerTick);
// 模拟消耗
compRefuelable.ConsumeFuel(pawn.needs.food.FoodFallPerTick);
}
else
{