Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Fix typo in determining new wearable categories. #552

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add Quivers to wearable/exportable set.
DaneelTrevize committed Oct 14, 2019
commit d3e2d4ba09df434d131dcdb901c0f53cbec63b82
1 change: 1 addition & 0 deletions src/item.cpp
Original file line number Diff line number Diff line change
@@ -465,6 +465,7 @@ bool Item::Wearable() const {
|| category_.find("armours") != std::string::npos
|| category_.find("weapons") != std::string::npos
|| category_.find("jewels") != std::string::npos
|| category_ == "quivers"
);
}