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-b93c2d0d6712master
parent
3c1748f2a7
commit
42bfa4f4bf
10
CHANGES
10
CHANGES
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
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 |
|
@ -0,0 +1,3 @@
|
|||
face bag_empty.111
|
||||
magicmap red
|
||||
end
|
|
@ -124,3 +124,20 @@ body_arm -1
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue