-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
2,870 additions
and
1,896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using Robust.Shared.GameStates; | ||
|
||
namespace Content.Shared._NF.Containers.Components; | ||
/// <summary> | ||
/// CondimentCup empty component | ||
/// </summary> | ||
[RegisterComponent, NetworkedComponent] | ||
public sealed partial class CondimentCupComponent : Component | ||
{ | ||
|
||
} |
11 changes: 11 additions & 0 deletions
11
Content.Shared/_NF/Containers/CondimentKetchupComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using Robust.Shared.GameStates; | ||
|
||
namespace Content.Shared._NF.Containers.Components; | ||
/// <summary> | ||
/// CondimentKetchup empty component | ||
/// </summary> | ||
[RegisterComponent, NetworkedComponent] | ||
public sealed partial class CondimentKetchupComponent : Component | ||
{ | ||
|
||
} |
11 changes: 11 additions & 0 deletions
11
Content.Shared/_NF/Containers/CondimentMustardComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using Robust.Shared.GameStates; | ||
|
||
namespace Content.Shared._NF.Containers.Components; | ||
/// <summary> | ||
/// CondimentMustard empty component | ||
/// </summary> | ||
[RegisterComponent, NetworkedComponent] | ||
public sealed partial class CondimentMustardComponent : Component | ||
{ | ||
|
||
} |
11 changes: 11 additions & 0 deletions
11
Content.Shared/_NF/Containers/CondimentSqueezeBottleComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using Robust.Shared.GameStates; | ||
|
||
namespace Content.Shared._NF.Containers.Components; | ||
/// <summary> | ||
/// CondimentSqueezeBottle empty component | ||
/// </summary> | ||
[RegisterComponent, NetworkedComponent] | ||
public sealed partial class CondimentSqueezeBottleComponent : Component | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_NF/reagents/meta/consumable/food/condiments.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
reagent-name-coldsauce = coldsauce | ||
reagent-desc-coldsauce = Coldsauce. Leaves the tongue numb in its passage. |
Oops, something went wrong.