summaryrefslogtreecommitdiff
path: root/net/trade.py
blob: c2982c7ac4ddf6845386a944cfae94bff4f18a45 (plain) (blame)
1
2
3
4
5
6
def reset_trade_state(ts):
    ts['zeny_give'] = 0
    ts['zeny_get'] = 0
    ts['items_give'] = []
    ts['items_get'] = []