From 0728b6c3e529b63ef8b4d747ff396ddbad4ccd0e Mon Sep 17 00:00:00 2001 From: GoblinBackwards <22856555+GoblinBackwards@users.noreply.github.com> Date: Mon, 21 Mar 2022 09:56:10 +0000 Subject: [PATCH] Slime cookie stacking fixes (#65575) * Slime cookie stacking fixes * This is better --- .../research/xenobiology/crossbreeding/_status_effects.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/research/xenobiology/crossbreeding/_status_effects.dm b/code/modules/research/xenobiology/crossbreeding/_status_effects.dm index 1b896db669f..f99d015fc14 100644 --- a/code/modules/research/xenobiology/crossbreeding/_status_effects.dm +++ b/code/modules/research/xenobiology/crossbreeding/_status_effects.dm @@ -270,7 +270,7 @@ /datum/status_effect/metalcookie id = "metalcookie" - status_type = STATUS_EFFECT_REPLACE + status_type = STATUS_EFFECT_REFRESH alert_type = null duration = 100 @@ -287,7 +287,7 @@ /datum/status_effect/sparkcookie id = "sparkcookie" - status_type = STATUS_EFFECT_REPLACE + status_type = STATUS_EFFECT_REFRESH alert_type = null duration = 300 var/original_coeff @@ -416,7 +416,7 @@ /datum/status_effect/adamantinecookie id = "adamantinecookie" - status_type = STATUS_EFFECT_REPLACE + status_type = STATUS_EFFECT_REFRESH alert_type = null duration = 100