Files
ArturlangandGitHub b7b2175f61 you can tame monkies (#4568)
## About The Pull Request
you can tame monkies, and feeding them the taming stuff makes them no
longer aggressive
todo add commands?
## Why It's Good For The Game
was asked to i guess

## Proof Of Testing

<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog

🆑
add: monkeys are tame-able and feeding them the food they want makes
them not aggressive
/🆑
2025-09-03 12:23:22 -07:00

5 lines
153 B
Plaintext

/datum/component/tameable/try_tame(atom/source, obj/item/food, mob/living/attacker)
. = ..()
SEND_SIGNAL(source, COMSIG_MOB_TRY_TAME, food, attacker)