diff options
Diffstat (limited to 'src/net/tmwa/gamehandler.h')
-rw-r--r-- | src/net/tmwa/gamehandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/gamehandler.h b/src/net/tmwa/gamehandler.h index 968a80c9..4f0525b9 100644 --- a/src/net/tmwa/gamehandler.h +++ b/src/net/tmwa/gamehandler.h @@ -62,6 +62,10 @@ class GameHandler : public MessageHandler, public Net::GameHandler, /** The tmwAthena protocol is making use of the MP status bar. */ bool canUseMagicBar() const { return true; } + int getPickupRange() const; + + int getNpcTalkRange() const { return DEFAULT_TILE_LENGTH * 30; } + private: std::string mMap; ///< Keeps the map filename. int mCharID; /// < Saved for map-server switching |