Chicken removal services

Chicken removal services.
This commit is contained in:
Jaysyn904 2022-10-10 11:47:44 -04:00
parent 151d074880
commit 8f7d2752a8
4 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
*.mod *.mod
_module/poa.mod _module/poa.mod
*.mod *.mod
*.mod

Binary file not shown.

View File

@ -21,7 +21,7 @@
void main() void main()
{ {
ExecuteScript("prc_npc_hb", OBJECT_SELF); //ExecuteScript("prc_npc_hb", OBJECT_SELF); Disabled because of chickens.
// * if not runnning normal or better Ai then exit for performance reasons // * if not runnning normal or better Ai then exit for performance reasons
if (GetAILevel() == AI_LEVEL_VERY_LOW) return; if (GetAILevel() == AI_LEVEL_VERY_LOW) return;

Binary file not shown.