fixed: adjacent merchants under The World will now no move unless hostile

fixed typo
This commit is contained in:
2024-07-25 11:26:05 -04:00
parent 47fb60e1c9
commit 535533206f
7 changed files with 41 additions and 37 deletions

View File

@ -96,7 +96,7 @@ enum potion_type : int {RESTORE_HEALTH = 0, BOOST_ATK, BOOST_DEF,
POISON_HEALTH, WOUND_ATK, WOUND_DEF,
CONTINUOUS_RESTORATION, SAVAGE_STRIKE,
ECHOING_RESIL, TEMPEST_TANTRUM,
BEZERK_BREW, BORROW_LIFE,
BERZERK_BREW, BORROW_LIFE,
FINE_BOOZE, IRONCLAD_WARD
};