diff --git a/scripts_src/headers/exppoint.h b/scripts_src/headers/exppoint.h index 4e5d8b7cae..cb92a0801b 100644 --- a/scripts_src/headers/exppoint.h +++ b/scripts_src/headers/exppoint.h @@ -488,6 +488,6 @@ points he received. ***************************************/ #define give_xp(x) give_exp_points(x); \ - display_msg(message_str(SCRIPT_GENERIC,100)+x+message_str(SCRIPT_GENERIC,101)) + display_msg(g_mstr(100) + (x + ((x * 5 / 100) * dude_perk(PERK_swift_learner))) + g_mstr(101)) #endif // EXPPOINT_H