diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 9a8500e49..92d927ac1 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -24,6 +24,7 @@ L_GMItems: getnameditem "GMRobe", strcharinfo(0); getnameditem "GMCap", strcharinfo(0); logmes(strcharinfo(0)+" just took a GM set."); + logmes("@GMSet "+strcharinfo(0), LOGMES_ATCOMMAND); mes ""; mesn; mesq lg("Here they are, miss.", "Here they are, mister."); |