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" ?>
<Defs>
<ThingDef ParentName="ResourceBase">
<defName>PN_ResultReport</defName>
<label>PnL result report</label>
<defName>PN_ResultReceipt</defName>
<label>PnL result receipt</label>
<description>...</description>
<graphicData>
<texPath>Things/Item/Special/AIPersonaCore</texPath>
@ -23,7 +23,7 @@
<li>PN_AutomatonCatagory</li>
</thingCategories>
<tradeTags Inherit="false">
<li>PN_ResultReport</li>
<li>PN_ResultReceipt</li>
</tradeTags>
<tradeability>Buyable</tradeability>
<thingSetMakerTags Inherit="false">

View File

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