This is the part where I realize I forgot to fix these as part of sandboxing.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Chemistry.Metabolism
|
||||
/// Default metabolism for drink reagents. Attempts to find a ThirstComponent on the target,
|
||||
/// and to update it's thirst values.
|
||||
/// </summary>
|
||||
class DefaultDrink : IMetabolizable
|
||||
public class DefaultDrink : IMetabolizable
|
||||
{
|
||||
//Rate of metabolism in units / second
|
||||
private ReagentUnit _metabolismRate;
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Content.Server.Chemistry.Metabolism
|
||||
/// Default metabolism for food reagents. Attempts to find a HungerComponent on the target,
|
||||
/// and to update it's hunger values.
|
||||
/// </summary>
|
||||
class DefaultFood : IMetabolizable
|
||||
public class DefaultFood : IMetabolizable
|
||||
{
|
||||
//Rate of metabolism in units / second
|
||||
private ReagentUnit _metabolismRate;
|
||||
|
||||
Reference in New Issue
Block a user