diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-03 14:27:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-03 14:27:37 -0300 |
commit | 4c675f2accd0a0e39d6504662838a54530706ff6 (patch) | |
tree | 6b069cade41e54014696d2a16c6fc64fb0d2d056 /npc/003-2/lua.txt | |
parent | 3807106e30b67ba6f57a3248a807fbfc9601ada2 (diff) | |
download | serverdata-4c675f2accd0a0e39d6504662838a54530706ff6.tar.gz serverdata-4c675f2accd0a0e39d6504662838a54530706ff6.tar.bz2 serverdata-4c675f2accd0a0e39d6504662838a54530706ff6.tar.xz serverdata-4c675f2accd0a0e39d6504662838a54530706ff6.zip |
Improve hero change log
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 66a75e80a..dabe7e25c 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -111,7 +111,7 @@ L_NewHero: mes l("Current hero: @@", $MOST_HEROIC$); input .@MH$; logmes "Changing hero from "+$MOST_HEROIC$+" to "+.@MH$; - logmes(strcharinfo(0)+" changed the world's hero.", LOGMES_ATCOMMAND); + logmes(strcharinfo(0)+" changed the world's hero ("+$MOST_HEROIC$+"->"+.@MH$+")", LOGMES_ATCOMMAND); $MOST_HEROIC$ = .@MH$; goto L_Menu; |