Add a new dialogue mode to recharge items
This is currently useless, as exhausting an item's charges currently deletes it, but it is part of a work in progress
This commit is contained in:
@@ -56,6 +56,7 @@ enum eStatMode {
|
||||
MODE_SELL_ARMOR = 4,
|
||||
MODE_SELL_ANY = 5,
|
||||
MODE_ENCHANT = 6,
|
||||
MODE_RECHARGE = 7,
|
||||
};
|
||||
|
||||
static const signed char dir_x_dif[9] = {0,1,1,1,0,-1,-1,-1,0};
|
||||
|
Reference in New Issue
Block a user