Files
RickGrymes aadc2f164a Add heavy cargo hauling for waste barrels
Introduce a HeavyCargo mod extension and hauling patch so only pawns with enough carrying capacity can haul sealed nuclear waste barrels. Rework the single barrel into a haulable resource under a new wasteland salvage category, and let larger barrel stacks/pallets deconstruct back into singles.

Also fixes a wastelander backstory typo, disables rotation on the power armor simulator graphic, refreshes several hair textures, and removes unused atlas/strip textures.
2026-07-11 23:13:21 -05:00

8 lines
178 B
C#

namespace FCP.Core;
[UsedImplicitly(ImplicitUseTargetFlags.WithMembers)]
public class ModExtension_HeavyCargo : DefModExtension
{
public float minCarryingCapacity = 150f;
}