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:
2024-08-29 00:23:53 -04:00
committed by Celtic Minstrel
parent 6965b822dc
commit 753dbbcc59
12 changed files with 38 additions and 10 deletions

View File

@@ -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};