mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Adds midround event: Swarmer Infestation (#30673)
* Initial Commit * Small fixes * Some Linters * Beginning AI subtrees * Blacklists * SwarmerEventHandler * Better swarmer disintegration AI * Retaliate * SWARMERS * Forgot one * Linters * More linters * Fixes missing icon * Step type * Comment format * Fixes swarmer AI subtree * Removes damage on teleporting humanoids * Apply suggestions from code review Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Swarmers new event system * Projectile changes * Spacing fix * Dispenser fix * No more wood * Adjustments * Another adjustment * Safety * EMP Fix * Fixes swarmers spacing shit * Addresses code review * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> * Addresses code review * Guard clause and index fix --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: XFirebirdX <142694283+XFirebirdX@users.noreply.github.com> Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -99,3 +99,12 @@
|
||||
/datum/ai_planning_subtree/attack_obstacle_in_path/prowl
|
||||
attack_behaviour = /datum/ai_behavior/attack_obstructions/avoid_breaches
|
||||
target_key = BB_PROWL_TARGET
|
||||
|
||||
/datum/ai_planning_subtree/attack_obstacle_in_path/avoid_breaches
|
||||
attack_behaviour = /datum/ai_behavior/attack_obstructions/avoid_breaches
|
||||
|
||||
/datum/ai_planning_subtree/attack_obstacle_in_path/avoid_breaches/walls
|
||||
attack_behaviour = /datum/ai_behavior/attack_obstructions/avoid_breaches/walls
|
||||
|
||||
/datum/ai_behavior/attack_obstructions/avoid_breaches/walls
|
||||
can_attack_turfs = TRUE
|
||||
|
||||
Reference in New Issue
Block a user