]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Refactor AME to use ItemSlot for Fuel (#25558)
authorLordCarve <27449516+LordCarve@users.noreply.github.com>
Thu, 29 Feb 2024 21:44:28 +0000 (22:44 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 21:44:28 +0000 (16:44 -0500)
commitc47391011d0f7f56dfcba8e4db348f0dc0d58c09
tree842cbcbccabcf428ff8e315f7b07ebe4be1d06f9
parent7aa0bade6cac1ad8d3b200cec398ebf7cd984e72
Refactor AME to use ItemSlot for Fuel (#25558)

* Using wrench on AME doesn't first try to put it in.

* Refactor AME to use ItemSlot for fuel.

* Apparently these names want to match.
14 files changed:
Content.Client/Ame/UI/AmeControllerBoundUserInterface.cs
Content.Client/Ame/UI/AmeWindow.xaml.cs
Content.Client/Entry/EntryPoint.cs
Content.Server/Ame/Components/AmeControllerComponent.cs
Content.Server/Ame/Components/AmeFuelContainerComponent.cs [deleted file]
Content.Server/Ame/Components/AmeShieldComponent.cs
Content.Server/Ame/EntitySystems/AmeControllerSystem.cs
Content.Server/Ame/EntitySystems/AmeShieldingSystem.cs
Content.Shared/Ame/Components/AmeFuelContainerComponent.cs [new file with mode: 0644]
Content.Shared/Ame/Components/SharedAmeControllerComponent.cs [moved from Content.Shared/Ame/SharedAmeControllerComponent.cs with 95% similarity]
Content.Shared/Ame/Components/SharedAmeShieldComponent.cs [moved from Content.Shared/Ame/SharedAmeShieldComponent.cs with 77% similarity]
Content.Shared/Ame/EntitySystems/AmeFuelContainerSystem.cs [moved from Content.Server/Ame/EntitySystems/AmeFuelSystem.cs with 77% similarity]
Resources/Locale/en-US/ame/components/ame-controller-component.ftl
Resources/Prototypes/Entities/Structures/Power/Generation/ame.yml