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

Adjust House UI for MaintenanceFree #4102

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

LtRipley36706
Copy link
Member

No description provided.

@@ -56,6 +56,13 @@ public void SetRentItems(List<WorldObject> rentItems)
/// </summary>
public void SetPaidItems(SlumLord slumlord)
{
if (slumlord.House?.HouseStatus == HouseStatus.InActive)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if i agree with this part

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just makes the UI consistent. Changing the MaintenanceFree variable puts the green "rent paid" text on the UI, might as well indicate "paid in full" rent on both that UI and Slumlord UI by showing that as complete, otherwise it is potentially confusing that rent is paid but numbers say nothing is paid, and slumlord keeps rejecting attempts to fill the bucket.

@LtRipley36706 LtRipley36706 merged commit c3c4a05 into ACEmulator:master Feb 9, 2024
2 checks passed
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

2 participants