This is the part where I realize I forgot to fix these as part of sandboxing.
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Chemistry
|
||||
{
|
||||
//Default metabolism for reagents. Metabolizes the reagent with no effects
|
||||
class DefaultMetabolizable : IMetabolizable
|
||||
public class DefaultMetabolizable : IMetabolizable
|
||||
{
|
||||
//Rate of metabolism in units / second
|
||||
private double _metabolismRate = 1;
|
||||
|
||||
Reference in New Issue
Block a user