]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Adds Parcel Wrap (#34471)
authorCentronias <me@centronias.com>
Sat, 26 Apr 2025 23:24:25 +0000 (16:24 -0700)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 23:24:25 +0000 (19:24 -0400)
commit90582f27eebc15aa8beecb1f5655826e0b052ade
treeed18d8a635fe77d2be4bcf71a08391440b69129b
parentfd24e4bc5bb9cdf71326b2bf92a1b22333f06106
Adds Parcel Wrap (#34471)

* Parcel Wrap

* fix TG sprite licenses
update attribution on modified `unwrapped` sprite to better conform to CC's guidance

* ContainerContainer test failure fix

* Just easy changes for now.

* Imagine building your code before pushing it for review

* The rest of the PR comments

* PR comments

* more comments + cargo orderability

* whitespace: deduplicated.

* use limitedcharges
replace mostly-duped client/server with if(onserver)

* cabinet perspective sprites

* web edit detected

fite me

* @ps3moira 's new sprites for me :)

* add a touch of attribution

* EmoGarbage Review

* Merge with master

* Merge with master

---------

Co-authored-by: EmoGarbage404 <retron404@gmail.com>
26 files changed:
Content.Shared/ParcelWrap/Components/ParcelWrapComponent.cs [new file with mode: 0644]
Content.Shared/ParcelWrap/Components/WrappedParcelComponent.cs [new file with mode: 0644]
Content.Shared/ParcelWrap/Components/WrappedParcelVisuals.cs [new file with mode: 0644]
Content.Shared/ParcelWrap/Systems/ParcelWrapEvents.cs [new file with mode: 0644]
Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.ParcelWrap.cs [new file with mode: 0644]
Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.WrappedParcel.cs [new file with mode: 0644]
Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/pacel-wrap.ftl [new file with mode: 0644]
Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml
Resources/Prototypes/Catalog/Fills/Crates/cargo.yml
Resources/Prototypes/Entities/Objects/Fun/pai.yml
Resources/Prototypes/Entities/Objects/Misc/parcel_wrap.yml [new file with mode: 0644]
Resources/Prototypes/tags.yml
Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/brown.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/empty-roll.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi/brown.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/parcel_wrap_trash.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/crate.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/locker.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-large.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-medium.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-small.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/parcel-tiny.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/ParcelWrap/wrapped_parcel.rsi/tall-crate.png [new file with mode: 0644]