Apply patch #3586094: Popcorn perspective fixed, by SilverNexus.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18493 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2012-11-11 19:36:13 +00:00
parent 3c1748f2a7
commit 42bfa4f4bf
6 changed files with 31 additions and 0 deletions

10
CHANGES
View File

@ -1,6 +1,16 @@
Changes for SVN top of tree: 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, Redesigned my own redesigned nondirectional sign,
keeping borders more even on all four side. Instead keeping borders more even on all four side. Instead
of a third line of text, the text is expanded in a of a third line of text, the text is expanded in a

View File

@ -1,6 +1,7 @@
Object bag_popcorn Object bag_popcorn
name bag of popcorn name bag of popcorn
face bag_popcorn.111 face bag_popcorn.111
on_use_yield bag_empty
food 50 food 50
nrof 1 nrof 1
type 6 type 6

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

View File

@ -0,0 +1,3 @@
face bag_empty.111
magicmap red
end

View File

@ -124,3 +124,20 @@ body_arm -1
skill one handed weapons skill one handed weapons
end 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