mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 16:47:34 +01:00
Tweaking drake AI.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user