边缘世界 RimWorld

边缘世界 RimWorld

VGP Garden Medicine
Feature Request: Add to "Always Carry" in Assign Menu
Greetings. This is a simple feature request for a patch into Vanilla.

Vanilla has a button in the "Assign" category to tell your pawns to always carry an amount of medicine. This button, however, doesn't just get filled with all Medicine types by default, and requires direct patching. I've already made the patch and tested it, just asking if it's possible to implement it into a update.

<VGP Garden Medicine/1.5/Patches/Vanilla.xml>
<Operation Class="PatchOperationAdd"> <xpath>Defs/InventoryStockGroupDef[defName="Medicine"]/thingDefs</xpath> <value> <li>Bandagekit</li> </value> </Operation>

This will allow pawns to be told to carry Bandage Kits with them, from that menu.