Skip to content

Commit

Permalink
Merge pull request #582 from Ratyyy/weh
Browse files Browse the repository at this point in the history
респрайты под ТГ + смерть корваксных лоупол карт + kilostation
  • Loading branch information
PyotrIgn authored Apr 10, 2024
2 parents 95968ca + e6c102f commit c79d05e
Show file tree
Hide file tree
Showing 199 changed files with 106,977 additions and 572,989 deletions.
10 changes: 2 additions & 8 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ public sealed class PostMapInitTest
// Corvax-Start
"CorvaxAvrite",
"CorvaxDelta",
"CorvaxAstra",
"CorvaxGelta",
"CorvaxOutpost",
"CorvaxSilly",
//"CorvaxIshimura",
//"CorvaxSpectrum",
//"CorvaxGate",
// Corvax-End

"Dev",
Expand All @@ -100,7 +93,8 @@ public sealed class PostMapInitTest
"Marathon",
"MeteorArena",
"Atlas",
"Reach"
"Reach",
"Kilo"
};

/// <summary>
Expand Down
6 changes: 6 additions & 0 deletions Content.Shared/Mech/Components/MechComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Robust.Shared.Containers;
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
using Content.Shared.Damage;

namespace Content.Shared.Mech.Components;

Expand All @@ -13,6 +14,11 @@ namespace Content.Shared.Mech.Components;
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class MechComponent : Component
{
/// <summary>
/// damage modifiers on hit
/// </summary>
[DataField(required: true)]
public DamageModifierSet Modifiers = default!;
/// <summary>
/// How much "health" the mech has left.
/// </summary>
Expand Down
8 changes: 8 additions & 0 deletions Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1592,3 +1592,11 @@ Entries:
- {message: "Добавил отображение админ-префикса для Ахелпа и АдминЧата.", type: Add}
id: 55722
time: '2024-04-08T08:20:00.0000000+00:00'

- author: Крыса
changes:
- {message: "НТ поменяли основной тип плитки, используемый на станцияз.", type: Tweak}
- {message: "НТ перестали посталять старые модели факсов, заменив на новые.", type: Tweak}
- {message: "Все станции типа silly, astra, outpost и gelta были заменены на KiloStation.", type: Tweak}
id: 55722
time: '2024-04-10T08:20:00.0000000+00:00'
231,759 changes: 106,903 additions & 124,856 deletions Resources/Maps/CorvaxMaps/corvax_astra.yml → Resources/Maps/ADTMaps/adt_kilostation.yml

Large diffs are not rendered by default.

303,271 changes: 0 additions & 303,271 deletions Resources/Maps/CorvaxMaps/corvax_gelta.yml

This file was deleted.

111,737 changes: 0 additions & 111,737 deletions Resources/Maps/CorvaxMaps/corvax_outpost.yml

This file was deleted.

Loading

0 comments on commit c79d05e

Please sign in to comment.