MCPcopy Create free account
hub / github.com/diasurgical/devilution / OperateGoatShrine

Function OperateGoatShrine

Source/objects.cpp:3532–3539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3530}
3531
3532void OperateGoatShrine(int pnum, int i, int sType)
3533{
3534 SetRndSeed(object[i]._oRndSeed);
3535 object[i]._oVar1 = FindValidShrine(i);
3536 OperateShrine(pnum, i, sType);
3537 object[i]._oAnimDelay = 2;
3538 force_redraw = 255;
3539}
3540
3541void OperateCauldron(int pnum, int i, int sType)
3542{

Callers 2

OperateObjectFunction · 0.85
SyncOpObjectFunction · 0.85

Calls 3

SetRndSeedFunction · 0.85
FindValidShrineFunction · 0.85
OperateShrineFunction · 0.85

Tested by

no test coverage detected