Tweaking drake AI.

This commit is contained in:
MistakeNot4892
2022-08-17 00:03:05 +10:00
parent 1f0cf3c2cb
commit 0561e2a3c8
4 changed files with 25 additions and 13 deletions
+2 -2
View File
@@ -110,9 +110,9 @@
if(COMM_SAY)
holder.ISay(safepick(holder.say_list.speak))
if(COMM_AUDIBLE_EMOTE)
holder.audible_emote(safepick(holder.say_list.emote_hear))
holder.audible_emote("[safepick(holder.say_list.emote_hear)].")
if(COMM_VISUAL_EMOTE)
holder.visible_emote(safepick(holder.say_list.emote_see))
holder.visible_emote("[safepick(holder.say_list.emote_see)].")
#undef COMM_SAY
#undef COMM_AUDIBLE_EMOTE