Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5307
BOOL IsGoat(int mt)
5308
{
5309
return mt >= MT_NGOATMC && mt <= MT_GGOATMC
5310
|| mt >= MT_NGOATBW && mt <= MT_GGOATBW;
5311
}
5312
5313
int M_SpawnSkel(int x, int y, int dir)
5314
{
Callers
1
TFit_GoatShrine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected