From 6f62cb867823e00e06d30503bd5885d678c41407 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 7 Jun 2020 03:40:34 -0700 Subject: [PATCH 1/2] Update photosynthesis.dm --- code/datums/elements/photosynthesis.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/elements/photosynthesis.dm b/code/datums/elements/photosynthesis.dm index 049506a138..306021345f 100644 --- a/code/datums/elements/photosynthesis.dm +++ b/code/datums/elements/photosynthesis.dm @@ -20,7 +20,7 @@ ///List of atoms this element is attached to. Doubles as a multiplier if the same element is attached multiple times to a target multiple times. var/list/attached_atoms -/datum/element/photosynthesis/Attach(datum/target, brute = -1, burn = -1, tox = -1, oxy = -1, nutri = 4, minus = 0.5, bonus = 0.2, malus = 0) +/datum/element/photosynthesis/Attach(datum/target, brute = -1, burn = -1, tox = -1, oxy = -1, nutri = 4, minus = 0.35, bonus = 0.2, malus = -0.1) . = ..() if(. == ELEMENT_INCOMPATIBLE || !(isliving(target) || (isobj(target) && light_bruteheal))) return ELEMENT_INCOMPATIBLE From 5b863e7e9b3887232cc2304965e8863d16c5b0e4 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 7 Jun 2020 03:43:41 -0700 Subject: [PATCH 2/2] Update photosynthesis.dm --- code/datums/elements/photosynthesis.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/elements/photosynthesis.dm b/code/datums/elements/photosynthesis.dm index 306021345f..93e4369b8b 100644 --- a/code/datums/elements/photosynthesis.dm +++ b/code/datums/elements/photosynthesis.dm @@ -20,7 +20,7 @@ ///List of atoms this element is attached to. Doubles as a multiplier if the same element is attached multiple times to a target multiple times. var/list/attached_atoms -/datum/element/photosynthesis/Attach(datum/target, brute = -1, burn = -1, tox = -1, oxy = -1, nutri = 4, minus = 0.35, bonus = 0.2, malus = -0.1) +/datum/element/photosynthesis/Attach(datum/target, brute = -1, burn = -1, tox = -1, oxy = -1, nutri = 4, minus = 0.2, bonus = 0.3, malus = -0.1) . = ..() if(. == ELEMENT_INCOMPATIBLE || !(isliving(target) || (isobj(target) && light_bruteheal))) return ELEMENT_INCOMPATIBLE