CustomPatchesForRimworld/ModPatches/DeviceStandby/Patches/PDSDisableOnWVCXenoHumanCharger.xml
2025-01-14 11:53:59 +08:00

11 lines
324 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[defName="WVC_GeneRecharger"]</xpath>
<value>
<li Class="DS.ModExtension">
<disable>true</disable>
</li>
</value>
</Operation>
</Patch>