Skip to content

try to restore the old quick equip behavior #7072

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Absolucy
Copy link
Member

@Absolucy Absolucy commented Jun 27, 2025

Changelog

🆑
qol: Hopefully restored the original quick-equip behavior somewhat.
/:cl:

@Absolucy Absolucy requested a review from Xander3359 June 27, 2025 15:05
@Absolucy Absolucy added Code: Fix fix da bug Process: should testmerge PR should be testmerged first and removed Code: Fix fix da bug labels Jun 27, 2025
@@ -424,8 +424,11 @@


/obj/item/proc/equip_to_best_slot(mob/equipper)
if(equipper.active_storage?.attempt_insert(src, equipper)) // Prioritize our open storage before trying to decide anything else
return TRUE
var/should_prioritize_storage = !isclothing(src) && !(slot_flags & ITEM_SLOT_ON_BODY)
Copy link
Collaborator

Choose a reason for hiding this comment

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

People have also been complaining about not being able to equip their ID after they put their PDA in their hands. So that should probably be included as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

wdym? ITEM_SLOT_ON_BODY includes ITEM_SLOT_ID fwiw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Process: should testmerge PR should be testmerged first
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants