MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / OperateShrineReligious

Function OperateShrineReligious

Source/objects.cpp:2526–2536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2524}
2525
2526void OperateShrineReligious(Player &player)
2527{
2528 if (&player != MyPlayer)
2529 return;
2530
2531 for (Item &item : PlayerItemsRange { player }) {
2532 item._iDurability = item._iMaxDur;
2533 }
2534
2535 InitDiabloMsg(EMSG_SHRINE_RELIGIOUS);
2536}
2537
2538void OperateShrineEnchanted(Player &player)
2539{

Callers 1

OperateShrineFunction · 0.85

Calls 1

InitDiabloMsgFunction · 0.85

Tested by

no test coverage detected