diff --git a/construct/house/chess_club.111 b/construct/house/chess_club.111 new file mode 100644 index 000000000..d00bafe86 --- /dev/null +++ b/construct/house/chess_club.111 @@ -0,0 +1,9 @@ +#define tavern_width 24 +#define tavern_height 24 +static unsigned char tavern_bits[] = { + 0x78, 0x00, 0x00, 0x48, 0x00, 0x00, 0xcc, 0xff, 0x0f, 0x6a, 0x66, 0x0e, + 0x91, 0x99, 0x19, 0x33, 0x33, 0x13, 0xe5, 0xcc, 0x2c, 0xa9, 0x99, 0x39, + 0x51, 0x66, 0x66, 0xed, 0xcc, 0x4c, 0xd1, 0xff, 0x7f, 0x4d, 0xbe, 0x50, + 0x55, 0xc1, 0x5f, 0x55, 0x1c, 0x40, 0x55, 0x32, 0x46, 0x55, 0x32, 0x4d, + 0x5d, 0x32, 0x49, 0x59, 0xb2, 0x58, 0x53, 0xb2, 0x58, 0x46, 0xbe, 0x59, + 0x4c, 0xbe, 0x58, 0x58, 0x80, 0x58, 0x70, 0xa9, 0x5f, 0xe0, 0xff, 0x70}; diff --git a/construct/house/chess_club.111.png b/construct/house/chess_club.111.png new file mode 100644 index 000000000..9b0fa9feb Binary files /dev/null and b/construct/house/chess_club.111.png differ diff --git a/construct/house/chess_club.111.xpm b/construct/house/chess_club.111.xpm new file mode 100644 index 000000000..44dedfeb5 --- /dev/null +++ b/construct/house/chess_club.111.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * chess_club_111_xpm[] = { +"24 24 9 1", +" s None c None", +". c Black", +"X s Light gray c Grey75", +"o s Gray m white c Grey50", +"O s Dark brown m white c Sienna", +"+ s Yellow c Gold", +"@ c White", +"# s Light yellow c yellow", +"$ c Peru", +" ", +" .................. ", +" ..XoXoXoXoXoXoXoXo. ", +" .XX..................", +" .XX.X..XX..XX..XX..X.", +" .XXX..XX..XX..XX..XX..", +" .XX...XX..XX..XX..XX. ", +" .XOX.XX..XX..XX..XX... ", +" .XOX.XX..XX..XX..XX... ", +".XOOX...XX..XX..XX..XX. ", +".X+OX...XX..XX..XX..XX. ", +"XO+X..XX..XX..XX..XX.. ", +"XOOX..XX..XX..XX..XX.. ", +"XOXO.................. ", +"XOXOo@@@@@@@@@@@@@@@@o ", +"XXOo@@@@@@@OOOOOOO@@o ", +"XXOo@@OO@@O@@@@@@O@@o ", +"XOo@@O#+O@@@oooo@@@o ", +"XOo@@O#+O@@o$$$o@@@o ", +"Oo@@O++O@@o$$$$o@@o ", +"Oo@@OOOO@@o.$$$o@@o ", +"o@@@@@@@@o$$$$o@@o ", +"oooooooooo oooo ", +" "}; diff --git a/construct/house/chess_club.arc b/construct/house/chess_club.arc new file mode 100644 index 000000000..f81337a19 --- /dev/null +++ b/construct/house/chess_club.arc @@ -0,0 +1,9 @@ +Object chess_club +name chess club +type 66 +face chess_club.111 +color_fg black +no_pick 1 +editable 2 +visibility 100 +end