From 4caeb310f778d7fdf827304e98c6afc49b440e92 Mon Sep 17 00:00:00 2001 From: Lynxless <43968273+Lynxless@users.noreply.github.com> Date: Thu, 27 Aug 2020 15:59:07 -0300 Subject: [PATCH] Added blank line to the end of files --- code/datums/status_effects/buffs.dm | 2 +- code/modules/antagonists/changeling/powers/panacea.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/status_effects/buffs.dm b/code/datums/status_effects/buffs.dm index 6b5b2d4645..ef3979d822 100644 --- a/code/datums/status_effects/buffs.dm +++ b/code/datums/status_effects/buffs.dm @@ -639,4 +639,4 @@ var/datum/disease/D = thing if(D.severity == DISEASE_SEVERITY_POSITIVE) continue - D.cure() \ No newline at end of file + D.cure() diff --git a/code/modules/antagonists/changeling/powers/panacea.dm b/code/modules/antagonists/changeling/powers/panacea.dm index c5efa938bc..3b59a0c042 100644 --- a/code/modules/antagonists/changeling/powers/panacea.dm +++ b/code/modules/antagonists/changeling/powers/panacea.dm @@ -18,4 +18,4 @@ user.apply_status_effect(STATUS_EFFECT_PANACEA) return TRUE -//buffs.dm has the code for anatomic panacea \ No newline at end of file +//buffs.dm has the code for anatomic panacea