implement BB rare monster determination

This commit is contained in:
Martin Michelsen
2023-06-19 18:33:05 -07:00
parent 26dc50930b
commit 8db058871f
5 changed files with 206 additions and 129 deletions
+1
View File
@@ -318,6 +318,7 @@ void send_shop(std::shared_ptr<Client> c, uint8_t shop_type);
void send_level_up(std::shared_ptr<Lobby> l, std::shared_ptr<Client> c);
void send_give_experience(std::shared_ptr<Lobby> l, std::shared_ptr<Client> c,
uint32_t amount);
void send_rare_enemy_index_list(std::shared_ptr<Client> c, const std::vector<size_t>& indexes);
void send_ep3_card_list_update(
std::shared_ptr<ServerState> s, std::shared_ptr<Client> c);
void send_ep3_media_update(