From 7bc56f700b17c537e3f5fd51101af66e70232e5d Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:29:50 +0100 Subject: [PATCH] Add: New lines for linters. --- code/datums/components/riding.dm | 2 +- code/game/objects/items.dm | 2 +- modular_splurt/code/modules/client/loadout/backpack.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/components/riding.dm b/code/datums/components/riding.dm index 2ed52a9620..49b8f7f7f0 100644 --- a/code/datums/components/riding.dm +++ b/code/datums/components/riding.dm @@ -400,4 +400,4 @@ if(HAS_TRAIT(user, TRAIT_PACIFISM)) to_chat(user, span_notice("You gently let go of [rider].")) return - return rider \ No newline at end of file + return rider diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index d6406808b1..53eb0ba62d 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -1296,4 +1296,4 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb if(throwforce && HAS_TRAIT(user, TRAIT_PACIFISM)) to_chat(user, span_notice("You set [src] down gently on the ground.")) return - return src \ No newline at end of file + return src diff --git a/modular_splurt/code/modules/client/loadout/backpack.dm b/modular_splurt/code/modules/client/loadout/backpack.dm index 9a4468e33e..64668a6b6f 100644 --- a/modular_splurt/code/modules/client/loadout/backpack.dm +++ b/modular_splurt/code/modules/client/loadout/backpack.dm @@ -126,4 +126,4 @@ /datum/gear/backpack/chastity_hypno/watch name = "Hypnotic Chastity Watch" - path = /obj/item/chastity_hypno/watch \ No newline at end of file + path = /obj/item/chastity_hypno/watch