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

Function M_Ranged

Source/monster.cpp:1100–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100BOOL M_Ranged(int i)
1101{
1102 char ai = monster[i]._mAi;
1103 return ai == AI_SKELBOW || ai == AI_GOATBOW || ai == AI_SUCC || ai == AI_LAZHELP;
1104}
1105
1106BOOL M_Talker(int i)
1107{

Callers 1

M_EnemyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected