1
0

removed SpendExperience and changed AddExperience to handle removing Xp

This commit is contained in:
Daniel O'Brien
2013-11-16 22:00:45 +11:00
parent 3595392937
commit b72ced3164
5 changed files with 20 additions and 79 deletions

View File

@@ -849,7 +849,7 @@ end
function HandleAddExperience(a_Split, a_Player)
a_Player:AddExperience(200);
a_Player:DelatExperience(200);
return true;
end