Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailbox #738

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Mailbox #738

wants to merge 4 commits into from

Conversation

AntumDeluge
Copy link
Member

@AntumDeluge AntumDeluge commented Jun 9, 2024

Adds postmaster NPC for managing player mailboxes. Allows a single item to be sent from one player to another via the post office. Item is stored in the sender's slot & can be retrieved by receiver/target or the slot owner.

  • add player "mailbox" slot
    • stores item being sent from sender (slot owner)
  • create postmaster NPC
    • add logic for managing mailbox
    • charge service fee to sender
  • create interior post office map
  • create unit tests

Closes #737

@AntumDeluge AntumDeluge added this to the 1.48 milestone Jun 9, 2024
@AntumDeluge AntumDeluge self-assigned this Jun 9, 2024
@AntumDeluge AntumDeluge force-pushed the mailbox branch 2 times, most recently from 4cea9ae to ef17919 Compare June 9, 2024 19:47
@AntumDeluge AntumDeluge marked this pull request as draft June 10, 2024 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mailbox
1 participant