Facility Extension - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki

<- Back

FacilityExtension allows you to tweak the way some linkables link with their "parent" building

 public bool linkOnInteractionSpots = false;

How to use this code?

Here is an example of the school chair linking to the school desk, ignoring interaction spots

<modExtensions>
      <li Class="VEF.Buildings.FacilityExtension">
        <linkOnInteractionSpots>true</linkOnInteractionSpots>
      </li>
</modExtensions>
⚠️ **GitHub.com Fallback** ⚠️