From 64b089d5a7913f4013182c9b903c2441d3dc7bb9 Mon Sep 17 00:00:00 2001 From: Moon Date: Sun, 26 Nov 2023 19:01:49 -1000 Subject: [PATCH] trailing newlines because I forgot those oopsie daisy --- code/modules/client/loadout/loadout_general.dm | 2 +- code/modules/clothing/suits/hoodies.dm | 2 +- code/modules/clothing/under/accessories.dm | 2 +- code/modules/clothing/under/color.dm | 2 +- code/modules/clothing/under/skirt_dress.dm | 2 +- code/modules/modular_computers/computers/item/laptop_presets.dm | 2 +- code/modules/modular_computers/file_system/programs/rilena.dm | 2 +- code/modules/projectiles/ammunition/energy/special.dm | 2 +- code/modules/projectiles/guns/energy/special.dm | 2 +- code/modules/projectiles/projectile/energy/misc.dm | 2 +- code/modules/reagents/chemistry/reagents/alcohol_reagents.dm | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/code/modules/client/loadout/loadout_general.dm b/code/modules/client/loadout/loadout_general.dm index 22287d89784f..790876646316 100644 --- a/code/modules/client/loadout/loadout_general.dm +++ b/code/modules/client/loadout/loadout_general.dm @@ -182,4 +182,4 @@ /datum/gear/rilena_poster display_name = "poster, rilena" - path = /obj/structure/sign/poster/rilena/random \ No newline at end of file + path = /obj/structure/sign/poster/rilena/random diff --git a/code/modules/clothing/suits/hoodies.dm b/code/modules/clothing/suits/hoodies.dm index 34b403d8c131..f28dff33ed90 100644 --- a/code/modules/clothing/suits/hoodies.dm +++ b/code/modules/clothing/suits/hoodies.dm @@ -113,4 +113,4 @@ name = "RILENA: LMR K4L1 hood" desc = "A hood for your RILENA themed hoodie." icon_state = "hoodie_rilena" - item_state = "hoodie_rilena" \ No newline at end of file + item_state = "hoodie_rilena" diff --git a/code/modules/clothing/under/accessories.dm b/code/modules/clothing/under/accessories.dm index 8a8a1adf3644..34942fb6ff8c 100644 --- a/code/modules/clothing/under/accessories.dm +++ b/code/modules/clothing/under/accessories.dm @@ -544,4 +544,4 @@ /obj/item/clothing/accessory/rilena_pin/on_uniform_dropped(obj/item/clothing/under/U, user) var/mob/living/L = user if(HAS_TRAIT(L, TRAIT_FAN_RILENA)) - SEND_SIGNAL(L, COMSIG_CLEAR_MOOD_EVENT, "rilena_pin") \ No newline at end of file + SEND_SIGNAL(L, COMSIG_CLEAR_MOOD_EVENT, "rilena_pin") diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 0d0f7b877eb2..a30ab2ea7cd5 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -239,4 +239,4 @@ desc = "A t-shirt with the character T4L1 from RILENA: LMR on it." icon_state = "rilena_shirt" item_state = "rilena_shirt" - supports_variations = KEPORI_VARIATION \ No newline at end of file + supports_variations = KEPORI_VARIATION diff --git a/code/modules/clothing/under/skirt_dress.dm b/code/modules/clothing/under/skirt_dress.dm index 6dee5b6a0f13..1dabceb6db24 100644 --- a/code/modules/clothing/under/skirt_dress.dm +++ b/code/modules/clothing/under/skirt_dress.dm @@ -93,4 +93,4 @@ desc = "A pretty red dress with big pink ribbons attached. Intended to be worn by Kepori cosplayers, but also fits other species." icon_state = "rilena_dress" item_state = "rilena_dress" - supports_variations = KEPORI_VARIATION \ No newline at end of file + supports_variations = KEPORI_VARIATION diff --git a/code/modules/modular_computers/computers/item/laptop_presets.dm b/code/modules/modular_computers/computers/item/laptop_presets.dm index 80590f7ab7d9..a774799ada4c 100644 --- a/code/modules/modular_computers/computers/item/laptop_presets.dm +++ b/code/modules/modular_computers/computers/item/laptop_presets.dm @@ -31,4 +31,4 @@ /obj/item/modular_computer/laptop/preset/civilian/rilena/install_programs() //var/obj/item/computer_hardware/hard_drive/hard_drive = all_components[MC_HDD] - //hard_drive.store_file(new/datum/computer_file/program/rilena()) //temporarily disabling this so it doesn't ruin anything \ No newline at end of file + //hard_drive.store_file(new/datum/computer_file/program/rilena()) //temporarily disabling this so it doesn't ruin anything diff --git a/code/modules/modular_computers/file_system/programs/rilena.dm b/code/modules/modular_computers/file_system/programs/rilena.dm index 4926f25aa412..bf234dfa3f22 100644 --- a/code/modules/modular_computers/file_system/programs/rilena.dm +++ b/code/modules/modular_computers/file_system/programs/rilena.dm @@ -10,4 +10,4 @@ size = 8 tgui_id = "NtosRilena" -//insert stuff here, empty for now \ No newline at end of file +//insert stuff here, empty for now diff --git a/code/modules/projectiles/ammunition/energy/special.dm b/code/modules/projectiles/ammunition/energy/special.dm index 1d47f19d0667..d64195150e0a 100644 --- a/code/modules/projectiles/ammunition/energy/special.dm +++ b/code/modules/projectiles/ammunition/energy/special.dm @@ -90,4 +90,4 @@ select_name = "T4L1 buster replica" e_cost = 100 //should have a lot of energy fire_sound = 'sound/effects/empulse.ogg' - delay = 3 SECONDS \ No newline at end of file + delay = 3 SECONDS diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index 45c77618f7ab..5a01abfdc0f1 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -411,4 +411,4 @@ item_state = "buster" desc = "A replica of T4L1's buster cannon from the popular webseries RILENA. Fires a harmless energy pellet at the target." ammo_type = list(/obj/item/ammo_casing/energy/buster) - weapon_weight = WEAPON_LIGHT \ No newline at end of file + weapon_weight = WEAPON_LIGHT diff --git a/code/modules/projectiles/projectile/energy/misc.dm b/code/modules/projectiles/projectile/energy/misc.dm index 4a753d3dda62..81fed69d516a 100644 --- a/code/modules/projectiles/projectile/energy/misc.dm +++ b/code/modules/projectiles/projectile/energy/misc.dm @@ -22,4 +22,4 @@ name = "buster blast" icon_state = "pulse1" damage = 0 - damage_type = BURN \ No newline at end of file + damage_type = BURN diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index 71df32c54109..123afbcf387c 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -2498,4 +2498,4 @@ All effects don't start immediately, but rather get worse over time; the rate is /datum/reagent/consumable/ethanol/homesick/on_mob_metabolize(mob/living/M) var/drink_message = pick("You think of what you've left behind...", "You think of the people who miss you...", "You think of where you're from...") - to_chat(M, "[drink_message]") \ No newline at end of file + to_chat(M, "[drink_message]")