Skip to content

Commit

Permalink
add lockpicks to pcons window
Browse files Browse the repository at this point in the history
  • Loading branch information
chypriote committed Dec 9, 2023
1 parent bbd5643 commit 992fee3
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 992fee3

Please sign in to comment.