diff --git a/CHANGES b/CHANGES index 89a3da23f..ffabb8901 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ Changes for SVN top of tree: ============================================================================== +New graphic and archetype for Northwest Guild building. Based on existing +guild graphic but with a sign or banner on the front. +construct/town/guild2_northwest.base.x11.png +construct/town/guild2_northwest.arc +RJT 2012-09-14 + New graphic and archetype for Fantasy Guild Storage building. Based on existing guild graphics but with three dormers and a sign or banner on the front. construct/town/guild2storage_fant.arc diff --git a/construct/town/guild2_northwest.arc b/construct/town/guild2_northwest.arc new file mode 100644 index 000000000..085c91b64 --- /dev/null +++ b/construct/town/guild2_northwest.arc @@ -0,0 +1,32 @@ +Object guild2_northwest +face guild2_northwest.x11 +type 66 +no_pick 1 +move_block all +end +More +Object guild2_2_northwest +name guild +face guild2_northwest.x11 +type 66 +no_pick 1 +move_block all +x 1 +end +More +Object guild2_3_northwest +name guild +face guild2_northwest.x11 +type 66 +no_pick 1 +y 1 +end +More +Object guild2_4_northwest +name guild +face guild2_northwest.x11 +type 66 +no_pick 1 +x 1 +y 1 +end diff --git a/construct/town/guild2_northwest.base.x11.png b/construct/town/guild2_northwest.base.x11.png new file mode 100644 index 000000000..bc5ac58ef Binary files /dev/null and b/construct/town/guild2_northwest.base.x11.png differ