T2RPG: Increase xp gain by 1.5x

For a faster game.
This commit is contained in:
Jusctsch5 2015-01-18 21:36:40 -06:00
parent a5143b67f7
commit de1a1c2204

View file

@ -352,7 +352,7 @@ function DistributeExpForKilling(%damagedClient)
%pvalue = round(%final * (1.0 * (%pf * 0.1)));
else
%pvalue = 0;
%final = round(%final/2);
%final = round(%final/1.5);
storeData(%listClientId, "EXP", %final, "inc");
if(%final > 0)
messageClient(%listClientId, 'DistributeExp', $MsgBlue @ %dname @ " has died and you gained " @ %final @ " experience!");