Adds "deep water" that you can drown in (#90587)

This commit is contained in:
Jacquerel
2025-04-21 08:06:06 -07:00
committed by GitHub
parent 031746bca3
commit 5c08ae27ed
25 changed files with 59698 additions and 59526 deletions
@@ -63,6 +63,8 @@
"Dog ahead.",
"Could this be a Dog?",
)
add_traits(list(TRAIT_NODROWN, TRAIT_SWIMMER), INNATE_TRAIT)
var/static/list/eatable_food = list(/obj/item/seeds)
ai_controller.set_blackboard_key(BB_BASIC_FOODS, typecacheof(eatable_food))
AddElement(/datum/element/basic_eating, food_types = eatable_food)