]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Makes machine parts stackable, removes unused field in stack prototypes (#28434)
authorAJCM-git <60196617+AJCM-git@users.noreply.github.com>
Sat, 1 Jun 2024 17:49:28 +0000 (13:49 -0400)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2024 17:49:28 +0000 (13:49 -0400)
commit09256cfaa572d326840edaea1dc0268cd9def5e3
tree2ba908b2d262df80aa1938a71945617636498ce0
parenta29b6a6894f8197be392bfd1c90085b8ea80f86c
Makes machine parts stackable, removes unused field in stack prototypes (#28434)

* Makes machine parts stacks, removes unused field in stack prototypes

* forgor

* Fix tests

* Fixes lathe construction. Yes. This sucks but there's no better way that doesnt involve refactoring machine parts completely

* detail

* a
22 files changed:
Content.IntegrationTests/Tests/MaterialArbitrageTest.cs
Content.Server/Construction/MachineFrameSystem.cs
Content.Server/Stack/StackSystem.cs
Content.Shared/Construction/MachinePartSystem.cs
Content.Shared/Materials/MaterialPrototype.cs
Content.Shared/Stacks/StackPrototype.cs
Resources/Prototypes/Entities/Objects/Misc/machine_parts.yml
Resources/Prototypes/Entities/Objects/Tools/fulton.yml
Resources/Prototypes/Stacks/Materials/Sheets/glass.yml
Resources/Prototypes/Stacks/Materials/Sheets/metal.yml
Resources/Prototypes/Stacks/Materials/Sheets/other.yml
Resources/Prototypes/Stacks/Materials/crystals.yml
Resources/Prototypes/Stacks/Materials/ingots.yml
Resources/Prototypes/Stacks/Materials/materials.yml
Resources/Prototypes/Stacks/Materials/ore.yml
Resources/Prototypes/Stacks/Materials/parts.yml
Resources/Prototypes/Stacks/consumable_stacks.yml
Resources/Prototypes/Stacks/engineering_stacks.yml
Resources/Prototypes/Stacks/floor_tile_stacks.yml
Resources/Prototypes/Stacks/medical_stacks.yml
Resources/Prototypes/Stacks/power_stacks.yml
Resources/Prototypes/Stacks/science_stacks.yml