mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
improve find_and_set/in_list behavior (#79614)
## About The Pull Request improves the find_and_set behavior a bit. this is after and before observing 5 gorillas for 10 minutes   ## Why It's Good For The Game improves the find_and_set/in_list behavior ## Changelog 🆑 not player facing /🆑
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
ADD_TRAIT(src, TRAIT_VENTCRAWLER_ALWAYS, INNATE_TRAIT)
|
||||
AddElement(/datum/element/pet_bonus, "sticks its tongue out contentedly!")
|
||||
AddElement(/datum/element/basic_eating, heal_amt = 5, food_types = edibles)
|
||||
ai_controller.set_blackboard_key(BB_BASIC_FOODS, edibles)
|
||||
ai_controller.set_blackboard_key(BB_BASIC_FOODS, typecacheof(edibles))
|
||||
|
||||
/datum/ai_controller/basic_controller/lizard
|
||||
blackboard = list(
|
||||
|
||||
Reference in New Issue
Block a user