What's new

"You advanced from sword fighting 10 to sword fighting 11." - ma?y dodatek do OTS

Status
Not open for further replies.

Xayan

Senior User
Joined
Jul 4, 2009
Messages
2,608
Reaction score
390
Age
28
?eby nie by?o, ?e plagiat: ddamiann z otlandu to ja.

Znajd? w player.cpp to:

Code:
s << "You advanced in " << getSkillName(skill);

I podmie? na to:

Code:
s << "You advanced from " << getSkillName(skill) << " " << skills[skill][SKILL_LEVEL]-1 << " to " << getSkillName(skill) << " " << skills[skill][SKILL_LEVEL];
 
Status
Not open for further replies.
Top