slimes now immediately stop attacking their tamers (#94737)

## About The Pull Request
makes sure slimes and other animals immediately cease attacking their
tamers

## Why It's Good For The Game
makes sure slimes and other animals immediately cease attacking their
tamers

## Changelog
🆑
fix: makes sure slimes and other animals immediately cease attacking
their tamers
/🆑
This commit is contained in:
Ben10Omintrix
2026-01-06 00:19:25 +02:00
committed by GitHub
parent ab31e3cc35
commit 3b7de676b4
@@ -64,6 +64,7 @@
forgive_target(new_friend)
clear_blackboard_key(BB_BASIC_MOB_CURRENT_TARGET)
clear_blackboard_key(BB_BASIC_MOB_RETALIATE_LIST) //we have just been tamed by a new party, clean slate for everyone!
CancelActions()
RegisterSignal(new_friend, COMSIG_LIVING_MADE_NEW_FRIEND, PROC_REF(on_master_tame))
/datum/ai_controller/proc/on_untamed(datum/source, mob/living/old_friend)