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

Function IsGoat

Source/monster.cpp:5307–5311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5305}
5306
5307BOOL IsGoat(int mt)
5308{
5309 return mt >= MT_NGOATMC && mt <= MT_GGOATMC
5310 || mt >= MT_NGOATBW && mt <= MT_GGOATBW;
5311}
5312
5313int M_SpawnSkel(int x, int y, int dir)
5314{

Callers 1

TFit_GoatShrineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected