Converts bees to basic mobs (#30662)

* Converts bees to basic mobs

* Undefs

* Linters
This commit is contained in:
PollardTheDragon
2025-10-28 20:53:18 +00:00
committed by GitHub
parent 5159e73c0d
commit ae4489cb2f
22 changed files with 561 additions and 434 deletions
+2
View File
@@ -61,6 +61,8 @@
/// Continue processing while in stasis
#define AI_FLAG_CAN_ACT_IN_STASIS (1<<3)
#define PASSIVE_AI_FLAGS (AI_FLAG_PAUSE_DURING_DO_AFTER | AI_FLAG_STOP_MOVING_WHEN_PULLED)
// Base Subtree defines
/// This subtree should cancel any further planning, (Including from other subtrees)
+6
View File
@@ -233,6 +233,12 @@
/// Are we active?
#define BB_MALF_DRONE_PASSIVE "BB_MALF_DRONE_PASSIVE"
// bee keys
/// the bee hive we live inside
#define BB_CURRENT_HOME "BB_current_home"
/// the hydro we will pollinate
#define BB_TARGET_HYDRO "BB_target_hydro"
// Goliath AI keys
/// Key where we store the tentacleing ability
#define BB_GOLIATH_TENTACLES "BB_GOLIATH_TENTACLES"