From b8d301649c56edb2108f29f392e82cb6969d3ede Mon Sep 17 00:00:00 2001 From: Heroman Date: Tue, 7 Jan 2020 18:30:30 +1000 Subject: [PATCH] Removes forgotten closing tags --- code/modules/resleeving/resleeving_sickness.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/resleeving/resleeving_sickness.dm b/code/modules/resleeving/resleeving_sickness.dm index 742aaa822c3..e3e782fba1b 100644 --- a/code/modules/resleeving/resleeving_sickness.dm +++ b/code/modules/resleeving/resleeving_sickness.dm @@ -20,5 +20,5 @@ desc = "You feel somewhat weak and unfocused, having been sleeved not so long ago." stacks = MODIFIER_STACK_EXTEND - on_created_text = "You feel slightly weak and unfocused." - on_expired_text = "You feel your strength and focus return to you." \ No newline at end of file + on_created_text = "You feel slightly weak and unfocused." + on_expired_text = "You feel your strength and focus return to you." \ No newline at end of file