summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game.hpp b/src/game.hpp
index daae15c3..00a0c8d5 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -25,6 +25,11 @@ struct Game {
std::string player_base;
/**
+ * What did the player die from?
+ */
+ std::string died_from;
+
+ /**
* Wilderness map
*/
grid<wilderness_map> wilderness;