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

Function Theme_PurifyingFountain

Source/themes.cpp:810–817  ·  view source on GitHub ↗

Theme_PurifyingFountain initializes the purifying fountain theme. Parameters: - t: theme number (index into themes array).

Source from the content-addressed store, hash-verified

808// Parameters:
809// - t: theme number (index into themes array).
810void Theme_PurifyingFountain(int t)
811{
812 char monstrnd[4] = { 6, 7, 3, 9 };
813
814 TFit_Obj5(t);
815 AddObject(OBJ_PURIFYINGFTN, themex, themey);
816 PlaceThemeMonsts(t, monstrnd[leveltype - 1]);
817}
818
819// Theme_ArmorStand initializes the armor stand theme.
820//

Callers 1

CreateThemeRoomsFunction · 0.85

Calls 3

TFit_Obj5Function · 0.85
AddObjectFunction · 0.85
PlaceThemeMonstsFunction · 0.85

Tested by

no test coverage detected