diff options
Diffstat (limited to 'npc')
-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; |