Adult raptors can no longer be picked up (#96914)

## About The Pull Request
Closes #96912

## Changelog
🆑
fix: Adult raptors can no longer be picked up
/🆑
This commit is contained in:
SmArtKar
2026-07-10 22:41:48 -06:00
committed by GitHub
parent 004f16ef1b
commit 25a78286d1
@@ -364,7 +364,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
base_pixel_w = initial(base_pixel_w)
mob_size = initial(mob_size)
can_be_held = initial(density)
can_be_held = initial(can_be_held)
density = initial(density)
move_resist = initial(move_resist)
can_breed = initial(can_breed)