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

Function AddL4Goodies

Source/objects.cpp:691–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691void AddL4Goodies()
692{
693 AddHookedBodies(6);
694 InitRndLocObj(2, 6, OBJ_TNUDEM1);
695 InitRndLocObj(2, 6, OBJ_TNUDEM2);
696 InitRndLocObj(2, 6, OBJ_TNUDEM3);
697 InitRndLocObj(2, 6, OBJ_TNUDEM4);
698 InitRndLocObj(2, 6, OBJ_TNUDEW1);
699 InitRndLocObj(2, 6, OBJ_TNUDEW2);
700 InitRndLocObj(2, 6, OBJ_TNUDEW3);
701 InitRndLocObj(2, 6, OBJ_DECAP);
702 InitRndLocObj(1, 3, OBJ_CAULDRON);
703}
704
705void AddLazStand()
706{

Callers 1

InitObjectsFunction · 0.85

Calls 2

AddHookedBodiesFunction · 0.85
InitRndLocObjFunction · 0.85

Tested by

no test coverage detected