Chicken removal services
Chicken removal services.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
|||||||
*.mod
|
*.mod
|
||||||
_module/poa.mod
|
_module/poa.mod
|
||||||
*.mod
|
*.mod
|
||||||
|
*.mod
|
||||||
|
Binary file not shown.
@@ -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;
|
||||||
|
BIN
_module/poa.mod
BIN
_module/poa.mod
Binary file not shown.
Reference in New Issue
Block a user