diff options
-rw-r--r-- | npc/003-10/slots.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index f88a0c732..2ad1d5419 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -42,6 +42,7 @@ L_Menu: menu rif(countitem(CasinoCoins) >= 1, l("Spin!")), L_Spin, l("Prizes"), L_Info, + l("Trade"), L_Trade, l("Leave"), L_Quit; L_Info: @@ -80,6 +81,11 @@ L_Spin: } goto L_Menu; +L_Trade: + openshop; + closedialog; + close; + L_Quit: close; |