diff --git a/CHANGES b/CHANGES index ba76de3ae..e1ec8c825 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,13 @@ Changes for SVN top of tree: ============================================================================== +New graphic for an archery (weapon) shop, based on the existing weapon store +graphic. Also new archetype for the archery shop, also based on the existing +weapon store archetype. +shop/store_bow.base.x11.png +shop/store_bow.arc +RJT 2011-04-12 + Based on feedback, removed a pixel in the letter "R" on the building labels. Now it's more recognizable. construct/town/prison_fant.base.x11.png diff --git a/shop/store_bow.arc b/shop/store_bow.arc new file mode 100644 index 000000000..4077ab07a --- /dev/null +++ b/shop/store_bow.arc @@ -0,0 +1,34 @@ +Object store_bows +name shop +face store_bow.x11 +type 66 +no_pick 1 +move_block all +client_type 25012 +end +More +Object store_bows_2 +name shop +face store_bow.x11 +type 66 +x 1 +no_pick 1 +move_block all +end +More +Object store_bows_3 +name shop +face store_bow.x11 +type 66 +y 1 +no_pick 1 +end +More +Object store_bows_4 +name shop +face store_bow.x11 +type 66 +x 1 +y 1 +no_pick 1 +end diff --git a/shop/store_bow.base.x11.png b/shop/store_bow.base.x11.png new file mode 100644 index 000000000..cd20331d9 Binary files /dev/null and b/shop/store_bow.base.x11.png differ