Skip to content

Commit

Permalink
Revert "Quickequip hotfix (#8219)" (#8332)
Browse files Browse the repository at this point in the history
This reverts commit 378cb9c.
  • Loading branch information
SirRichardFrancis committed Oct 6, 2023
1 parent 0c61985 commit 348264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/inventory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This saves us from having to call add_fingerprint() any time something is put in
var/target_slot = get_quick_slot(I)
if(I.pre_equip(usr, target_slot))
return
if(!equip_to_slot_if_possible(I, target_slot, disable_warning = TRUE, redraw_mob = TRUE))
if(!I.try_transfer(target_slot, usr))
quick_equip_storage(I)
/*
if(!equip_to_appropriate_slot(I))
Expand Down

0 comments on commit 348264c

Please sign in to comment.