Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19625/definitions/items/equipment
Modified Files:
drinks.xml food.xml
Log Message:
bugfix #261
Index: food.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/food.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** food.xml 27 Aug 2004 14:43:26 -0000 1.16
--- food.xml 2 Sep 2004 15:07:16 -0000 1.17
***************
*** 390,404 ****
</item>
- <!-- Milk -->
- <!-- NOTE: Needs to create an empty pitcher when drunk -->
- <item id="9f0">
- <inherit id="drinks_base" />
- <category>Equipment\Drinks\Pitcher of Milk 2</category>
- <id>0x9f0</id>
- <buyprice>8</buyprice>
- <sellprice>4</sellprice>
- <weight>2</weight>
- </item>
-
<!-- Cut of Raw Rips -->
<item id="9f1">
--- 390,393 ----
Index: drinks.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/drinks.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** drinks.xml 27 Aug 2004 14:43:26 -0000 1.4
--- drinks.xml 2 Sep 2004 15:07:16 -0000 1.5
***************
*** 160,164 ****
<category>Equipment\Drinks\Pitcher of Milk 1</category>
</item>
!
<!-- Bucket of Water -->
<item id="ffa">
--- 160,172 ----
<category>Equipment\Drinks\Pitcher of Milk 1</category>
</item>
!
! <!-- Milk -->
! <item id="9f0" inherit="9ad">
! <id>0x9f0</id>
! <category>Equipment\Drinks\Pitcher of Milk 2</category>
! <buyprice>8</buyprice>
! <sellprice>4</sellprice>
! </item>
!
<!-- Bucket of Water -->
<item id="ffa">
|