mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
## 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 /🆑
5 lines
153 B
Plaintext
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)
|