143144145146147148149150151
} } // Found a nearby LivingEntity, make it Talkable and // talkNear it if 'should_talk' if (shouldTalk) { new TalkableEntity(bystander).talkNear(context, text, this); } } }