Re-add old baby hydra graphic, make more monsters pickable

This commit is contained in:
2025-05-03 19:48:47 -05:00
parent 21d6b6d692
commit 76d14741b8
3 changed files with 2 additions and 2 deletions

View File

@@ -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;