diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 99e25102b..b5525ec17 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -74,6 +74,7 @@ L_GMItems: getitembound GMCap, 1, 1; logmes(strcharinfo(0)+" just took a GM set."); logmes(strcharinfo(0)+" just took a GM set.", LOGMES_ATCOMMAND); + consoleinfo("%s retrieved a GM set.", strcharinfo(0)); mes ""; mesn; mesq lg("Here they are, miss.", "Here they are, mister."); @@ -163,6 +164,7 @@ L_NewHero: input .@MH$; logmes "Changing hero from "+$MOST_HEROIC$+" to "+.@MH$; logmes(strcharinfo(0)+" changed the world's hero ("+$MOST_HEROIC$+"->"+.@MH$+")", LOGMES_ATCOMMAND); + consoleinfo("%s changed the world hero.", strcharinfo(0)); $MOST_HEROIC$ = .@MH$; goto L_Menu; |