Skip to content

Commit

Permalink
Update: Fix missing closing parentheses with shields
Browse files Browse the repository at this point in the history
  • Loading branch information
Vulcanx committed Aug 21, 2018
1 parent f7826bc commit ff06a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,9 @@ std::string Item::getDescription(const ItemType& it, int32_t lookDistance,
}
}
}
if (!begin) {
s << ')';
}
}

bool begin = true;
Expand Down

0 comments on commit ff06a3c

Please sign in to comment.