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