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

Function M_Talker

Source/monster.cpp:1106–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106BOOL M_Talker(int i)
1107{
1108 char ai = monster[i]._mAi;
1109 return ai == AI_LAZURUS
1110 || ai == AI_WARLORD
1111 || ai == AI_GARBUD
1112 || ai == AI_ZHAR
1113 || ai == AI_SNOTSPIL
1114 || ai == AI_LACHDAN
1115 || ai == AI_LAZHELP;
1116}
1117
1118void M_Enemy(int i)
1119{

Callers 2

M_EnemyFunction · 0.85
DoTelekinesisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected