mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user