Skip to content

Commit

Permalink
Сэр, да, сэр!
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderFan committed Aug 1, 2024
1 parent 843f321 commit 2795539
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Body/Components/BloodstreamComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace Content.Server.Body.Components
{
[RegisterComponent, Access(typeof(BloodstreamSystem), typeof(ReactionMixerSystem), (typeof(HemophiliaSystem)))]
[RegisterComponent, Access(typeof(BloodstreamSystem), typeof(ReactionMixerSystem), (typeof(HemophiliaSystem)))] // ADThemophilia
public sealed partial class BloodstreamComponent : Component
{
public static string DefaultChemicalsSolutionName = "chemicals";
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/ADT/Traits/disabilities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: trait
id: ADTHemophilia
name: trait-hemophilia-name
description: trait-hemophilia-desc
category: Disabilities
components:
- type: Hemophilia
modifier: 0.01
8 changes: 0 additions & 8 deletions Resources/Prototypes/ADT/Traits/speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,3 @@
components:
- type: DeutschAccent

- type: trait
id: ADTHemophilia
name: trait-hemophilia-name
description: trait-hemophilia-desc
category: Disabilities
components:
- type: Hemophilia
modifier: 0.01

0 comments on commit 2795539

Please sign in to comment.