]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Pet Carrier (Zookeeper gameplay?) (#21545)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Mon, 13 Nov 2023 23:55:47 +0000 (02:55 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 23:55:47 +0000 (16:55 -0700)
commit786bb79ebc50ca79d76186068cf204c2271e6ea1
tree4346faf11578ab709b4a2c2db40e09ec9694e63a
parent126c1bbab45662b2433d446a58617b4a6ca40bc9
Pet Carrier (Zookeeper gameplay?) (#21545)

* add visual

* fix item + entityStorage problem, add generation in maints

* make pet carrier two-handed

* added to cargo

* add resistlocker component
13 files changed:
Content.Shared/Storage/Components/SharedEntityStorageComponent.cs
Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs
Resources/Prototypes/Catalog/Cargo/cargo_service.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Prototypes/Entities/Objects/Misc/pet_carrier.yml [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/pet_carrier_base.png [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/pet_carrier_door.png [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/pet_carrier_open.png [new file with mode: 0644]
Resources/Textures/Objects/Storage/petcarrier.rsi/welded.png [new file with mode: 0644]