Skip to content

Commit

Permalink
Merge pull request #275 from NovaRain/master
Browse files Browse the repository at this point in the history
Display correct Swift Learner exp bonus in messages
  • Loading branch information
burner1024 authored Mar 28, 2024
2 parents 47d17c3 + d5d846f commit bd24269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_src/headers/exppoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd24269

Please sign in to comment.