diff --git a/CHANGES b/CHANGES index d7e9361d3..65568498a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ Changes for SVN top of tree: ============================================================================== +New Graphic and archetype for West Guild building and West Guild Storage building. +Based on existing guild graphics but with a sign or banner on the front. +construct/town/guild2storage_west.base.x11.png +construct/town/guild2storage_west.arc +construct/town/guild2_west.arc +construct/town/guild2_west.base.x11.png +RJT 2012-09-19 + New graphic and archetype for Northwest Guild sorage building. Based on existing guild graphic but with a sign or banner on the front. construct/town/guild2storage_northwest.base.x11.png diff --git a/construct/town/guild2_west.arc b/construct/town/guild2_west.arc new file mode 100644 index 000000000..9f838fd36 --- /dev/null +++ b/construct/town/guild2_west.arc @@ -0,0 +1,33 @@ +Object guild2_west +face guild2_west.x11 +type 66 +no_pick 1 +move_block all +client_type 25012 +end +More +Object guild2_west_2 +name guild2 +face guild2_west.x11 +type 66 +no_pick 1 +move_block all +x 1 +end +More +Object guild2_west_3 +name guild2 +face guild2_west.x11 +type 66 +no_pick 1 +y 1 +end +More +Object guild2_west_4 +name guild2 +face guild2_west.x11 +type 66 +no_pick 1 +x 1 +y 1 +end diff --git a/construct/town/guild2_west.base.x11.png b/construct/town/guild2_west.base.x11.png new file mode 100644 index 000000000..154a2add7 Binary files /dev/null and b/construct/town/guild2_west.base.x11.png differ diff --git a/construct/town/guild2storage_west.arc b/construct/town/guild2storage_west.arc new file mode 100644 index 000000000..1fc8918dd --- /dev/null +++ b/construct/town/guild2storage_west.arc @@ -0,0 +1,33 @@ +Object guild2storage_west +face guild2storage_west.x11 +type 66 +no_pick 1 +move_block all +client_type 25012 +end +More +Object guild2storage_west_2 +name guild storage +face guild2storage_west.x11 +type 66 +no_pick 1 +move_block all +x 1 +end +More +Object guild2storage_west_3 +name guild storage +face guild2storage_west.x11 +type 66 +no_pick 1 +y 1 +end +More +Object guild2storage_west_4 +name guild storage +face guild2storage_west.x11 +type 66 +no_pick 1 +x 1 +y 1 +end diff --git a/construct/town/guild2storage_west.base.x11.png b/construct/town/guild2storage_west.base.x11.png new file mode 100644 index 000000000..ebd20fbc6 Binary files /dev/null and b/construct/town/guild2storage_west.base.x11.png differ