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

feat: Display what award has been dropped #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Yudaotor
Copy link

@Yudaotor Yudaotor commented Mar 2, 2023

Fixes #[178]

Summary of Changes

Changed the Stats.update method to show the name of the dropped reward in the lastdrop column.
Display what award has been dropped in terminal.

Additional context

Discord username (if different from GitHub):Khalil#7843

Testing instructions

When a reward is dropped, look to see if the reward item is displayed correctly.

How to download the PR for testing

Using GitHub CLI

  1. Clone this PR
  2. Run gh pr checkout 124 (Requires GitHub CLI)
  3. Follow the Advanced Installation Guides from the Wiki

Using regular GIT

  1. Fetch the PR git fetch origin pull/<PR_NUMBER>/head:<LOCAL_BRANCH_NAME> (e.g. git fetch origin pull/110/head:notif)
  2. Checkout the branch git checkout <LOCAL_BRANCH_NAME> (e.g. git checkout notif)
  3. Follow the Advanced Installation Guides from the Wiki

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.

None yet

1 participant