PN_ResultReceipt 변경

This commit is contained in:
Cocopomel 2022-07-03 20:51:57 +09:00
parent fb72ea3158
commit 322d85c6ab
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Defs> <Defs>
<ThingDef ParentName="ResourceBase"> <ThingDef ParentName="ResourceBase">
<defName>PN_ResultReport</defName> <defName>PN_ResultReceipt</defName>
<label>PnL result report</label> <label>PnL result receipt</label>
<description>...</description> <description>...</description>
<graphicData> <graphicData>
<texPath>Things/Item/Special/AIPersonaCore</texPath> <texPath>Things/Item/Special/AIPersonaCore</texPath>
@ -23,7 +23,7 @@
<li>PN_AutomatonCatagory</li> <li>PN_AutomatonCatagory</li>
</thingCategories> </thingCategories>
<tradeTags Inherit="false"> <tradeTags Inherit="false">
<li>PN_ResultReport</li> <li>PN_ResultReceipt</li>
</tradeTags> </tradeTags>
<tradeability>Buyable</tradeability> <tradeability>Buyable</tradeability>
<thingSetMakerTags Inherit="false"> <thingSetMakerTags Inherit="false">

View File

@ -12,7 +12,7 @@
<stockGenerators> <stockGenerators>
<!-- Buying --> <!-- Buying -->
<li Class="StockGenerator_BuySingleDef"> <li Class="StockGenerator_BuySingleDef">
<thingDef>PN_ResultReport</thingDef> <thingDef>PN_ResultReceipt</thingDef>
</li> </li>
</stockGenerators> </stockGenerators>
</TraderKindDef> </TraderKindDef>