mirror of
https://github.com/FalloutCollaborationProject/FCP-Power-Armor.git
synced 2026-07-27 17:03:15 -07:00
Update work disables for power armor
Expanded the list of disabled work types for power armor, replacing 'Construction' with 'Growing', 'Smithing', 'Cooking', 'Art', 'Tailoring', 'Crafting', 'Intellectual', 'Caring', and 'Animals'. This change likely aims to further restrict the activities that can be performed while wearing power armor.
This commit is contained in:
@@ -126,7 +126,15 @@
|
|||||||
<comps>
|
<comps>
|
||||||
<li Class="RangerRick_PowerArmor.CompProperties_PowerArmor">
|
<li Class="RangerRick_PowerArmor.CompProperties_PowerArmor">
|
||||||
<workDisables>
|
<workDisables>
|
||||||
<li>Construction</li>
|
<li>Growing</li>
|
||||||
|
<li>Smithing</li>
|
||||||
|
<li>Cooking</li>
|
||||||
|
<li>Art</li>
|
||||||
|
<li>Tailoring</li>
|
||||||
|
<li>Crafting</li>
|
||||||
|
<li>Intellectual</li>
|
||||||
|
<li>Caring</li>
|
||||||
|
<li>Animals</li>
|
||||||
</workDisables>
|
</workDisables>
|
||||||
<canSleep>False</canSleep>
|
<canSleep>False</canSleep>
|
||||||
<ignoresLegs>True</ignoresLegs>
|
<ignoresLegs>True</ignoresLegs>
|
||||||
|
|||||||
Reference in New Issue
Block a user