Skip to content

Commit

Permalink
make HCV less immediately lethal but still fun
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-dabepis committed Jan 23, 2024
1 parent 42d38fe commit d171e65
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/deltav/reagents/generic.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Messages that can be utilized by multiple reagents.

generic-reagent-effect-damnation = Your liver cries out in agony! Damnation!
15 changes: 14 additions & 1 deletion Resources/Prototypes/DeltaV/Reagents/Consumable/Drink/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.55
amount: 0.3
- !type:PopupMessage
conditions:
- !type:ReagentThreshold
min: 30
type: Local
visualType: Medium
messages: [ "generic-reagent-effect-damnation" ]
probability: 0.2
- !type:ChemVomit
conditions:
- !type:ReagentThreshold
min: 30
probability: 0.02

- type: reagent
id: Gunmetal #Credit to DinkusMcsplinkus for inspiring this drink. This could've also been called "Creamy Ignition"
Expand Down

0 comments on commit d171e65

Please sign in to comment.