From 01b026f889e83327bba18285630706fbf3d15a15 Mon Sep 17 00:00:00 2001 From: kiwedespars <47008095+kiwedespars@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:53:53 -0800 Subject: [PATCH] trailing newlines --- code/__DEFINES/status_effects.dm | 2 +- code/modules/antagonists/eldritch_cult/eldritch_effects.dm | 2 +- code/modules/antagonists/eldritch_cult/eldritch_magic.dm | 2 +- code/modules/antagonists/eldritch_cult/eldritch_structures.dm | 2 +- code/modules/clothing/suits/toggles.dm | 2 +- code/modules/mob/living/carbon/human/examine.dm | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/__DEFINES/status_effects.dm b/code/__DEFINES/status_effects.dm index fb74be0c7b..a047020999 100644 --- a/code/__DEFINES/status_effects.dm +++ b/code/__DEFINES/status_effects.dm @@ -146,4 +146,4 @@ // GROUPED // ///////////// -#define STASIS_ASCENSION_EFFECT "heretic_ascension" \ No newline at end of file +#define STASIS_ASCENSION_EFFECT "heretic_ascension" diff --git a/code/modules/antagonists/eldritch_cult/eldritch_effects.dm b/code/modules/antagonists/eldritch_cult/eldritch_effects.dm index e4a95ad86b..2ed4689358 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_effects.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_effects.dm @@ -307,4 +307,4 @@ var/static/list/prefix = list("Omniscient","Thundering","Enlightening","Intrusive","Rejectful","Atomized","Subtle","Rising","Lowering","Fleeting","Towering","Blissful","Arrogant","Threatening","Peaceful","Aggressive") var/static/list/postfix = list("Flaw","Presence","Crack","Heat","Cold","Memory","Reminder","Breeze","Grasp","Sight","Whisper","Flow","Touch","Veil","Thought","Imperfection","Blemish","Blush") - name = "\improper" + pick(prefix) + " " + pick(postfix) \ No newline at end of file + name = "\improper" + pick(prefix) + " " + pick(postfix) diff --git a/code/modules/antagonists/eldritch_cult/eldritch_magic.dm b/code/modules/antagonists/eldritch_cult/eldritch_magic.dm index fa28ddba99..0510130892 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_magic.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_magic.dm @@ -932,4 +932,4 @@ /obj/effect/proc_holder/spell/aoe_turf/repulse/eldritch/cast(list/targets,mob/user = usr) user.emote("snap") - ..(targets, user, 60) \ No newline at end of file + ..(targets, user, 60) diff --git a/code/modules/antagonists/eldritch_cult/eldritch_structures.dm b/code/modules/antagonists/eldritch_cult/eldritch_structures.dm index a7ef4f49b7..377f5cc30e 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_structures.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_structures.dm @@ -174,4 +174,4 @@ carbon_victim.Dizzy(20) carbon_victim.blind_eyes(2) SEND_SIGNAL(carbon_victim, COMSIG_ADD_MOOD_EVENT, "gates_of_mansus", /datum/mood_event/gates_of_mansus) - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/clothing/suits/toggles.dm b/code/modules/clothing/suits/toggles.dm index 73be5fae9f..4e29483846 100644 --- a/code/modules/clothing/suits/toggles.dm +++ b/code/modules/clothing/suits/toggles.dm @@ -227,4 +227,4 @@ playsound(src.loc, 'sound/mecha/mechmove03.ogg', 50, 1) return TRUE else - return RemoveHelmet(message) \ No newline at end of file + return RemoveHelmet(message) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 08697c70c3..31ab636ceb 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -456,4 +456,4 @@ new_text = replacetext(new_text, "[pronoun_replacement] is", "[pronoun_replacement] [p_are()]") //To make sure something become "They are" or "She is", not "They are" and "She are" dat += "[new_text]\n" //dat.Join("\n") doesn't work here, for some reason if(dat.len) - return dat.Join() \ No newline at end of file + return dat.Join()