Update photosynthesis.dm

This commit is contained in:
kevinz000
2020-06-07 03:43:41 -07:00
committed by GitHub
parent 6f62cb8678
commit 5b863e7e9b
+1 -1
View File
@@ -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