Tourists gain experience by seeing new types of creatures up close

Experience equivalent to killing a monster is gained when starting a turn
adjacent to and being able to see the monster.

Breaks saves.

Idea and parts of code via dNetHack
This commit is contained in:
Pasi Kallinen
2024-12-06 21:26:47 +02:00
parent 5eb7566eba
commit 89c4c3a722
4 changed files with 27 additions and 1 deletions

View File

@@ -673,6 +673,7 @@ struct mvitals {
uchar born;
uchar died;
uchar mvflags;
Bitfield(seen_close, 1);
};