diff --git a/Content.Shared/Floofstation/FSCVars.cs b/Content.Shared/Floofstation/FSCVars.cs deleted file mode 100644 index 1e01960c875..00000000000 --- a/Content.Shared/Floofstation/FSCVars.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Robust.Shared.Configuration; - -namespace Content.Shared.Floofstation.FSCVars; - -/// -/// Floofstation cvars! -/// -[CVarDefs] -// Using Delta's to go off of, do not know if this will work. -public sealed class FSCVars -{ - public static readonly CVarDef ConsentRules = CVarDef.Create("floof.consent_rules", "", CVar.ARCHIVE | CVar.CLIENTONLY); -} diff --git a/Resources/Locale/en-US/reagents/floofstation/natural_sauce.ftl b/Resources/Locale/en-US/reagents/floofstation/natural_sauce.ftl new file mode 100644 index 00000000000..887f9d8ba59 --- /dev/null +++ b/Resources/Locale/en-US/reagents/floofstation/natural_sauce.ftl @@ -0,0 +1,2 @@ +reagent-name-cum = cum +reagent-desc-cum = A sticky cloudy-white liquid. diff --git a/Resources/Prototypes/FloofStation/Reagents/natural_sauce.yml b/Resources/Prototypes/FloofStation/Reagents/natural_sauce.yml new file mode 100644 index 00000000000..86c6984973f --- /dev/null +++ b/Resources/Prototypes/FloofStation/Reagents/natural_sauce.yml @@ -0,0 +1,21 @@ +- type: reagent + id: Cum + name: reagent-name-cum + group: NaturalSauce + desc: reagent-desc-cum + physicalDesc: reagent-physical-desc-sticky + flavor: salty + color: "#ffffff" + viscosity: 0.35 + recognizable: true + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 1 + - !type:SatiateHunger + factor: 4 + footstepSound: + collection: FootstepSticky + params: + volume: 6