mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +01:00
Adds ai_retaliate element to chickens (#75627)
## About The Pull Request Whoops, forgot to add this in #75592. ## Why It's Good For The Game Chickens were meant to bite back if you attacked them. This slipped my mind to test for some reason. ## Changelog 🆑 fix: Chickens should now, once again, peck you in case you hit them. /🆑
This commit is contained in:
@@ -44,6 +44,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
|
||||
. = ..()
|
||||
GLOB.chicken_count++
|
||||
ADD_TRAIT(src, TRAIT_VENTCRAWLER_ALWAYS, INNATE_TRAIT)
|
||||
AddElement(/datum/element/ai_retaliate)
|
||||
AddElement(/datum/element/pet_bonus, "clucks happily!")
|
||||
AddElement(/datum/element/footstep, FOOTSTEP_MOB_CLAW)
|
||||
AddElement(/datum/element/swabable, CELL_LINE_TABLE_CHICKEN, CELL_VIRUS_TABLE_GENERIC_MOB, 1, 5)
|
||||
|
||||
Reference in New Issue
Block a user