From 821ecf1f882339d200050265e323ce045f853d8d Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 29 Dec 2019 17:26:18 +1000 Subject: [PATCH] Makes the sickness properly refresh the duration --- code/modules/resleeving/resleeving_sickness.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/resleeving/resleeving_sickness.dm b/code/modules/resleeving/resleeving_sickness.dm index 0084ee64ccd..c10b916841f 100644 --- a/code/modules/resleeving/resleeving_sickness.dm +++ b/code/modules/resleeving/resleeving_sickness.dm @@ -1,6 +1,7 @@ /datum/modifier/resleeving_sickness name = "resleeving sickness" desc = "You feel rather weak, having been sleeved not so long ago." + stacks = MODIFIER_STACK_EXTEND on_created_text = "You feel frail and unfocused." on_expired_text = "You feel your resilience and focus return to you."