Merge pull request #2656 from RudiPardieck/master

Fix for harm intent not working on white ui
This commit is contained in:
TheDZD
2015-11-25 19:55:14 -05:00
3 changed files with 7 additions and 7 deletions
@@ -343,7 +343,7 @@
//Search for item to steal
parrot_interest = search_for_item()
if(parrot_interest)
custom_emote(1,"looks in [parrot_interest]'s direction and takes flight")
custom_emote(1,"looks in [parrot_interest]'s direction and takes flight.")
parrot_state = PARROT_SWOOP | PARROT_STEAL
icon_state = "parrot_fly"
return
@@ -731,4 +731,4 @@
/mob/living/simple_animal/parrot/proc/parrot_hear(var/message="")
if(!message || stat)
return
speech_buffer.Add(message)
speech_buffer.Add(message)