[MIRROR] Edible retaliate mobs (#7038)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
CHOMPStation2
2023-09-26 07:33:01 -07:00
committed by GitHub
parent 628e356751
commit b9dac42f41
11 changed files with 18 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
can_flee = TRUE
violent_breakthrough = FALSE
base_wander_delay = 8 //vorestation edit, to make pets slow.
belly_attack = FALSE //They already don't fight back, so this ensures that catgirls and similar are still edible when they are spawned as retaliate or aggressive by semi-random mob spawners.
// Won't wander away as quickly, ideal for event-spawned mobs like carp or drones.
/datum/ai_holder/simple_mob/event
@@ -150,6 +151,9 @@
/datum/ai_holder/simple_mob/retaliate/chill
base_wander_delay = 8
/datum/ai_holder/simple_mob/retaliate/edible
belly_attack = FALSE
// Simple mobs that retaliate and support others in their faction who get attacked.
/datum/ai_holder/simple_mob/retaliate/cooperative
cooperative = TRUE

View File

@@ -10,6 +10,9 @@
forgive_resting = TRUE
cooperative = FALSE
/datum/ai_holder/simple_mob/vore/edible
belly_attack = FALSE
/datum/ai_holder/simple_mob/vore/micro_hunter
micro_hunt = TRUE
micro_hunt_size = 0.8