Skip to content

Commit

Permalink
Update food-Drinks.dm
Browse files Browse the repository at this point in the history
Changed effects of Cahors wine
  • Loading branch information
AltHit committed Aug 13, 2024
1 parent 2ca17bf commit d72f30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/reagents/food-Drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@
..()
M.adjust_hallucination(-0.9 * effect_multiplier)
M.add_chemical_effect(CE_TOXIN, -2.5 * effect_multiplier)
M.add_chemical_effect(CE_ANTITOX, 1) //half as good as dylo
M.add_chemical_effect(CE_ANTITOX, 4) //two times as good as dylo

// Cocktails
/datum/reagent/alcohol/acid_spit
Expand Down

0 comments on commit d72f30c

Please sign in to comment.