:mailbox_sprinkler_finished
  Letter "Hey <name>, it's Devin here.<BR>Thank you for finding the materials for the project. I've built it overnight and left it at your mailbox.<BR>I hope you like it, because I had a lot of fun building it.<BR>I gave the final blueprints to Viktor, so you can ask him to craft you as many as you need now."
  wait 1

  Player "Devin left something here as well."

  js Managers.Items.mailboxContainer.gainItemId('sprinkler');
  switch unlockedSprinklers ON

  wait 10
  include mailbox_view_items

:mailbox_super_sprinkler_finished
  Letter "Hey <name>, it's Devin here.<BR>Thank you for finding the materials for the project. I've built it overnight and left it at your mailbox.<BR>I hope you like it, because I had a lot of fun building it.<BR>I gave the final blueprints to Viktor, so you can ask him to craft you as many as you need now."
  wait 1

  Player "Devin left the new sprinkler here as well."

  js Managers.Items.mailboxContainer.gainItemId('super-sprinkler');
  switch unlockedSuperSprinklers ON

  wait 10
  include mailbox_view_items
