mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user