1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-11 21:33:16 +00:00

rogueviz::seuphorica::react to activate_scry()

This commit is contained in:
Zeno Rogue 2025-03-04 09:53:11 +01:00
parent 408f4150ec
commit 1aa201bd58

View File

@ -10,6 +10,7 @@ namespace hr {
namespace seuphorica {
void read_dictionary(struct language& l);
void read_naughty_dictionary(language& l);
void activate_scry();
using std::stringstream;
using std::to_string;
using std::ostream;
@ -271,6 +272,10 @@ bool draw(cell *c, const shiftmatrix& V) {
map<int, hyperpoint> where_is_tile;
void activate_scry() {
for(auto& t: deck) where_is_tile.erase(t.id);
}
vector<tile>* current_box;
struct uicoords {