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 606ac8f6e..e3e680b09 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -59,6 +59,7 @@ OnGMCoinClaim: mes ""; goto L_Menu; +OnGMEventShop: L_GMEventShop: // Inflaction: Non-admins pay more out of main events (for whatever reasons) .@inf=1; @@ -404,6 +405,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 12); setunitdata(.@npcId, UDT_HAIRCOLOR, 5); bindatcmd "strangecoin", "Lua#003-2::OnGMCoinClaim", 60, 100, 1; + bindatcmd "strangeshop", "Lua#003-2::OnGMEventShop", 60, 100, 1; .sex = G_FEMALE; .distance = 4; |