mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Converts bees to basic mobs (#30662)
* Converts bees to basic mobs * Undefs * Linters
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user