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