diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index 4bdcafba6089..8512bf74f478 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -3647,7 +3647,7 @@ color = "#102000" adj_temp = -5 adj_sleepy = -2 - caffeine = 1 + caffeine = 0.2 taste_description = "electric cherry" /datum/reagent/drink/zorasoda/phoron @@ -3657,7 +3657,7 @@ color = "#863333" adj_temp = -5 adj_sleepy = -2 - caffeine = 1 + caffeine = 0.2 taste_description = "electric grape" /datum/reagent/drink/zorasoda/kois @@ -3667,7 +3667,7 @@ color = "#dcd9cd" adj_temp = -5 adj_sleepy = -2 - caffeine = 1 + caffeine = 0.2 taste_description = "sugary cabbage" /datum/reagent/drink/zorasoda/kois/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) @@ -3681,7 +3681,7 @@ color = "#365000" adj_temp = -5 adj_sleepy = -3 - caffeine = 2 + caffeine = 0.3 taste_description = "a full-body bite into an acidic lemon" /datum/reagent/drink/zorasoda/hozm/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) @@ -3697,7 +3697,7 @@ color = "#100800" adj_temp = -5 adj_sleepy = -3 - caffeine = 0.8 + caffeine = 0.1 taste_description = "fizzy nettles" /datum/reagent/drink/zorasoda/venomgrass/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) @@ -3711,7 +3711,7 @@ color = "#E78108" adj_temp = -5 adj_sleepy = -3 - caffeine = 1 + caffeine = 0.2 unaffected_species = IS_MACHINE taste_description = "orange cream" @@ -3726,7 +3726,7 @@ color = "#0000CD" adj_temp = -5 adj_sleepy = -3 - caffeine = 1 + caffeine = 0.2 taste_description = "flat raspberry" /datum/reagent/drink/zorasoda/cthur/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) @@ -3761,7 +3761,7 @@ color = "#FFFF00" adj_temp = -5 adj_sleepy = -3 - caffeine = 1 + caffeine = 0.2 taste_description = "a reassuring spectrum of color" /datum/reagent/drink/zorasoda/jelly/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed) diff --git a/html/changelogs/arrow768-zoranferfs.yml b/html/changelogs/arrow768-zoranferfs.yml new file mode 100644 index 000000000000..1736f1b13c53 --- /dev/null +++ b/html/changelogs/arrow768-zoranferfs.yml @@ -0,0 +1,37 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +################################# + +# Your name. +author: Arrow768 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - balance: "Nerfs ZoRa Soda."