From 87d5637c09dca61a650fe81d83ef328943176503 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 7 Nov 2013 20:08:05 +0000 Subject: Save/load player reputation, count player NPC and PVP kills. --- src/game/base/faction.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/base/faction.h') diff --git a/src/game/base/faction.h b/src/game/base/faction.h index 6f995dc..5469dad 100644 --- a/src/game/base/faction.h +++ b/src/game/base/faction.h @@ -91,6 +91,11 @@ public: static Faction *find(const std::string & label); + /** + * @brief apply default reputation + * */ + static void apply_default(core::Reputation & reputation); + private: /* --- attributes ------------------------------------------------- */ -- cgit v1.2.3