diff --git a/rogueviz/seuphorica.cpp b/rogueviz/seuphorica.cpp index 201dc923..5fc0b6fc 100644 --- a/rogueviz/seuphorica.cpp +++ b/rogueviz/seuphorica.cpp @@ -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 where_is_tile; +void activate_scry() { + for(auto& t: deck) where_is_tile.erase(t.id); + } + vector* current_box; struct uicoords {