mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user