diff --git a/CHANGES b/CHANGES index 719e5e1ae..793489168 100644 --- a/CHANGES +++ b/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 diff --git a/food/bag_popcorn.arc b/food/bag_popcorn.arc index 0cc4c6545..818fd17fa 100644 --- a/food/bag_popcorn.arc +++ b/food/bag_popcorn.arc @@ -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 diff --git a/food/bag_popcorn.base.111.png b/food/bag_popcorn.base.111.png index b16a6edf6..81f222014 100644 Binary files a/food/bag_popcorn.base.111.png and b/food/bag_popcorn.base.111.png differ diff --git a/potion/bag_empty.base.111.png b/potion/bag_empty.base.111.png new file mode 100644 index 000000000..8fac9cd9a Binary files /dev/null and b/potion/bag_empty.base.111.png differ diff --git a/potion/bag_empty.face b/potion/bag_empty.face new file mode 100644 index 000000000..b01f34c08 --- /dev/null +++ b/potion/bag_empty.face @@ -0,0 +1,3 @@ +face bag_empty.111 +magicmap red +end diff --git a/potion/emptybottles.arc b/potion/emptybottles.arc index 97414f6a8..b97daa3b0 100644 --- a/potion/emptybottles.arc +++ b/potion/emptybottles.arc @@ -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