diff --git a/CHANGES b/CHANGES index 7dced5ef9..88003b4a8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ Changes for SVN top of tree: ============================================================================== +New face or image (shop/store_gems.base.x11.png) and object (shop/store_gems.arc) +for a gems/jewels shop, based on the General Store graphic and archetype. +RJT 2011-04-03 + ============================================================================== Changes for 1.60.0 ============================================================================== diff --git a/shop/store_gems.arc b/shop/store_gems.arc new file mode 100644 index 000000000..5ec93d769 --- /dev/null +++ b/shop/store_gems.arc @@ -0,0 +1,34 @@ +Object store_gems +name shop +face store_gems.x11 +type 66 +no_pick 1 +move_block all +client_type 25012 +end +More +Object store_gems_2 +name shop +face store_gems.x11 +type 66 +x 1 +no_pick 1 +move_block all +end +More +Object store_gems_3 +name shop +face store_gems.x11 +type 66 +y 1 +no_pick 1 +end +More +Object store_gems_4 +name shop +face store_gems.x11 +type 66 +x 1 +y 1 +no_pick 1 +end diff --git a/shop/store_gems.base.x11.png b/shop/store_gems.base.x11.png new file mode 100644 index 000000000..0cd4ad0d2 Binary files /dev/null and b/shop/store_gems.base.x11.png differ