Skip to content

Commit

Permalink
Cosmic ascension Star Gazer improvements (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 29, 2024
1 parent 1e0e5b6 commit 30af5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/antagonists/heretic/knowledge/cosmic_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
var/static/list/star_gazer_commands = list(
/datum/pet_command/idle,
/datum/pet_command/free,
/datum/pet_command/protect_owner, // monkestation edit: allow star gazers to passively protect their summoner
/datum/pet_command/follow,
/datum/pet_command/point_targeting/attack/star_gazer
)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/basic/heretic/star_gazer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
BB_PET_TARGETING_STRATEGY = /datum/targeting_strategy/basic/not_friends/attack_closed_turfs,
)

ai_movement = /datum/ai_movement/basic_avoidance
ai_movement = /datum/ai_movement/jps // monkestation edit: use JPS movement for star gazers
idle_behavior = /datum/idle_behavior/idle_random_walk
planning_subtrees = list(
/datum/ai_planning_subtree/attack_obstacle_in_path/pet_target/star_gazer,
Expand Down

0 comments on commit 30af5eb

Please sign in to comment.