diff --git a/CHANGES b/CHANGES index 3c2019419..535aca9af 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,14 @@ Changes for SVN top of tree: ============================================================================== +New graphic and archetype for Guild Storage building. Based on existing guild +graphics but with three dormers and a sign or banner on the front. +construct/town/guild2storage.base.x11.png +construct/town/guild2storage.arc +RJT 2012-09-10 + New graphic and archetype for a Guild building. Based on the original guild graphic -but with new roof color and a sign or banner. +but with new roof color and a sign or banner on the front. construct/town/guild2.arc construct/town/guild2.base.x11.png RJT 2012-09-08 diff --git a/construct/town/guild2storage.arc b/construct/town/guild2storage.arc new file mode 100644 index 000000000..358fddfc8 --- /dev/null +++ b/construct/town/guild2storage.arc @@ -0,0 +1,33 @@ +Object guildstorage +face guild2storage.x11 +type 66 +no_pick 1 +move_block all +client_type 25012 +end +More +Object guildstorage_2 +name guild storage +face guild2storage.x11 +type 66 +no_pick 1 +move_block all +x 1 +end +More +Object guildstorage_3 +name guild storage +face guild2storage.x11 +type 66 +no_pick 1 +y 1 +end +More +Object guildstorage_4 +name guild storage +face guild2storage.x11 +type 66 +no_pick 1 +x 1 +y 1 +end diff --git a/construct/town/guild2storage.base.x11.png b/construct/town/guild2storage.base.x11.png new file mode 100644 index 000000000..ac31e17ed Binary files /dev/null and b/construct/town/guild2storage.base.x11.png differ