1
0

Fixed Details Xoft gave.

Increased the range where orbs (should) track you.
Blazes give 10 xp now.
This commit is contained in:
STRWarrior
2013-11-25 21:43:43 +01:00
parent dd76700d8d
commit 18b5ccbc08
12 changed files with 36 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ public:
virtual void SpawnOn(cClientHandle & a_Client) override;
// cExpOrb functions
short int GetReward(void) const { return m_Reward; }
int GetReward(void) const { return m_Reward; }
protected:
int m_Reward;