Skip to content

Commit

Permalink
Merge pull request #970 from ChyprioteGW/pcons-lockpicks
Browse files Browse the repository at this point in the history
add lockpicks to pcons window
  • Loading branch information
3vcloud authored Dec 10, 2023
2 parents bbd5643 + 992fee3 commit 9c6dd5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GWToolboxdll/Windows/PconsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ PconsWindow::PconsWindow()

pcons.push_back(new PconRefiller(L"Scroll of Resurrection", ItemID::ResScrolls, 5));
pcons.back()->ini = "resscroll";
pcons.push_back(new PconRefiller(L"Lockpick", ItemID::Lockpick, 50));
pcons.back()->ini = "lockpick";
pcons.push_back(new PconRefiller(L"Powerstone of Courage", ItemID::Powerstone, 5));
pcons.back()->ini = "pstone";
pcons.push_back(new PconRefiller(L"Seal of the Dragon Empire", ItemID::SealOfTheDragonEmpire, 5));
Expand Down

0 comments on commit 9c6dd5a

Please sign in to comment.