forked from Simnation/Main
18 lines
297 B
Lua
18 lines
297 B
Lua
-- This is used to calm down the AI animals at the Madrazo Ranch --
|
|
|
|
|
|
SetRelationshipBetweenGroups(1, `HEN`, `PLAYER`)
|
|
SetRelationshipBetweenGroups(1, `DEER`, `PLAYER`)
|
|
SetRelationshipBetweenGroups(1, `WILD_ANIMAL`, `PLAYER`)
|
|
SetRelationshipBetweenGroups(1,`DOMESTIC_ANIMAL`, `PLAYER`)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|