summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-11-27 13:47:32 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-27 13:47:32 +0000
commit78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72 (patch)
treef1b3713ad5ce48f48e688bb627edc51af067eb0d /src/map/map.hpp
parent4d23200c606b5c96877384f5ab2820a6cfcadda8 (diff)
downloadtmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.tar.gz
tmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.tar.bz2
tmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.tar.xz
tmwa-78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72.zip
activity checks and status cleanup
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 659ed2d..7cf43d5 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -307,6 +307,15 @@ struct map_session_data : block_list, SessionData
unsigned guild:1;
} mute;
+ struct
+ {
+ int kills;
+ int casts;
+ int items_used;
+ int tiles_walked;
+ int attacks;
+ } activity;
+
AutoMod automod;
tick_t flood_rates[0x220];