Thanks for this great mod.
There is a small issue in the tp2 file. line are :
ACTION_DEFINE_ASSOCIATIVE_ARRAY turn_off_at_night BEGIN
_bird => 1
_eagle => 1
_vultur => 1
_seagul => 1
END
the line should have been :
ACTION_DEFINE_ASSOCIATIVE_ARRAY turn_off_at_night BEGIN
bird => 1
eagle => 1
vultur => 1
seagul => 1
END
Edited by TotoR, 08 April 2021 - 11:05 PM.