commit | 52a7bd62ca4a2ea51ed32b34f6aabb8b606dd8d3 | [log] [tgz] |
---|---|---|
author | Bugfix <mg@henning-ullrich.de> | Sat Jan 30 22:22:29 2021 +0100 |
committer | Bugfix <mg@henning-ullrich.de> | Sat Jan 30 22:22:29 2021 +0100 |
tree | dca700847c59e53082a8de130abcc9ac0231b57d | |
parent | 6bc275c1c80c9577cee342cbb54f8ebbd4cff301 [diff] |
Prototyp fuer SetAttackChats() Change-Id: If9ad33246e84f349b9e11a0fde0ac1724d31c350
diff --git a/sys/npc.h b/sys/npc.h index 70f81bc..f75c0bd 100644 --- a/sys/npc.h +++ b/sys/npc.h
@@ -57,6 +57,8 @@ public varargs mixed GetInfo(string str); // aus npc/items.c public varargs object AddItem(mixed filename, int refresh, mixed props); +// aus npc/chat.c +void SetAttackChats(int chance, mixed strs); #endif // _NPC_H_PROTOTYPES_ #endif // NEED_PROTOTYPES