mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Most hostile mobs can no longer be trapped by closets, chairs, and aggro grabs (#91652)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#define BOT_PATIENT_PATH_LIMIT 20
|
||||
/datum/ai_controller/basic_controller/bot/medbot
|
||||
planning_subtrees = list(
|
||||
/datum/ai_planning_subtree/escape_captivity/pacifist,
|
||||
/datum/ai_planning_subtree/respond_to_summon,
|
||||
/datum/ai_planning_subtree/handle_medbot_speech,
|
||||
/datum/ai_planning_subtree/find_and_hunt_target/patients_in_crit,
|
||||
@@ -15,7 +16,6 @@
|
||||
BB_PREVIOUS_BEACON_TARGET,
|
||||
BB_BOT_SUMMON_TARGET,
|
||||
)
|
||||
ai_traits = PAUSE_DURING_DO_AFTER
|
||||
|
||||
/datum/ai_movement/jps/bot/medbot
|
||||
maximum_length = BOT_PATIENT_PATH_LIMIT
|
||||
|
||||
Reference in New Issue
Block a user