:lucas_second_date
  switch isPlayingDate ON

  displayItemId none
  start cutscene no villagers no creatures
  create villager Lucas 11,20,2
  offset Lucas Y -8

  include load_player_dating_animations

  wait 60
  Lucas "This is one of my favorite places. I like to come here at night to think about life."
  Lucas "Sometimes I also come here to hide from people... When I'm too ashamed."
  Player "<?:async>"
  wait 20
  turn Player right
  wait 40
  Player "Ashamed?"
  Lucas "I still feel bad whenever I'm unable to eat something."
  Lucas "I know people think I'm just a picky eater, but my problem is far bigger than that."
  Lucas "And sometimes I can be too hard on myself because of it."
  Lucas "It's so stupid. Why can't I just put something in my mouth and chew it down?"
  Lucas "It's like there's something wrong with my brain. Some kind of instinct that thinks everything is dangerous."
  Player "I...<wait> I wish I could help you."
  Lucas "I don't think anyone can..."
  wait 20
  turn Player down
  wait 120
  Lucas "I'm telling you this because I wanted you to know how I am."
  Lucas "I think I'm starting to like you. And I wanted to know if you like me back, despite my flaws."

  Player ("What can I tell Lucas?", "I like you too", "I want to be your friend")

  if response == "I like you too"
    include lucas_second_date_change_relationship
  else
    Lucas "I understand... And thank you for still being my friend."
    fade out
    wait 10
  end

  teleport to home without saving 15,10,8
  switch isPlayingDate OFF
  displayItemId undefined
  offset Player Y 0
  speed Player restore
  switch playedLucasSecondDate ON
  wait 1
  fade in

:lucas_second_date_change_relationship
  include load_player_dating_animations
  wait 10

  turn Player right
  turn Lucas left

  Player "You don't need to worry about that, Lucas. I like you just the way you are."

  include kiss_lucas

  switch datingLucas ON
  fade out
  wait 10

  increase friendship Lucas x 500
  gain achievement FIRST_DATE
