]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Candy Bucket for Halloween (#21257)
authorBixkitts <72874643+Bixkitts@users.noreply.github.com>
Tue, 31 Oct 2023 15:54:41 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 15:54:41 +0000 (11:54 -0400)
commit74f1098008e4cd6e13778a385e3f69712e4833d7
tree19afff45dc2f01302d254b0ab8a880df18e66ccf
parent77db8b166aa5218560c2ee41f036194ee564938e
Candy Bucket for Halloween (#21257)

* Added candy bucket and component to update appearance of held containers akin to it

* cleanup newline

* newline was load-bearing

* moved component to Shared, cleanup

* newline is spooky

* You build and run without errors, stop pretending otherwise

* Updated for new storage system in master branch
Content.Shared/ContainerHeld/ContainerHeldComponent.cs [new file with mode: 0644]
Content.Shared/ContainerHeld/ContainerHeldSystem.cs [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Fun/candy_bucket.yml [new file with mode: 0644]
Resources/Textures/Objects/Fun/candy_bucket.rsi/empty-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/candy_bucket.rsi/empty-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/candy_bucket.rsi/empty_icon.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/candy_bucket.rsi/full-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/candy_bucket.rsi/full-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/candy_bucket.rsi/full_icon.png [new file with mode: 0644]
Resources/Textures/Objects/Fun/candy_bucket.rsi/meta.json [new file with mode: 0644]