Engineering guidebook improvements (#34695)

* engineering guidebook improvements

* whoops

* Changes

* this game is en-US, so it shall be gasses, not gases

* make changes to AccessConfigurator.xml, SolarPanels.xml, TeslaEngine.xml

---------

Co-authored-by: ScarKy0 <scarky0@onet.eu>
This commit is contained in:
ArtisticRoomba
2025-02-14 19:59:19 -08:00
committed by GitHub
parent 862a2a744e
commit ef4f5cf0a1
26 changed files with 129 additions and 94 deletions

View File

@@ -1,4 +1,5 @@
using Content.Server.Solar.EntitySystems;
using Content.Shared.Guidebook;
namespace Content.Server.Solar.Components
{
@@ -15,6 +16,7 @@ namespace Content.Server.Solar.Components
/// Maximum supply output by this panel (coverage = 1)
/// </summary>
[DataField("maxSupply")]
[GuidebookData]
public int MaxSupply = 750;
/// <summary>