mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-08 11:22:31 +00:00
rogueviz::seuphorica::react to activate_scry()
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user