Skip to content

Commit e41d381

Browse files
Flip the giants LARGE_PREDATOR caste flag off!
1 parent dcd26bb commit e41d381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makeown.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ function make_own(unit)
262262
else
263263
unit.flags1.tame = true
264264
unit.training_level = df.animal_training_level.Domesticated
265+
-- No more "vengeful" spam when civilizing Giants!
266+
unit.enemy.caste_flags.LARGE_PREDATOR = false;
265267
end
266268
end
267269

0 commit comments

Comments
 (0)