code/modules/mob/living/simple_animal/hostile/gorilla/gorilla_actions.dm 
GORILLA_ACTIONS_COOLDOWN | Cooldown between any gorilla actions (speech, orders, actions etc.). |
---|---|
GORILLA_EXCITEMENT_TIME | Time gorilla will follow the user who fed it or make excited via attention phrase. |
TIME_PER_BANANA | Befriend time per eaten banana. Maximum time is always equal or lower to TIME_PER_BANANA * BANANAS_TO_BEFRIEND. |
BANANAS_TO_BEFRIEND | Bananas required to befriend non-rampage gorilla. |
BANANAS_TO_ENLIGHTEN | Bananas required for gorilla to eat, in order to make everyone understand them. |
Define Details
BANANAS_TO_BEFRIEND 
Bananas required to befriend non-rampage gorilla.
BANANAS_TO_ENLIGHTEN 
Bananas required for gorilla to eat, in order to make everyone understand them.
GORILLA_ACTIONS_COOLDOWN 
Cooldown between any gorilla actions (speech, orders, actions etc.).
GORILLA_EXCITEMENT_TIME 
Time gorilla will follow the user who fed it or make excited via attention phrase.
TIME_PER_BANANA 
Befriend time per eaten banana. Maximum time is always equal or lower to TIME_PER_BANANA * BANANAS_TO_BEFRIEND.