Allow collaring foxes. Migrate collars to new attack chain. (#32188)

* Allow collaring foxes. Migrate collars to new attack chain.

* Apply suggestions from CRUNCH review

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

---------

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
This commit is contained in:
Alan
2026-07-08 21:20:58 +00:00
committed by GitHub
co-authored by CRUNCH
parent d9db322997
commit ab05a4ee3a
2 changed files with 20 additions and 8 deletions
@@ -14,6 +14,12 @@
see_in_dark = 6
butcher_results = list(/obj/item/food/meat = 3)
response_disarm = "gently pushes aside"
var/collar_icon_state = "fox"
/mob/living/simple_animal/pet/dog/fox/Initialize(mapload)
. = ..()
AddElement(/datum/element/wears_collar, collar_icon_state_ = collar_icon_state)
regenerate_icons()
//Captain fox
/mob/living/simple_animal/pet/dog/fox/renault