-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 2024-11-22-AjustedMerc
- Loading branch information
Showing
46 changed files
with
994 additions
and
193 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/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
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. |
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
29 changes: 0 additions & 29 deletions
29
Resources/Prototypes/Nyanotrasen/Catalog/Fills/Boxes/general.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
Resources/Prototypes/Nyanotrasen/Catalog/Fills/Cargo/cargo_service.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
Resources/Prototypes/Nyanotrasen/Catalog/Fills/Crates/service.yml
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
Resources/Prototypes/Nyanotrasen/Entities/Objects/Power/lights.yml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
Resources/Prototypes/Nyanotrasen/Entities/Objects/Specific/Power/lights.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/colored_lighting.yml
This file was deleted.
Oops, something went wrong.
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
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
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/_NF/Catalog/ReagentDispensers/condiments.yml
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 @@ | ||
- type: reagentDispenserInventory | ||
id: CondimentDispenserInventory | ||
inventory: | ||
- DrinkAstrotameJug | ||
- DrinkBbqSauceJug | ||
- DrinkColdsauceJug | ||
- DrinkHorseradishSauceJug | ||
- DrinkHotsauceJug | ||
- DrinkKetchupJug | ||
- DrinkMustardJug | ||
- DrinkSoysauceJug |
Oops, something went wrong.