-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Fansana/Suacy_Sauces
Added Cum and Removed Uselss FSCVars files.
- Loading branch information
Showing
3 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/reagents/floofstation/natural_sauce.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-cum = cum | ||
reagent-desc-cum = A sticky cloudy-white liquid. |
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/FloofStation/Reagents/natural_sauce.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,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 |