Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Оригинальный PR: Baystation12#34157
🆑 emmanuelbassil
tweak: Now able to wrap crates/closets with gift wrapping paper; and to wrap humans with regular parcel wrapping paper. Both have the same behavior.
tweak: Can now destination tag and label gifts.
tweak: You now require a sharp item to open any wrapped parcel
tweak: No more instant wrapping. Time delay scales up the bigger the item you're wrapping is. Also uses more wrap depending on item size.
tweak: Can now clip foamclogs with any sharp item, not only wirecutters or the scalpel.
bugfix: Instant Tactical combat gift-wrapping is no longer possible. You need a strong grab and a delay to gift-wrap someone else, like handcuffs.
/🆑
Rewrote all of gift and giftwrap and made them work exactly like parcel wrap.
Gifts are now a resprited/renamed version of the smalldelivery item; with the renaming/respriting handled in Initialize(). As a result, destroyed obj/item/gift completely.
Likewise, gift_wrap is now a child of item/stack/package_wrap having the same functionality as cargo's wrapper. Now that their behavior is unified, each of these two items can do more than they did before.
Also made it that you require a sharp item to unwrap those items.