mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
deer eat "real" grass as well (#93857)
## About The Pull Request Right now they only eat the grass that goes ontop of plating, adds it to the "real" grass ## Why It's Good For The Game immersion or something ## Changelog 🆑 fix: deer now eat* real grass /🆑
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
target_key = BB_DEER_GRASS_TARGET
|
||||
finding_behavior = /datum/ai_behavior/find_and_set/in_list/turf_types
|
||||
hunting_behavior = /datum/ai_behavior/hunt_target/eat_grass
|
||||
hunt_targets = list(/turf/open/floor/grass)
|
||||
hunt_targets = list(/turf/open/floor/grass, /turf/open/misc/grass)
|
||||
hunt_range = 7
|
||||
hunt_chance = 45
|
||||
|
||||
|
||||
Reference in New Issue
Block a user