Re-add old baby hydra graphic, make more monsters pickable
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
@@ -200,5 +200,6 @@ extern const std::vector<m_pic_index_t> m_pic_index = {
|
||||
{181, 1, 1}, {182, 1, 1}, {183, 1, 1}, {184, 1, 1}, {185, 1, 1},
|
||||
{186, 1, 1}, {187, 1, 1}, {188, 1, 1}, {189, 1, 1}, {190, 1, 1},
|
||||
{191, 1, 1}, {192, 1, 1}, {193, 1, 1}, {194, 1, 1}, {195, 1, 1},
|
||||
{196, 1, 1}, {197, 1, 1}, {198, 1, 1},
|
||||
{196, 1, 1}, {197, 1, 1}, {198, 1, 1}, {199, 1, 1}, {200, 1, 1},
|
||||
{201, 1, 1}, {202, 1, 1}, {203, 1, 1}, {204, 1, 1},
|
||||
};
|
||||
|
@@ -372,7 +372,6 @@ pic_num_t choose_graphic(short cur_choice,ePicType g_type,cDialog* parent, bool
|
||||
case PIC_MONST_TALL: case PIC_MONST_LG:
|
||||
std::vector<std::pair<pic_num_t,ePicType>> pics;
|
||||
for(m_pic_index_t m_pic : m_pic_index) {
|
||||
// TODO: Put the added monster graphics in m_pic_index to allow picking them
|
||||
ePicType type = PIC_MONST;
|
||||
if(m_pic.x == 2) type += PIC_WIDE;
|
||||
if(m_pic.y == 2) type += PIC_TALL;
|
||||
|
Reference in New Issue
Block a user