|
From: Crossfire C. r. messages.
<cro...@li...> - 2012-11-11 19:36:19
|
Revision: 18493
http://crossfire.svn.sourceforge.net/crossfire/?rev=18493&view=rev
Author: ryo_saeba
Date: 2012-11-11 19:36:13 +0000 (Sun, 11 Nov 2012)
Log Message:
-----------
Apply patch #3586094: Popcorn perspective fixed, by SilverNexus.
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/food/bag_popcorn.arc
arch/trunk/food/bag_popcorn.base.111.png
arch/trunk/potion/emptybottles.arc
Added Paths:
-----------
arch/trunk/potion/bag_empty.base.111.png
arch/trunk/potion/bag_empty.face
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2012-11-11 19:22:00 UTC (rev 18492)
+++ arch/trunk/CHANGES 2012-11-11 19:36:13 UTC (rev 18493)
@@ -1,6 +1,16 @@
Changes for SVN top of tree:
==============================================================================
+Redesigned the bag_popcorn archetype to put it
+in perspecitve. Also added a bag_empty archetype
+for when the popcorn is consumed.
+food/bag_popcorn.base.111.png
+food/bag_empty.face
+food/bag_popcorn.arc
+food/bag_empty.base.111.png
+potion/emptybottles.arc
+SilverNexus 2012-11-10
+
Redesigned my own redesigned nondirectional sign,
keeping borders more even on all four side. Instead
of a third line of text, the text is expanded in a
Modified: arch/trunk/food/bag_popcorn.arc
===================================================================
--- arch/trunk/food/bag_popcorn.arc 2012-11-11 19:22:00 UTC (rev 18492)
+++ arch/trunk/food/bag_popcorn.arc 2012-11-11 19:36:13 UTC (rev 18493)
@@ -1,6 +1,7 @@
Object bag_popcorn
name bag of popcorn
face bag_popcorn.111
+on_use_yield bag_empty
food 50
nrof 1
type 6
Modified: arch/trunk/food/bag_popcorn.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/potion/bag_empty.base.111.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/potion/bag_empty.base.111.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/potion/bag_empty.face
===================================================================
--- arch/trunk/potion/bag_empty.face (rev 0)
+++ arch/trunk/potion/bag_empty.face 2012-11-11 19:36:13 UTC (rev 18493)
@@ -0,0 +1,3 @@
+face bag_empty.111
+magicmap red
+end
Modified: arch/trunk/potion/emptybottles.arc
===================================================================
--- arch/trunk/potion/emptybottles.arc 2012-11-11 19:22:00 UTC (rev 18492)
+++ arch/trunk/potion/emptybottles.arc 2012-11-11 19:36:13 UTC (rev 18493)
@@ -124,3 +124,20 @@
skill one handed weapons
end
+Object bag_empty
+name empty bag
+name_pl empty bags
+nrof 1
+last_sp 10
+type 15
+face bag_empty.111
+material 1
+dam -5
+weight 25
+value 1
+attacktype 1
+weapontype 8
+client_type 611
+body arm -1
+skill one handed weapons
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|