diff --git a/code/game/ambience.dm b/code/game/ambience.dm index f1dda2fa713..ee309953fe1 100644 --- a/code/game/ambience.dm +++ b/code/game/ambience.dm @@ -157,11 +157,11 @@ //Defines Tension Ambience #define AMBIENCE_TENSION list(\ - 'sound/ambience/tension/tension.ogg',\ - 'sound/ambience/tension/argitoth.ogg',\ - 'sound/ambience/tension/horror.ogg',\ - 'sound/ambience/tension/burning_terror.ogg'\ - ) + 'sound/ambience/tension/tension.ogg',\ + 'sound/ambience/tension/argitoth.ogg',\ + 'sound/ambience/tension/horror.ogg',\ + 'sound/ambience/tension/burning_terror.ogg'\ + ) //CHOMP Edit Sounds for Substation rooms. Just electrical sounds, really. #define AMBIENCE_SUBSTATION list(\ 'sound/ambience/substation/substation1.ogg',\ diff --git a/code/game/objects/items/trash.dm b/code/game/objects/items/trash.dm index a478cd1e455..800aa818e8d 100644 --- a/code/game/objects/items/trash.dm +++ b/code/game/objects/items/trash.dm @@ -278,4 +278,4 @@ /obj/item/trash/shakshouka name = "empty shakshouka pan" - icon_state = "shakshouka" \ No newline at end of file + icon_state = "shakshouka" diff --git a/code/modules/background/accent/misc.dm b/code/modules/background/accent/misc.dm index 6c73284335e..a027995aa84 100644 --- a/code/modules/background/accent/misc.dm +++ b/code/modules/background/accent/misc.dm @@ -2,4 +2,4 @@ name = ACCENT_BLUESPACE description = "A peculiar accent. It seems familiar and unknown at the same time. It provokes the same feeling as having a word at the tip of your tongue." tag_icon = "bluespace" - text_tag = "BLS" \ No newline at end of file + text_tag = "BLS" diff --git a/code/modules/background/accent/silicon.dm b/code/modules/background/accent/silicon.dm index 894f7c0d4d2..5b5c0d3d0f4 100644 --- a/code/modules/background/accent/silicon.dm +++ b/code/modules/background/accent/silicon.dm @@ -2,4 +2,4 @@ name = ACCENT_TTS description = "A barebones text-to-speech accent. This is usually used to de-humanize or to cut speech synthesizer costs in silicon based machines." tag_icon = "tts" - text_tag = "TTS" \ No newline at end of file + text_tag = "TTS" diff --git a/code/modules/background/citizenship/tajara.dm b/code/modules/background/citizenship/tajara.dm index 112382a07f0..024556cff3a 100644 --- a/code/modules/background/citizenship/tajara.dm +++ b/code/modules/background/citizenship/tajara.dm @@ -175,4 +175,4 @@ job_species_blacklist = list( "Consular Officer" = ALL_SPECIES - ) \ No newline at end of file + ) diff --git a/code/modules/background/origins/origins/diona/biesel.dm b/code/modules/background/origins/origins/diona/biesel.dm index 0c22d5c71a9..fff1d3785db 100644 --- a/code/modules/background/origins/origins/diona/biesel.dm +++ b/code/modules/background/origins/origins/diona/biesel.dm @@ -38,4 +38,4 @@ important_information = "While Dionae do still face some discrimination in the Republic, Dionae can expect to live a fairly comfortable life. The Republic itself does not apply any sort of \"debt\" to Dionae they uplift, however, a megacorp may rope them into a contract to work for them if they played any part in uplifting them." possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG) possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) diff --git a/code/modules/background/origins/origins/diona/coalition.dm b/code/modules/background/origins/origins/diona/coalition.dm index 337b5fe548c..1284b0459ea 100644 --- a/code/modules/background/origins/origins/diona/coalition.dm +++ b/code/modules/background/origins/origins/diona/coalition.dm @@ -19,4 +19,4 @@ important_information = "Wild Dionae tend to have a much harder time within CoC borders as they're generally hunted for minerals stored within them, although in more recent decades this practice has begun to die down, with more and more wild Dionae being integrated into the CoC. Policies on uplifting and integrating Dionae within the CoC vary greatly from system to system as there are no set federal laws detailing how to handle them." possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG) possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL) - possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) diff --git a/code/modules/background/origins/origins/diona/deep_space.dm b/code/modules/background/origins/origins/diona/deep_space.dm index 8e7e9df32a8..3dee5333312 100644 --- a/code/modules/background/origins/origins/diona/deep_space.dm +++ b/code/modules/background/origins/origins/diona/deep_space.dm @@ -10,4 +10,4 @@ desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in Deep Space, outside the borders of any major nations." possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG) possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) diff --git a/code/modules/background/origins/origins/diona/eum.dm b/code/modules/background/origins/origins/diona/eum.dm index ab4c6db71d1..f55f56dea32 100644 --- a/code/modules/background/origins/origins/diona/eum.dm +++ b/code/modules/background/origins/origins/diona/eum.dm @@ -53,4 +53,4 @@ name = "Minor City State" desc = "From a minor city-state under the CT-EUM. " important_information = "This is for player-created citystates in the CT-EUM, just keep it reasponable." - possible_accents = list(ACCENT_ANCIENTSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG) \ No newline at end of file + possible_accents = list(ACCENT_ANCIENTSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG) diff --git a/code/modules/background/origins/origins/diona/moghes.dm b/code/modules/background/origins/origins/diona/moghes.dm index 022bc8b512c..0f599a24b64 100644 --- a/code/modules/background/origins/origins/diona/moghes.dm +++ b/code/modules/background/origins/origins/diona/moghes.dm @@ -11,4 +11,4 @@ important_information = "This option is for both Dionae who were originally grown in the Wastes and Wild Dionae who somehow managed to find their way to Moghes and the Wastes." possible_accents = list(ACCENT_IRONSONG, ACCENT_CRIMSONSONG, ACCENT_SANDSONG, ACCENT_WASTESONG) possible_citizenships = list(CITIZENSHIP_IZWESKI, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER) \ No newline at end of file + possible_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER) diff --git a/code/modules/background/origins/origins/diona/narrows.dm b/code/modules/background/origins/origins/diona/narrows.dm index 9822345e53a..3c6cc5656a2 100644 --- a/code/modules/background/origins/origins/diona/narrows.dm +++ b/code/modules/background/origins/origins/diona/narrows.dm @@ -29,4 +29,4 @@ important_information = "The level of training members of the C-Block have in their positions can vary from Dionae to Dionae, with some being only partially trained while others have had plenty of training and experience from their time aboard the ship. While most Dionae who leave the ship will oftentimes be employed by Hephaestus due to agreements between the megacorp and the ship, some do find employment elsewhere in the other megacorps." possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG) possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) diff --git a/code/modules/background/origins/origins/diona/nralakk.dm b/code/modules/background/origins/origins/diona/nralakk.dm index 1a9973002b2..a33796068d3 100644 --- a/code/modules/background/origins/origins/diona/nralakk.dm +++ b/code/modules/background/origins/origins/diona/nralakk.dm @@ -20,4 +20,4 @@ important_information = "The Nralakk Federation actively attempts to uplift and integrate all Dionae they find within their borders, thus resulting in a fairly large population of formerly wild Dionae within the Federation. It is important to note that this option does not include Dionae who originally were from EUM or Xrim before they were discovered." possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_SUNKENSONG, ACCENT_STARSONG) possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE) diff --git a/code/modules/background/origins/origins/diona/sol.dm b/code/modules/background/origins/origins/diona/sol.dm index fe6bc5f46eb..0fb6468619f 100644 --- a/code/modules/background/origins/origins/diona/sol.dm +++ b/code/modules/background/origins/origins/diona/sol.dm @@ -28,4 +28,4 @@ desc = "Largerly hailing from the city of Fallowed Meadows, The Primitive Sirens are a group of Dionae who, upon the completion of their Solarian debt, settled on Mictlan, managing to assimilate into Mictlan society." possible_accents = list(ACCENT_MEADOWSONG) possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_OTHER, RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_OTHER, RELIGION_NONE) diff --git a/code/modules/background/origins/origins/diona/voidtamer.dm b/code/modules/background/origins/origins/diona/voidtamer.dm index ff1da9cbb99..2f690f47c32 100644 --- a/code/modules/background/origins/origins/diona/voidtamer.dm +++ b/code/modules/background/origins/origins/diona/voidtamer.dm @@ -36,4 +36,4 @@ desc = "One of two competing voidtamer clans found operating near Moghes. Due to their history interacting Unathi, both clans tend to be fairly influenced by Unathi culture and religion, although do still a distinct identity from one another." possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG, ACCENT_SANDSONG, ACCENT_WASTESONG) possible_citizenships = list(CITIZENSHIP_IZWESKI, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER) \ No newline at end of file + possible_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER) diff --git a/code/modules/background/origins/origins/diona/xrim.dm b/code/modules/background/origins/origins/diona/xrim.dm index 14ff10b6ab8..e3fb1120564 100644 --- a/code/modules/background/origins/origins/diona/xrim.dm +++ b/code/modules/background/origins/origins/diona/xrim.dm @@ -30,4 +30,4 @@ important_information = "While most megacorporations may hire the Scorned, they are restricted from holding positions in Command, as well as Machinist, due to concerns they may attempt to subvert, illegally free or create more synthetics. Zeng-Hu is the only megacorporation that does not wish to see the Scorned within its personnel ranks due to its close ties with the Nralakk Federation. Though it is possible to lie about one's true allegiances, there are consequences should it be discovered." possible_accents = list(ACCENT_XRIMSONG) possible_citizenships = list(CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION) - possible_religions = list(RELIGION_ETERNAL_IRON) \ No newline at end of file + possible_religions = list(RELIGION_ETERNAL_IRON) diff --git a/code/modules/background/origins/origins/ipc/elyra.dm b/code/modules/background/origins/origins/ipc/elyra.dm index af84116be85..fec3c2e6c35 100644 --- a/code/modules/background/origins/origins/ipc/elyra.dm +++ b/code/modules/background/origins/origins/ipc/elyra.dm @@ -11,4 +11,4 @@ important_information = "All IPC in Elyra are produced within the Republic, foreign IPC being mistrusted and oftentimes prohibited from entry, let alone citizenship and residency. All Elyran manufactured IPC are expected to have at least a basic knowledge of the cultural norms of Elyra and tenets of Islam." possible_accents = list(ACCENT_ELYRA, ACCENT_AEMAQ, ACCENT_MEDINA, ACCENT_DAMASCUS, ACCENT_NEWSUEZ, ACCENT_PERSEPOLIS, ACCENT_TTS) possible_citizenships = list(CITIZENSHIP_ELYRA, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_NONE) - possible_religions = list(RELIGION_ISLAM, RELIGION_TRINARY, RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_ISLAM, RELIGION_TRINARY, RELIGION_NONE) diff --git a/code/modules/background/origins/origins/ipc/golden_deep.dm b/code/modules/background/origins/origins/ipc/golden_deep.dm index eafe4c2e0d0..b338a8fff4b 100644 --- a/code/modules/background/origins/origins/ipc/golden_deep.dm +++ b/code/modules/background/origins/origins/ipc/golden_deep.dm @@ -11,4 +11,4 @@ important_information = "Golden Deep citizenship exists to denote an IPC as a member of the organisation, but it can still be noted in records that the IPC holds a normal citizenship (for instance, an IPC may be a citizen of Biesel and a member of Golden Deep.)" possible_accents = ACCENTS_ALL_IPC possible_citizenships = list(CITIZENSHIP_GOLDEN) - possible_religions = list(RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_NONE) diff --git a/code/modules/background/origins/origins/ipc/megacorporate.dm b/code/modules/background/origins/origins/ipc/megacorporate.dm index 8241054db09..0f666b28949 100644 --- a/code/modules/background/origins/origins/ipc/megacorporate.dm +++ b/code/modules/background/origins/origins/ipc/megacorporate.dm @@ -45,4 +45,4 @@ desc = "Nanotrasen, in keeping close ties with the Biesellite government, quietly and eagerly accepted IPCs into its workforce while carefully manipulating the books to ensure that very few would ever attain freedom. IPCs are a common but not ubiquitous sight on NanoTrasen installations and can be found working any number of roles. Although the company's treatment of IPCs is styled after Biesel's own attitude towards synthetics, it can vary wildly depending on where a positronic works and who exactly it works under." possible_accents = list(ACCENT_CETI, ACCENT_XANU, ACCENT_COC, ACCENT_ERIDANI, ACCENT_SOL, ACCENT_SCARAB, ACCENT_SILVERSUN_EXPATRIATE, ACCENT_SILVERSUN_ORIGINAL, ACCENT_PHONG, ACCENT_MARTIAN, ACCENT_KONYAN, ACCENT_LUNA, ACCENT_GIBSON_OVAN, ACCENT_GIBSON_UNDIR, ACCENT_VYSOKA, ACCENT_VENUS, ACCENT_VENUSJIN, ACCENT_JUPITER, ACCENT_CALLISTO, ACCENT_EUROPA, ACCENT_EARTH, ACCENT_NCF, ACCENT_VISEGRAD, ACCENT_VALKYRIE, ACCENT_MICTLAN, ACCENT_ANTILLIA, ACCENT_TTS) possible_citizenships = list(CITIZENSHIP_NONE) - possible_religions = list(RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_NONE) diff --git a/code/modules/background/origins/origins/ipc/scrapper.dm b/code/modules/background/origins/origins/ipc/scrapper.dm index 18205c6bf57..fb9090009cb 100644 --- a/code/modules/background/origins/origins/ipc/scrapper.dm +++ b/code/modules/background/origins/origins/ipc/scrapper.dm @@ -11,4 +11,4 @@ important_information = "Scrapper IPC tend to have a mix of different brand limbs." possible_accents = ACCENTS_ALL_IPC possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_NONE) - possible_religions = RELIGIONS_ALL_IPC \ No newline at end of file + possible_religions = RELIGIONS_ALL_IPC diff --git a/code/modules/background/origins/origins/unknown/unknown.dm b/code/modules/background/origins/origins/unknown/unknown.dm index 2cb125e2d96..a0a941ebc8f 100644 --- a/code/modules/background/origins/origins/unknown/unknown.dm +++ b/code/modules/background/origins/origins/unknown/unknown.dm @@ -24,4 +24,4 @@ desc = "You're a Golem." possible_accents = list(ACCENT_BLUESPACE) possible_citizenships = list(CITIZENSHIP_NONE) - possible_religions = list(RELIGION_NONE) \ No newline at end of file + possible_religions = list(RELIGION_NONE) diff --git a/code/modules/background/religion/human.dm b/code/modules/background/religion/human.dm index 669c8ab714f..1b6d9ef19bb 100644 --- a/code/modules/background/religion/human.dm +++ b/code/modules/background/religion/human.dm @@ -93,4 +93,4 @@ description = "Vysokan shamanism, or Stolitism, originated from the diverse series of beliefs and traditions of Vysoka’s original colonists. Because of this, \ Stolitism is closely tied with local folklore and the planet as a whole - the majority of Vysokans are believers, but it has spread little elsewhere.\ Vysokan shamanism revolves around both the worship of one’s ancestors, who are believed to have all descended from a “Progenitor Spirit” that became \ - the first man. After dying, the Progenitor’s soul, or Arihuin, was “sown” and split into new souls." \ No newline at end of file + the first man. After dying, the Progenitor’s soul, or Arihuin, was “sown” and split into new souls." diff --git a/code/modules/background/religion/religion.dm b/code/modules/background/religion/religion.dm index 2fe60040863..ab3cfb98b70 100644 --- a/code/modules/background/religion/religion.dm +++ b/code/modules/background/religion/religion.dm @@ -5,4 +5,4 @@ var/book_sprite = "holybook" /datum/religion/proc/get_records_name() - return name \ No newline at end of file + return name diff --git a/code/modules/background/religion/skrell.dm b/code/modules/background/religion/skrell.dm index 94fca5b3a58..908e69985ca 100644 --- a/code/modules/background/religion/skrell.dm +++ b/code/modules/background/religion/skrell.dm @@ -34,4 +34,4 @@ After the fall of Glorsh-Omega, this belief has seen significant traction amongst both foreign Skrell and domestic, as many Skrell are now wary about the threat of a collective \ entity, whether that be artificial or biological. This belief system enforces the Ya'Qu, or 'the right to live', a saying that is similar to the human 'live in the moment'. As \ such, the Skrell following the Kir'gul belief system often are explorers, artists, or other such creators, and reject authority in favor of individuality." - book_name = "book of Ya'Qu" \ No newline at end of file + book_name = "book of Ya'Qu" diff --git a/code/modules/background/religion/tajara.dm b/code/modules/background/religion/tajara.dm index 8db83b28a2a..1f8454322b4 100644 --- a/code/modules/background/religion/tajara.dm +++ b/code/modules/background/religion/tajara.dm @@ -23,4 +23,4 @@ book_name = "ma'ta'ke legends" /datum/religion/raskara/get_records_name() - return RELIGION_MATAKE \ No newline at end of file + return RELIGION_MATAKE diff --git a/code/modules/background/space_sectors/generic_sectors.dm b/code/modules/background/space_sectors/generic_sectors.dm index 707fcb5e923..89f220352dc 100644 --- a/code/modules/background/space_sectors/generic_sectors.dm +++ b/code/modules/background/space_sectors/generic_sectors.dm @@ -11,4 +11,4 @@ description = "A corporate-owned open space star nursery. The stellar climate here is unbelievably chaotic, leading to some of the most fabulous views one can see in all the galaxy. \ The study of these cosmic fields is a lucrative one, as one can see the very moments stars and their systems are born and die here. The wonders outside each viewport are truly humbling." skybox_icon = "star_nursery" - starlight_color = COLOR_WHITE \ No newline at end of file + starlight_color = COLOR_WHITE diff --git a/code/modules/battlemonsters/datum_elements.dm b/code/modules/battlemonsters/datum_elements.dm index b281a78a8a5..ee7af142bce 100644 --- a/code/modules/battlemonsters/datum_elements.dm +++ b/code/modules/battlemonsters/datum_elements.dm @@ -489,4 +489,4 @@ special_effects = "Holy Barrier: As long as %NAME is in play, all monsters and players are immune to dark element spells, traps, and special effects." rarity = BATTLE_MONSTERS_RARITY_RARE rarity_score = 1 - power_add = BATTLE_MONSTERS_POWER_UPGRADE * 2 \ No newline at end of file + power_add = BATTLE_MONSTERS_POWER_UPGRADE * 2 diff --git a/code/modules/battlemonsters/datum_traps.dm b/code/modules/battlemonsters/datum_traps.dm index 29108c2dd53..887b5eeec1a 100644 --- a/code/modules/battlemonsters/datum_traps.dm +++ b/code/modules/battlemonsters/datum_traps.dm @@ -59,4 +59,4 @@ rarity = 1 description = "a banana peel, and an unsuspecting foot about to step on it." special_effects = "TRIGGER: When revealed. Single use.
EFFECT: If the opponent draws a card, it is sent to the graveyard." - rarity_score = 1 \ No newline at end of file + rarity_score = 1 diff --git a/code/modules/cargo/bounties/weapon_prototype.dm b/code/modules/cargo/bounties/weapon_prototype.dm index dc3f087cf8d..b4da4c08478 100644 --- a/code/modules/cargo/bounties/weapon_prototype.dm +++ b/code/modules/cargo/bounties/weapon_prototype.dm @@ -71,4 +71,4 @@ stat_comparison = "greater than" /datum/bounty/weapon_prototype/reliability/accepts_weapon(var/obj/item/gun/energy/laser/prototype/P) - return P.accuracy > stat_value \ No newline at end of file + return P.accuracy > stat_value diff --git a/code/modules/cargo/exports/parts.dm b/code/modules/cargo/exports/parts.dm index a312450f658..2418a6ecc17 100644 --- a/code/modules/cargo/exports/parts.dm +++ b/code/modules/cargo/exports/parts.dm @@ -20,4 +20,4 @@ cost = 2000 unit_name = "deactivated alien deconstruction drone" export_types = list(/obj/item/deactivated_swarmer) -*/ \ No newline at end of file +*/ diff --git a/code/modules/cargo/exports/tools.dm b/code/modules/cargo/exports/tools.dm index 704253b10f4..63426a59b81 100644 --- a/code/modules/cargo/exports/tools.dm +++ b/code/modules/cargo/exports/tools.dm @@ -98,4 +98,4 @@ /datum/export/rfd_ammo cost = 60 unit_name = "compressed matter cartridge" - export_types = list(/obj/item/rfd_ammo) \ No newline at end of file + export_types = list(/obj/item/rfd_ammo) diff --git a/code/modules/cargo/random_stock/~undefs.dm b/code/modules/cargo/random_stock/~undefs.dm index 6c81c7c7555..3f3c8d4578e 100644 --- a/code/modules/cargo/random_stock/~undefs.dm +++ b/code/modules/cargo/random_stock/~undefs.dm @@ -1,4 +1,4 @@ #undef STOCK_ITEM_COMMON #undef STOCK_ITEM_UNCOMMON #undef STOCK_ITEM_RARE -#undef STOCK_ITEM_LARGE \ No newline at end of file +#undef STOCK_ITEM_LARGE diff --git a/code/modules/cciaa/cciaa_datums.dm b/code/modules/cciaa/cciaa_datums.dm index b4a33249994..bfdafadb068 100644 --- a/code/modules/cciaa/cciaa_datums.dm +++ b/code/modules/cciaa/cciaa_datums.dm @@ -14,4 +14,4 @@ src.public_topic = public_topic src.internal_topic = internal_topic src.game_id = game_id - src.status = status \ No newline at end of file + src.status = status diff --git a/code/modules/client/client_color.dm b/code/modules/client/client_color.dm index 1c992de6760..0d077ecd623 100644 --- a/code/modules/client/client_color.dm +++ b/code/modules/client/client_color.dm @@ -117,4 +117,4 @@ override = TRUE //Because multiplying this will inevitably fail /datum/client_color/oversaturated/New() - client_color = color_saturation(40) \ No newline at end of file + client_color = color_saturation(40) diff --git a/code/modules/client/preference_setup/_defines.dm b/code/modules/client/preference_setup/_defines.dm index 424aa1dacb8..0c4dbb60042 100644 --- a/code/modules/client/preference_setup/_defines.dm +++ b/code/modules/client/preference_setup/_defines.dm @@ -1,3 +1,3 @@ #define EQUIP_PREVIEW_LOADOUT 1 #define EQUIP_PREVIEW_JOB 2 -#define EQUIP_PREVIEW_ALL (EQUIP_PREVIEW_LOADOUT|EQUIP_PREVIEW_JOB) \ No newline at end of file +#define EQUIP_PREVIEW_ALL (EQUIP_PREVIEW_LOADOUT|EQUIP_PREVIEW_JOB) diff --git a/code/modules/client/preference_setup/general/02_language.dm b/code/modules/client/preference_setup/general/02_language.dm index 62e13114add..d71dab4f377 100644 --- a/code/modules/client/preference_setup/general/02_language.dm +++ b/code/modules/client/preference_setup/general/02_language.dm @@ -143,4 +143,4 @@ if(isnull(pref.autohiss_setting)) pref.autohiss_setting = AUTOHISS_OFF return TOPIC_REFRESH - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/client/preference_setup/general/05_background.dm b/code/modules/client/preference_setup/general/05_background.dm index 8335b3d08d7..2f18a92bdc7 100644 --- a/code/modules/client/preference_setup/general/05_background.dm +++ b/code/modules/client/preference_setup/general/05_background.dm @@ -97,4 +97,4 @@ return TOPIC_REFRESH - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/client/preferences_toggles.dm b/code/modules/client/preferences_toggles.dm index da319f6172e..23d9bdf7d1c 100644 --- a/code/modules/client/preferences_toggles.dm +++ b/code/modules/client/preferences_toggles.dm @@ -163,4 +163,4 @@ prefs.toggles_secondary ^= FLOATING_MESSAGES prefs.save_preferences() - to_chat(src, SPAN_NOTICE("Floating messages are now [prefs.toggles_secondary & FLOATING_MESSAGES ? "enabled" : "disabled"].")) \ No newline at end of file + to_chat(src, SPAN_NOTICE("Floating messages are now [prefs.toggles_secondary & FLOATING_MESSAGES ? "enabled" : "disabled"].")) diff --git a/code/modules/clothing/ears/earrings.dm b/code/modules/clothing/ears/earrings.dm index a242a5a57dc..aac81775e0a 100644 --- a/code/modules/clothing/ears/earrings.dm +++ b/code/modules/clothing/ears/earrings.dm @@ -28,4 +28,4 @@ name = "overweight earrings" desc = "A pair of dazzling, painfully large earrings." icon_state = "heavy" - item_state = "heavy" \ No newline at end of file + item_state = "heavy" diff --git a/code/modules/clothing/ears/xeno/tajara.dm b/code/modules/clothing/ears/xeno/tajara.dm index 4354f410f0f..44062da3702 100644 --- a/code/modules/clothing/ears/xeno/tajara.dm +++ b/code/modules/clothing/ears/xeno/tajara.dm @@ -10,4 +10,4 @@ name = "adhomian golden earrings" desc = "A pair of adhomian golden earrings." icon_state = "ring_gold" - item_state = "ring_gold" \ No newline at end of file + item_state = "ring_gold" diff --git a/code/modules/clothing/factions/goldendeep.dm b/code/modules/clothing/factions/goldendeep.dm index 99be36c4ad2..aa08b5cd955 100644 --- a/code/modules/clothing/factions/goldendeep.dm +++ b/code/modules/clothing/factions/goldendeep.dm @@ -54,4 +54,4 @@ icon_state = "goldendeep_skirtsuit" item_state = "goldendeep_skirtsuit" icon = 'icons/clothing/under/uniforms/goldendeep_skirtsuit.dmi' - contained_sprite = TRUE \ No newline at end of file + contained_sprite = TRUE diff --git a/code/modules/clothing/factions/idris.dm b/code/modules/clothing/factions/idris.dm index 9029ad5731e..44a47b8e085 100644 --- a/code/modules/clothing/factions/idris.dm +++ b/code/modules/clothing/factions/idris.dm @@ -97,4 +97,4 @@ icon = 'icons/clothing/suits/coats/idris_windbreaker.dmi' icon_state = "idris_windbreaker" item_state = "idris_windbreaker" - contained_sprite = TRUE \ No newline at end of file + contained_sprite = TRUE diff --git a/code/modules/clothing/factions/trinary.dm b/code/modules/clothing/factions/trinary.dm index 87eeef20193..2e95496ea5e 100644 --- a/code/modules/clothing/factions/trinary.dm +++ b/code/modules/clothing/factions/trinary.dm @@ -21,4 +21,4 @@ icon = 'icons/clothing/head/trinary_coif.dmi' icon_state = "trinary_coif" item_state = "trinary_coif" - contained_sprite = TRUE \ No newline at end of file + contained_sprite = TRUE diff --git a/code/modules/clothing/gloves/attackby.dm b/code/modules/clothing/gloves/attackby.dm index aefbb0475a2..214616bd581 100644 --- a/code/modules/clothing/gloves/attackby.dm +++ b/code/modules/clothing/gloves/attackby.dm @@ -3,4 +3,4 @@ var/siemens_percentage = 100 * siemens_coefficient to_chat(user, SPAN_NOTICE("You probe \the [src] with \the [W]. The gloves will let [siemens_percentage]% of an electric shock through.")) return - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/clothing/gloves/xeno/unathi.dm b/code/modules/clothing/gloves/xeno/unathi.dm index 73010559ca7..3c7ba7f2ce1 100644 --- a/code/modules/clothing/gloves/xeno/unathi.dm +++ b/code/modules/clothing/gloves/xeno/unathi.dm @@ -8,4 +8,4 @@ species_restricted = null slot_flags = SLOT_GLOVES|SLOT_WRISTS drop_sound = 'sound/items/drop/cloth.ogg' - pickup_sound = 'sound/items/pickup/cloth.ogg' \ No newline at end of file + pickup_sound = 'sound/items/pickup/cloth.ogg' diff --git a/code/modules/clothing/head/xenos/tajara.dm b/code/modules/clothing/head/xenos/tajara.dm index 46d6a6cb689..97217810d0a 100644 --- a/code/modules/clothing/head/xenos/tajara.dm +++ b/code/modules/clothing/head/xenos/tajara.dm @@ -245,4 +245,4 @@ quickly, usually through night raids and abductions conducted with aid of black unmarked cars. Tajara residing in other systems are not truly safe from the Intelligence Service, as they are \ known to deploy their agents against off-world targets. Republican spies, enforces and collaborators are present in Mendell City's district six, carrying out orders or watching their fellow Tajara." icon_state = "psis_hat" - item_state = "psis_hat" \ No newline at end of file + item_state = "psis_hat" diff --git a/code/modules/clothing/masks/xeno/tajara.dm b/code/modules/clothing/masks/xeno/tajara.dm index a5662104282..1f13c50e8e5 100644 --- a/code/modules/clothing/masks/xeno/tajara.dm +++ b/code/modules/clothing/masks/xeno/tajara.dm @@ -8,4 +8,4 @@ body_parts_covered = FACE item_flags = FLEXIBLEMATERIAL flags_inv = HIDEFACE - sprite_sheets = null \ No newline at end of file + sprite_sheets = null diff --git a/code/modules/clothing/masks/xeno/unathi.dm b/code/modules/clothing/masks/xeno/unathi.dm index 38f1d5c4f03..402917187ba 100644 --- a/code/modules/clothing/masks/xeno/unathi.dm +++ b/code/modules/clothing/masks/xeno/unathi.dm @@ -8,4 +8,4 @@ item_state = "thakh_mask" sprite_sheets = null species_restricted = list(BODYTYPE_UNATHI) - contained_sprite = TRUE \ No newline at end of file + contained_sprite = TRUE diff --git a/code/modules/clothing/rings/material.dm b/code/modules/clothing/rings/material.dm index 444bf9d6bdb..2903a159996 100644 --- a/code/modules/clothing/rings/material.dm +++ b/code/modules/clothing/rings/material.dm @@ -49,4 +49,4 @@ . = ..(mapload, MATERIAL_GLASS) /obj/item/clothing/ring/material/uranium/Initialize(var/mapload) - . = ..(mapload, MATERIAL_URANIUM) \ No newline at end of file + . = ..(mapload, MATERIAL_URANIUM) diff --git a/code/modules/clothing/rings/xeno/tajara.dm b/code/modules/clothing/rings/xeno/tajara.dm index 8d2bbb6a031..0d238ecc909 100644 --- a/code/modules/clothing/rings/xeno/tajara.dm +++ b/code/modules/clothing/rings/xeno/tajara.dm @@ -2,4 +2,4 @@ name = "adhomian costume ring" desc = "A cheap, popular metal ring commonly used by female Tajara." icon = 'icons/obj/tajara_items.dmi' - icon_state = "tajara_ring" \ No newline at end of file + icon_state = "tajara_ring" diff --git a/code/modules/clothing/sets/acting_captain.dm b/code/modules/clothing/sets/acting_captain.dm index d44bf0c0f9e..1228fdf8db7 100644 --- a/code/modules/clothing/sets/acting_captain.dm +++ b/code/modules/clothing/sets/acting_captain.dm @@ -31,4 +31,4 @@ /obj/item/clothing/suit/acapjacket = 1, /obj/item/clothing/accessory/armband/acap = 1, /obj/item/device/radio/headset/heads/captain = 1 - ) \ No newline at end of file + ) diff --git a/code/modules/clothing/sets/infiltrator.dm b/code/modules/clothing/sets/infiltrator.dm index 8a37caad2a5..632764cb9bd 100644 --- a/code/modules/clothing/sets/infiltrator.dm +++ b/code/modules/clothing/sets/infiltrator.dm @@ -72,4 +72,4 @@ /obj/item/clothing/under/infiltrator = 1, /obj/item/clothing/gloves/infiltrator = 1, /obj/item/clothing/shoes/infiltrator = 1 - ) \ No newline at end of file + ) diff --git a/code/modules/clothing/spacesuits/rig/_defines.dm b/code/modules/clothing/spacesuits/rig/_defines.dm index e164269267f..e197f715a51 100644 --- a/code/modules/clothing/spacesuits/rig/_defines.dm +++ b/code/modules/clothing/spacesuits/rig/_defines.dm @@ -4,4 +4,4 @@ #define MODULE_UTILITY 8 #define MODULE_MEDICAL 16 #define MODULE_SPECIAL 32 -#define MODULE_VAURCA 64 \ No newline at end of file +#define MODULE_VAURCA 64 diff --git a/code/modules/clothing/spacesuits/rig/modules/ninja.dm b/code/modules/clothing/spacesuits/rig/modules/ninja.dm index 30768b4f4b7..24a93d91aeb 100644 --- a/code/modules/clothing/spacesuits/rig/modules/ninja.dm +++ b/code/modules/clothing/spacesuits/rig/modules/ninja.dm @@ -381,4 +381,4 @@ return for(var/obj/item/device/multitool/hacktool/rig/hacktool in M.contents) - qdel(hacktool) \ No newline at end of file + qdel(hacktool) diff --git a/code/modules/clothing/spacesuits/rig/modules/vision.dm b/code/modules/clothing/spacesuits/rig/modules/vision.dm index 92b07751a3e..018428d6f60 100644 --- a/code/modules/clothing/spacesuits/rig/modules/vision.dm +++ b/code/modules/clothing/spacesuits/rig/modules/vision.dm @@ -215,4 +215,4 @@ if(!vision) vision = vision_datum processed_vision += vision_datum - vision_modes = processed_vision \ No newline at end of file + vision_modes = processed_vision diff --git a/code/modules/clothing/spacesuits/void/alien/skrell.dm b/code/modules/clothing/spacesuits/void/alien/skrell.dm index fb0c59dc32e..37b523b0e0a 100644 --- a/code/modules/clothing/spacesuits/void/alien/skrell.dm +++ b/code/modules/clothing/spacesuits/void/alien/skrell.dm @@ -118,4 +118,4 @@ name = "qukala engineer voidsuit helmet" desc = "A sleek skrell voidsuit helmet that slightly shimmers as it moves. This one has a Nralakk Federation emblem on it. This one belongs to a Qukala engineer." icon_state = "kala_helm_eng" - item_state = "kala_helm_eng" \ No newline at end of file + item_state = "kala_helm_eng" diff --git a/code/modules/clothing/spacesuits/void/alien/tajara.dm b/code/modules/clothing/spacesuits/void/alien/tajara.dm index b160212a4d9..0c443fb1254 100644 --- a/code/modules/clothing/spacesuits/void/alien/tajara.dm +++ b/code/modules/clothing/spacesuits/void/alien/tajara.dm @@ -218,4 +218,4 @@ rad = ARMOR_RAD_RESISTANT ) species_restricted = list(BODYTYPE_TAJARA) - refittable = FALSE \ No newline at end of file + refittable = FALSE diff --git a/code/modules/clothing/suits/hoodies.dm b/code/modules/clothing/suits/hoodies.dm index 49d3d2bc754..c8efc364f8d 100644 --- a/code/modules/clothing/suits/hoodies.dm +++ b/code/modules/clothing/suits/hoodies.dm @@ -366,4 +366,4 @@ /obj/item/clothing/head/winterhood/colorable/ponczo name = "visegradi ponczo hood" - desc = "A hood for a Visegradi ponczo." \ No newline at end of file + desc = "A hood for a Visegradi ponczo." diff --git a/code/modules/clothing/suits/overlay.dm b/code/modules/clothing/suits/overlay.dm index 2f5b0c50412..cce8e003a7c 100644 --- a/code/modules/clothing/suits/overlay.dm +++ b/code/modules/clothing/suits/overlay.dm @@ -9,4 +9,4 @@ icon_state = "submariner_coat" item_state = "submariner_coat" build_from_parts = TRUE - worn_overlay = "collar" \ No newline at end of file + worn_overlay = "collar" diff --git a/code/modules/clothing/suits/wiz_robe.dm b/code/modules/clothing/suits/wiz_robe.dm index 1a076f14dfe..cbfadf31cf7 100644 --- a/code/modules/clothing/suits/wiz_robe.dm +++ b/code/modules/clothing/suits/wiz_robe.dm @@ -263,4 +263,4 @@ icon = 'icons/obj/wizard_gear.dmi' icon_state = "sorceress_robes" item_state = "sorceress_robes" - contained_sprite = TRUE \ No newline at end of file + contained_sprite = TRUE diff --git a/code/modules/clothing/suits/xeno/unathi.dm b/code/modules/clothing/suits/xeno/unathi.dm index 116ce5365b8..6de727826bf 100644 --- a/code/modules/clothing/suits/xeno/unathi.dm +++ b/code/modules/clothing/suits/xeno/unathi.dm @@ -56,4 +56,4 @@ body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS flags_inv = HIDEJUMPSUIT|HIDETAIL species_restricted = list(BODYTYPE_UNATHI) - contained_sprite = TRUE \ No newline at end of file + contained_sprite = TRUE diff --git a/code/modules/clothing/under/accessories/necklace.dm b/code/modules/clothing/under/accessories/necklace.dm index f20e88f42cd..8c0d907cab9 100644 --- a/code/modules/clothing/under/accessories/necklace.dm +++ b/code/modules/clothing/under/accessories/necklace.dm @@ -74,4 +74,4 @@ /obj/item/clothing/accessory/necklace/colorable/twopiece/pendant/silver/fat icon_state = "large_pendant_silver" - item_state = "large_pendant_silver" \ No newline at end of file + item_state = "large_pendant_silver" diff --git a/code/modules/clothing/under/accessories/shirts.dm b/code/modules/clothing/under/accessories/shirts.dm index 1a97504d9fd..6bffacdbdf0 100644 --- a/code/modules/clothing/under/accessories/shirts.dm +++ b/code/modules/clothing/under/accessories/shirts.dm @@ -434,4 +434,4 @@ /obj/item/clothing/accessory/polo/polo_redstrip_fem desc = "A stylish polo shirt with a red strip around the collar and a waist fit." icon_state = "polo_nt_fem" - item_state = "polo_nt_fem" \ No newline at end of file + item_state = "polo_nt_fem" diff --git a/code/modules/clothing/under/accessories/xeno/tajara.dm b/code/modules/clothing/under/accessories/xeno/tajara.dm index 1d28dc58f50..9758ad217ff 100644 --- a/code/modules/clothing/under/accessories/xeno/tajara.dm +++ b/code/modules/clothing/under/accessories/xeno/tajara.dm @@ -723,4 +723,4 @@ icon = 'icons/obj/tajara_items.dmi' icon_state = "pearl_necklace" item_state = "pearl_necklace" - contained_sprite = TRUE \ No newline at end of file + contained_sprite = TRUE diff --git a/code/modules/clothing/under/accessories/xeno/vaurca.dm b/code/modules/clothing/under/accessories/xeno/vaurca.dm index bb59b4959c2..70fa70998f9 100644 --- a/code/modules/clothing/under/accessories/xeno/vaurca.dm +++ b/code/modules/clothing/under/accessories/xeno/vaurca.dm @@ -6,4 +6,4 @@ item_state = "vacmantle" contained_sprite = TRUE icon_override = null - body_parts_covered = UPPER_TORSO \ No newline at end of file + body_parts_covered = UPPER_TORSO diff --git a/code/modules/clothing/under/xenos/vaurca.dm b/code/modules/clothing/under/xenos/vaurca.dm index b6c6857ea2b..6813004345b 100644 --- a/code/modules/clothing/under/xenos/vaurca.dm +++ b/code/modules/clothing/under/xenos/vaurca.dm @@ -32,4 +32,4 @@ name = "vaurca harness" desc = "A tight-fitting gear harness designed for the Vaurcan form. Mass-produced from equally mass-produced materials." icon_state = "harness_col" - item_state = "harness_col" \ No newline at end of file + item_state = "harness_col" diff --git a/code/modules/clothing/wrists/xeno/tajara.dm b/code/modules/clothing/wrists/xeno/tajara.dm index b6b6a726d25..2b4a2b3f54d 100644 --- a/code/modules/clothing/wrists/xeno/tajara.dm +++ b/code/modules/clothing/wrists/xeno/tajara.dm @@ -10,4 +10,4 @@ name = "adhomian watch" desc = "An adhomian wrist watch made for female Tajara. Due to its use in the past wars, wrist watches are becoming more popular in Adhomai." icon_state = "watch_taj-female" - item_state = "watch_taj-female" \ No newline at end of file + item_state = "watch_taj-female" diff --git a/code/modules/compass/compass_waypoint.dm b/code/modules/compass/compass_waypoint.dm index be9f2f7b4f9..3b1fc6885ca 100644 --- a/code/modules/compass/compass_waypoint.dm +++ b/code/modules/compass/compass_waypoint.dm @@ -23,4 +23,4 @@ var/matrix/M = matrix() M.Translate(0, (name ? COMPASS_LABEL_OFFSET-4 : COMPASS_LABEL_OFFSET)) M.Turn(arctan(cy-y, cx-x)+180) - compass_overlay.transform = M \ No newline at end of file + compass_overlay.transform = M diff --git a/code/modules/compass/~compass.dm b/code/modules/compass/~compass.dm index 7546d7a1e69..99f82e244dc 100644 --- a/code/modules/compass/~compass.dm +++ b/code/modules/compass/~compass.dm @@ -1,3 +1,3 @@ #undef COMPASS_INTERVAL #undef COMPASS_PERIOD -#undef COMPASS_LABEL_OFFSET \ No newline at end of file +#undef COMPASS_LABEL_OFFSET diff --git a/code/modules/cooking/plasticbag.dm b/code/modules/cooking/plasticbag.dm index 64e011c153d..580d7751a7c 100644 --- a/code/modules/cooking/plasticbag.dm +++ b/code/modules/cooking/plasticbag.dm @@ -29,4 +29,4 @@ /obj/item/storage/box/plasticbag/fill() ..() for(var/i=0;i < storage_slots, i++) - new /obj/item/evidencebag/plasticbag(src) \ No newline at end of file + new /obj/item/evidencebag/plasticbag(src) diff --git a/code/modules/cooking/recipes/cultural/recipes_dionae.dm b/code/modules/cooking/recipes/cultural/recipes_dionae.dm index fbafa18f136..00ccf9bf5a7 100644 --- a/code/modules/cooking/recipes/cultural/recipes_dionae.dm +++ b/code/modules/cooking/recipes/cultural/recipes_dionae.dm @@ -23,4 +23,4 @@ fruit = list("apple" = 1) reagents = list(/singleton/reagent/spacespice = 2) items = list(/obj/item/reagent_containers/food/snacks/meat/dionanymph) - result = /obj/item/reagent_containers/food/snacks/sliceable/dionaroast \ No newline at end of file + result = /obj/item/reagent_containers/food/snacks/sliceable/dionaroast diff --git a/code/modules/cooking/recipes/cultural/recipes_human.dm b/code/modules/cooking/recipes/cultural/recipes_human.dm index 7d097bb2530..7a0a458158b 100644 --- a/code/modules/cooking/recipes/cultural/recipes_human.dm +++ b/code/modules/cooking/recipes/cultural/recipes_human.dm @@ -225,4 +225,4 @@ fruit = list ("blue raspberry" = 1) reagents = list(/singleton/reagent/drink/milk/cream = 5) items = list(/obj/item/reagent_containers/food/snacks/chocolatebar/white) - result = /obj/item/reagent_containers/food/snacks/bluemoon \ No newline at end of file + result = /obj/item/reagent_containers/food/snacks/bluemoon diff --git a/code/modules/cooking/recipes/cultural/recipes_vaurca.dm b/code/modules/cooking/recipes/cultural/recipes_vaurca.dm index 74c540abfd2..b6c25f5d9b2 100644 --- a/code/modules/cooking/recipes/cultural/recipes_vaurca.dm +++ b/code/modules/cooking/recipes/cultural/recipes_vaurca.dm @@ -51,4 +51,4 @@ items = list( /obj/item/reagent_containers/food/snacks/tortilla, ) - result = /obj/item/reagent_containers/food/snacks/vkrexiwrap/veggie \ No newline at end of file + result = /obj/item/reagent_containers/food/snacks/vkrexiwrap/veggie diff --git a/code/modules/cooking/recipes/recipes_eggs.dm b/code/modules/cooking/recipes/recipes_eggs.dm index 152d624bc1e..ceec06f5f98 100644 --- a/code/modules/cooking/recipes/recipes_eggs.dm +++ b/code/modules/cooking/recipes/recipes_eggs.dm @@ -69,4 +69,4 @@ appliance = SKILLET fruit = list("tomato" = 2) reagents = list(/singleton/reagent/spacespice = 2, /singleton/reagent/blackpepper = 1, /singleton/reagent/nutriment/protein/egg = 6) - result = /obj/item/reagent_containers/food/snacks/shakshouka \ No newline at end of file + result = /obj/item/reagent_containers/food/snacks/shakshouka diff --git a/code/modules/cooking/recipes/recipes_fish.dm b/code/modules/cooking/recipes/recipes_fish.dm index 425d3b03f9c..0cedeb49afb 100644 --- a/code/modules/cooking/recipes/recipes_fish.dm +++ b/code/modules/cooking/recipes/recipes_fish.dm @@ -3,4 +3,4 @@ items = list( /obj/item/reagent_containers/food/snacks/fish ) - result = /obj/item/reagent_containers/food/snacks/sashimi \ No newline at end of file + result = /obj/item/reagent_containers/food/snacks/sashimi diff --git a/code/modules/cooking/recipes/recipes_grill.dm b/code/modules/cooking/recipes/recipes_grill.dm index d4ff2351fd0..c6c36730c2c 100644 --- a/code/modules/cooking/recipes/recipes_grill.dm +++ b/code/modules/cooking/recipes/recipes_grill.dm @@ -26,4 +26,4 @@ var/list/results = . for(var/thing in results) var/obj/item/XMG = thing - XMG.reagents.del_reagent(/singleton/reagent/acid/polyacid) \ No newline at end of file + XMG.reagents.del_reagent(/singleton/reagent/acid/polyacid) diff --git a/code/modules/cooking/recipes/recipes_ingredients.dm b/code/modules/cooking/recipes/recipes_ingredients.dm index ca22a768579..7d7b35106e1 100644 --- a/code/modules/cooking/recipes/recipes_ingredients.dm +++ b/code/modules/cooking/recipes/recipes_ingredients.dm @@ -16,4 +16,4 @@ reagent_mix = RECIPE_REAGENT_REPLACE /singleton/recipe/whitechocolate/soy - reagents = list(/singleton/reagent/nutriment/vanilla = 2, /singleton/reagent/drink/milk/soymilk = 2, /singleton/reagent/sugar = 2) \ No newline at end of file + reagents = list(/singleton/reagent/nutriment/vanilla = 2, /singleton/reagent/drink/milk/soymilk = 2, /singleton/reagent/sugar = 2) diff --git a/code/modules/cooking/recipes/recipes_noodles.dm b/code/modules/cooking/recipes/recipes_noodles.dm index 48891806392..e95bc4b4b4b 100644 --- a/code/modules/cooking/recipes/recipes_noodles.dm +++ b/code/modules/cooking/recipes/recipes_noodles.dm @@ -64,4 +64,4 @@ /obj/item/reagent_containers/food/snacks/cheesewedge, /obj/item/reagent_containers/food/snacks/bacon ) - result = /obj/item/reagent_containers/food/snacks/macandcheese/bacon \ No newline at end of file + result = /obj/item/reagent_containers/food/snacks/macandcheese/bacon diff --git a/code/modules/custom_ka/upgrade_chips.dm b/code/modules/custom_ka/upgrade_chips.dm index b08ccf45d00..5af8aeeff7e 100644 --- a/code/modules/custom_ka/upgrade_chips.dm +++ b/code/modules/custom_ka/upgrade_chips.dm @@ -62,4 +62,4 @@ range_increase = 4 capacity_increase = 100 mod_limit_increase = 5 - origin_tech = list(TECH_POWER = 6,TECH_MAGNET = 6, TECH_DATA = 6, TECH_ILLEGAL = 4) \ No newline at end of file + origin_tech = list(TECH_POWER = 6,TECH_MAGNET = 6, TECH_DATA = 6, TECH_ILLEGAL = 4) diff --git a/code/modules/effects/ion_trail_follow.dm b/code/modules/effects/ion_trail_follow.dm index 0bc3f38eb1a..01005b09104 100644 --- a/code/modules/effects/ion_trail_follow.dm +++ b/code/modules/effects/ion_trail_follow.dm @@ -51,4 +51,4 @@ /obj/effect/effect/ion_trails/explosion name = "combustion trails" - icon_state = "explosion_particle" \ No newline at end of file + icon_state = "explosion_particle" diff --git a/code/modules/effects/map_effects/door_helper.dm b/code/modules/effects/map_effects/door_helper.dm index ddcfc2201cc..b886a5315d9 100644 --- a/code/modules/effects/map_effects/door_helper.dm +++ b/code/modules/effects/map_effects/door_helper.dm @@ -10,4 +10,4 @@ if(istype(D, /obj/machinery/door/blast) || istype(D, /obj/machinery/door/firedoor)) continue D.unres_dir ^= dir - return INITIALIZE_HINT_QDEL \ No newline at end of file + return INITIALIZE_HINT_QDEL diff --git a/code/modules/effects/map_effects/effect_emitter.dm b/code/modules/effects/map_effects/effect_emitter.dm index 11fe6d24eb7..e2c5c37ef3b 100644 --- a/code/modules/effects/map_effects/effect_emitter.dm +++ b/code/modules/effects/map_effects/effect_emitter.dm @@ -51,4 +51,4 @@ /obj/effect/map_effect/interval/effect_emitter/sparks/frequent effect_amount = 4 // Otherwise it caps out fast. interval_lower_bound = 1 - interval_upper_bound = 3 SECONDS \ No newline at end of file + interval_upper_bound = 3 SECONDS diff --git a/code/modules/effects/map_effects/perma_light.dm b/code/modules/effects/map_effects/perma_light.dm index 7c9344c090c..d7b5d6295f2 100644 --- a/code/modules/effects/map_effects/perma_light.dm +++ b/code/modules/effects/map_effects/perma_light.dm @@ -25,4 +25,4 @@ /obj/effect/map_effect/perma_light/concentrated/halogen name = "permanent light (concentrated halogen)" - light_color = LIGHT_COLOR_HALOGEN \ No newline at end of file + light_color = LIGHT_COLOR_HALOGEN diff --git a/code/modules/effects/map_effects/screen_shaker.dm b/code/modules/effects/map_effects/screen_shaker.dm index 960546c374a..ff9ac1a0e82 100644 --- a/code/modules/effects/map_effects/screen_shaker.dm +++ b/code/modules/effects/map_effects/screen_shaker.dm @@ -15,4 +15,4 @@ var/mob/M = A if(M.z == src.z && get_dist(src, M) <= shake_radius) shake_camera(M, shake_duration, shake_strength) - ..() \ No newline at end of file + ..() diff --git a/code/modules/effects/map_effects/sound_emitter.dm b/code/modules/effects/map_effects/sound_emitter.dm index d4373616b66..e589aa5690e 100644 --- a/code/modules/effects/map_effects/sound_emitter.dm +++ b/code/modules/effects/map_effects/sound_emitter.dm @@ -78,4 +78,4 @@ /obj/effect/map_effect/interval/sound_emitter/bikehorns sounds_to_play = list('sound/items/bikehorn.ogg') interval_lower_bound = 5 - interval_upper_bound = 1 SECOND \ No newline at end of file + interval_upper_bound = 1 SECOND diff --git a/code/modules/effects/maze_generation/helper_modules/entry_exit.dm b/code/modules/effects/maze_generation/helper_modules/entry_exit.dm index ba6f2563c5a..de85b80ceb2 100644 --- a/code/modules/effects/maze_generation/helper_modules/entry_exit.dm +++ b/code/modules/effects/maze_generation/helper_modules/entry_exit.dm @@ -9,4 +9,4 @@ T.ChangeTurf(BWG.floor_material) else for(var/obj/structure/window/reinforced/crescent/MG in get_turf(src)) - qdel(MG) \ No newline at end of file + qdel(MG) diff --git a/code/modules/effects/maze_generation/loot_modules/trash_module.dm b/code/modules/effects/maze_generation/loot_modules/trash_module.dm index 68b42bb0afe..9cbd07ffb98 100644 --- a/code/modules/effects/maze_generation/loot_modules/trash_module.dm +++ b/code/modules/effects/maze_generation/loot_modules/trash_module.dm @@ -3,4 +3,4 @@ spawn_probability = 80 /obj/effect/mazegen/module_loot/trash/spawn_loot(turf/T) - new /obj/random/junk(T) \ No newline at end of file + new /obj/random/junk(T) diff --git a/code/modules/effects/maze_generation/maze_helper_atoms.dm b/code/modules/effects/maze_generation/maze_helper_atoms.dm index 5d7469012fd..e2437ced64c 100644 --- a/code/modules/effects/maze_generation/maze_helper_atoms.dm +++ b/code/modules/effects/maze_generation/maze_helper_atoms.dm @@ -3,4 +3,4 @@ desc = "You should not be seeing this!" icon = 'icons/mob/screen/generic.dmi' icon_state = "x2" - color = "#00FF00" \ No newline at end of file + color = "#00FF00" diff --git a/code/modules/emotes/definitions/visible.dm b/code/modules/emotes/definitions/visible.dm index 45184cffbcc..3008655e6f8 100644 --- a/code/modules/emotes/definitions/visible.dm +++ b/code/modules/emotes/definitions/visible.dm @@ -335,4 +335,4 @@ /singleton/emote/visible/tflick key = "tflick" - emote_message_3p = "USER's tail flicks." \ No newline at end of file + emote_message_3p = "USER's tail flicks." diff --git a/code/modules/events/carp_migration.dm b/code/modules/events/carp_migration.dm index cdf95f993a1..df484aa220a 100644 --- a/code/modules/events/carp_migration.dm +++ b/code/modules/events/carp_migration.dm @@ -134,4 +134,4 @@ /datum/event/carp_migration/overmap/setup() announceWhen = 1 - despawn_turfs = typecacheof(despawn_turfs) \ No newline at end of file + despawn_turfs = typecacheof(despawn_turfs) diff --git a/code/modules/events/false_alarm.dm b/code/modules/events/false_alarm.dm index 20a81203d69..ed6e658e0bb 100644 --- a/code/modules/events/false_alarm.dm +++ b/code/modules/events/false_alarm.dm @@ -49,4 +49,4 @@ E.end(TRUE) E.kill() - E.announce() \ No newline at end of file + E.announce() diff --git a/code/modules/events/grid_check.dm b/code/modules/events/grid_check.dm index 8561c5b17a1..b8c8812b4de 100644 --- a/code/modules/events/grid_check.dm +++ b/code/modules/events/grid_check.dm @@ -6,4 +6,4 @@ power_failure(0, severity) /datum/event/grid_check/announce() - command_announcement.Announce("Abnormal activity detected in [station_name()]'s powernet. As a precautionary measure, the power will be shut off for an indeterminate duration.", "Automated Grid Check", new_sound = 'sound/AI/poweroff.ogg', zlevels = affecting_z) \ No newline at end of file + command_announcement.Announce("Abnormal activity detected in [station_name()]'s powernet. As a precautionary measure, the power will be shut off for an indeterminate duration.", "Automated Grid Check", new_sound = 'sound/AI/poweroff.ogg', zlevels = affecting_z) diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index 85e669a2331..f42b0fefc8c 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -64,4 +64,4 @@ A.radiation_active = TRUE else A.radiation_active = null - A.update_icon() \ No newline at end of file + A.update_icon() diff --git a/code/modules/events/spontaneous_appendicitis.dm b/code/modules/events/spontaneous_appendicitis.dm index e566b274130..7581cb335e9 100644 --- a/code/modules/events/spontaneous_appendicitis.dm +++ b/code/modules/events/spontaneous_appendicitis.dm @@ -9,4 +9,4 @@ continue A.inflamed = 1 A.update_icon() - break \ No newline at end of file + break diff --git a/code/modules/games/cardemon.dm b/code/modules/games/cardemon.dm index cc9cac32a8e..709c2f78504 100644 --- a/code/modules/games/cardemon.dm +++ b/code/modules/games/cardemon.dm @@ -27,4 +27,4 @@ P.name = "[rarity] [P.name]" P.card_icon += "_[rarity]" P.back_icon = "card_back_cardemon" - cards += P \ No newline at end of file + cards += P diff --git a/code/modules/ghostroles/spawner/atom/combat_robot.dm b/code/modules/ghostroles/spawner/atom/combat_robot.dm index 968ab68bb9b..162890df69a 100644 --- a/code/modules/ghostroles/spawner/atom/combat_robot.dm +++ b/code/modules/ghostroles/spawner/atom/combat_robot.dm @@ -9,4 +9,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A combat robot has started its boot process!" - spawn_mob = /mob/living/silicon/robot/combat \ No newline at end of file + spawn_mob = /mob/living/silicon/robot/combat diff --git a/code/modules/ghostroles/spawner/atom/cult_construct.dm b/code/modules/ghostroles/spawner/atom/cult_construct.dm index 54930bbf15a..743df1647fe 100644 --- a/code/modules/ghostroles/spawner/atom/cult_construct.dm +++ b/code/modules/ghostroles/spawner/atom/cult_construct.dm @@ -11,4 +11,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A cult construct has ghosted!" - spawn_mob = /mob/living/simple_animal/construct \ No newline at end of file + spawn_mob = /mob/living/simple_animal/construct diff --git a/code/modules/ghostroles/spawner/atom/diona_nymph.dm b/code/modules/ghostroles/spawner/atom/diona_nymph.dm index 25fa86fa305..30dd74b8238 100644 --- a/code/modules/ghostroles/spawner/atom/diona_nymph.dm +++ b/code/modules/ghostroles/spawner/atom/diona_nymph.dm @@ -7,4 +7,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A Diona Nymph has sprung up somewhere on the station!" - spawn_mob = /mob/living/carbon/alien/diona \ No newline at end of file + spawn_mob = /mob/living/carbon/alien/diona diff --git a/code/modules/ghostroles/spawner/atom/living_plant.dm b/code/modules/ghostroles/spawner/atom/living_plant.dm index f7b74f88203..072bbbea5b6 100644 --- a/code/modules/ghostroles/spawner/atom/living_plant.dm +++ b/code/modules/ghostroles/spawner/atom/living_plant.dm @@ -7,4 +7,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A Living Plant has sprung up somewhere on the station!" - spawn_mob = /mob/living \ No newline at end of file + spawn_mob = /mob/living diff --git a/code/modules/ghostroles/spawner/atom/posibrain.dm b/code/modules/ghostroles/spawner/atom/posibrain.dm index 8043a2f5a55..5dbcb58b3c0 100644 --- a/code/modules/ghostroles/spawner/atom/posibrain.dm +++ b/code/modules/ghostroles/spawner/atom/posibrain.dm @@ -10,4 +10,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A posibrain has started its boot process!" - spawn_mob = /mob/living/carbon/brain \ No newline at end of file + spawn_mob = /mob/living/carbon/brain diff --git a/code/modules/ghostroles/spawner/atom/shade.dm b/code/modules/ghostroles/spawner/atom/shade.dm index df3e42c96db..ea7584fc1c9 100644 --- a/code/modules/ghostroles/spawner/atom/shade.dm +++ b/code/modules/ghostroles/spawner/atom/shade.dm @@ -11,4 +11,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A cult shade has ghosted!" - spawn_mob = /mob/living/simple_animal/shade \ No newline at end of file + spawn_mob = /mob/living/simple_animal/shade diff --git a/code/modules/ghostroles/spawner/atom/technomancer_apprentice.dm b/code/modules/ghostroles/spawner/atom/technomancer_apprentice.dm index 014247d8d26..419dafb6dcf 100644 --- a/code/modules/ghostroles/spawner/atom/technomancer_apprentice.dm +++ b/code/modules/ghostroles/spawner/atom/technomancer_apprentice.dm @@ -18,4 +18,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A technomancer master has requested a loyal golem!" - spawn_mob = /mob/living/carbon/human/technomancer_golem \ No newline at end of file + spawn_mob = /mob/living/carbon/human/technomancer_golem diff --git a/code/modules/ghostroles/spawner/human/responseteams/mercenary.dm b/code/modules/ghostroles/spawner/human/responseteams/mercenary.dm index 727ce376c4e..4ec3e3068ee 100644 --- a/code/modules/ghostroles/spawner/human/responseteams/mercenary.dm +++ b/code/modules/ghostroles/spawner/human/responseteams/mercenary.dm @@ -26,4 +26,4 @@ short_name = "mercl" max_count = 1 desc = "The leader of the freelancer mercenary team." - outfit = /datum/outfit/admin/ert/mercenary/leader \ No newline at end of file + outfit = /datum/outfit/admin/ert/mercenary/leader diff --git a/code/modules/ghostroles/spawner/human/responseteams/nt_ert.dm b/code/modules/ghostroles/spawner/human/responseteams/nt_ert.dm index 3fe88d8ba2a..4c683506bcb 100644 --- a/code/modules/ghostroles/spawner/human/responseteams/nt_ert.dm +++ b/code/modules/ghostroles/spawner/human/responseteams/nt_ert.dm @@ -28,4 +28,4 @@ short_name = "ntlead" desc = "The leader of the NanoTrasen Phoenix ERT." max_count = 1 - mob_name_prefix = "L/Tpr. " \ No newline at end of file + mob_name_prefix = "L/Tpr. " diff --git a/code/modules/ghostroles/spawner/human/responseteams/response_team.dm b/code/modules/ghostroles/spawner/human/responseteams/response_team.dm index 8eaa8dcab80..ae3f965264b 100644 --- a/code/modules/ghostroles/spawner/human/responseteams/response_team.dm +++ b/code/modules/ghostroles/spawner/human/responseteams/response_team.dm @@ -22,4 +22,4 @@ /datum/ghostspawner/human/ert/post_spawn(mob/user) if(name) to_chat(user, "You are [max_count > 1 ? "a" : "the"] [name]!") - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/ghostroles/spawner/human/responseteams/tcfl.dm b/code/modules/ghostroles/spawner/human/responseteams/tcfl.dm index 0faff7069ae..0d8cc94d32a 100644 --- a/code/modules/ghostroles/spawner/human/responseteams/tcfl.dm +++ b/code/modules/ghostroles/spawner/human/responseteams/tcfl.dm @@ -34,4 +34,4 @@ welcome_message = "As a pilot of the Tau Ceti Foreign Legion, your job is to pilot your assigned dropship and keep it safe from any hostile forces. You may also have to assist the main task force in a supporting role if the need arises." outfit = /datum/outfit/admin/ert/legion/pilot mob_name_prefix = "PL. " - spawnpoints = list("TCFLERTSpawn - Pilot") \ No newline at end of file + spawnpoints = list("TCFLERTSpawn - Pilot") diff --git a/code/modules/ghostroles/spawner/simplemob/reboot_maintdrone.dm b/code/modules/ghostroles/spawner/simplemob/reboot_maintdrone.dm index 57512b27707..0bb70616806 100644 --- a/code/modules/ghostroles/spawner/simplemob/reboot_maintdrone.dm +++ b/code/modules/ghostroles/spawner/simplemob/reboot_maintdrone.dm @@ -7,4 +7,4 @@ loc_type = GS_LOC_ATOM atom_add_message = "A maintenance drone has started its rebooting procedure!" - spawn_mob = /mob/living/silicon/robot/drone \ No newline at end of file + spawn_mob = /mob/living/silicon/robot/drone diff --git a/code/modules/ghostroles/spawner/simplemob/spider_queen.dm b/code/modules/ghostroles/spawner/simplemob/spider_queen.dm index fe2d6702780..0683299f6a1 100644 --- a/code/modules/ghostroles/spawner/simplemob/spider_queen.dm +++ b/code/modules/ghostroles/spawner/simplemob/spider_queen.dm @@ -12,4 +12,4 @@ respawn_flag = null - spawn_mob = /mob/living/simple_animal/hostile/spider_queen \ No newline at end of file + spawn_mob = /mob/living/simple_animal/hostile/spider_queen diff --git a/code/modules/heavy_vehicle/_mech_setup.dm b/code/modules/heavy_vehicle/_mech_setup.dm index 2b1f8ade590..34605f825fe 100644 --- a/code/modules/heavy_vehicle/_mech_setup.dm +++ b/code/modules/heavy_vehicle/_mech_setup.dm @@ -40,4 +40,4 @@ var/global/list/mecha_damage_overlay_cache = list() //POWER! #define MECH_POWER_OFF 0 #define MECH_POWER_TRANSITION 1 -#define MECH_POWER_ON 2 \ No newline at end of file +#define MECH_POWER_ON 2 diff --git a/code/modules/heavy_vehicle/components/armor.dm b/code/modules/heavy_vehicle/components/armor.dm index 13fed50db5d..be5855ca886 100644 --- a/code/modules/heavy_vehicle/components/armor.dm +++ b/code/modules/heavy_vehicle/components/armor.dm @@ -61,4 +61,4 @@ bomb = ARMOR_BOMB_RESISTANT, bio = ARMOR_BIO_SHIELDED ) - origin_tech = list(TECH_MATERIAL = 5) \ No newline at end of file + origin_tech = list(TECH_MATERIAL = 5) diff --git a/code/modules/heavy_vehicle/components/arms.dm b/code/modules/heavy_vehicle/components/arms.dm index 4740efc24f2..0dc938cef3d 100644 --- a/code/modules/heavy_vehicle/components/arms.dm +++ b/code/modules/heavy_vehicle/components/arms.dm @@ -51,4 +51,4 @@ return ..() /obj/item/mech_component/manipulators/update_components() - motivator = locate() in src \ No newline at end of file + motivator = locate() in src diff --git a/code/modules/heavy_vehicle/components/head.dm b/code/modules/heavy_vehicle/components/head.dm index 2f998fe1fc2..dc8ba1a4748 100644 --- a/code/modules/heavy_vehicle/components/head.dm +++ b/code/modules/heavy_vehicle/components/head.dm @@ -145,4 +145,4 @@ /obj/item/mech_component/control_module/proc/update_software() installed_software = list() for(var/obj/item/circuitboard/exosystem/program in contents) - installed_software |= program.contains_software \ No newline at end of file + installed_software |= program.contains_software diff --git a/code/modules/heavy_vehicle/components/legs.dm b/code/modules/heavy_vehicle/components/legs.dm index 279ce38f92c..fc5d79ccc40 100644 --- a/code/modules/heavy_vehicle/components/legs.dm +++ b/code/modules/heavy_vehicle/components/legs.dm @@ -58,4 +58,4 @@ return 1 // Inside something, assume you can get out. if(!istype(target_loc)) return 0 // What are you even doing. - return 1 \ No newline at end of file + return 1 diff --git a/code/modules/heavy_vehicle/components/software.dm b/code/modules/heavy_vehicle/components/software.dm index 56dd68a7d57..9e86531e15f 100644 --- a/code/modules/heavy_vehicle/components/software.dm +++ b/code/modules/heavy_vehicle/components/software.dm @@ -31,4 +31,4 @@ icon_state = "mainboard" origin_tech = list(TECH_DATA = 3, TECH_COMBAT = 3) -#undef T_BOARD_MECHA \ No newline at end of file +#undef T_BOARD_MECHA diff --git a/code/modules/heavy_vehicle/equipment/_equipment.dm b/code/modules/heavy_vehicle/equipment/_equipment.dm index d290a719eeb..099dd3ed73a 100644 --- a/code/modules/heavy_vehicle/equipment/_equipment.dm +++ b/code/modules/heavy_vehicle/equipment/_equipment.dm @@ -136,4 +136,4 @@ /obj/item/mecha_equipment/mounted_system/get_cell() if(owner && loc == owner) return owner.get_cell() - return null \ No newline at end of file + return null diff --git a/code/modules/heavy_vehicle/equipment/cult.dm b/code/modules/heavy_vehicle/equipment/cult.dm index 8ec00d777d2..1bca134589a 100644 --- a/code/modules/heavy_vehicle/equipment/cult.dm +++ b/code/modules/heavy_vehicle/equipment/cult.dm @@ -24,4 +24,4 @@ /obj/item/mecha_equipment/doomblade/attack(mob/living/M, mob/living/user) if(!owner) return - doomblade.attack(M, user, user.zone_sel.selecting) \ No newline at end of file + doomblade.attack(M, user, user.zone_sel.selecting) diff --git a/code/modules/heavy_vehicle/mech_helpers.dm b/code/modules/heavy_vehicle/mech_helpers.dm index a63a4a38f0d..78a624c1754 100644 --- a/code/modules/heavy_vehicle/mech_helpers.dm +++ b/code/modules/heavy_vehicle/mech_helpers.dm @@ -120,4 +120,4 @@ var/obj/item/mech_component/MC = zoneToComponent(def_zone) if(MC) return MC.name - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/heavy_vehicle/premade/combat.dm b/code/modules/heavy_vehicle/premade/combat.dm index 6c2a639d53d..feb10deb221 100644 --- a/code/modules/heavy_vehicle/premade/combat.dm +++ b/code/modules/heavy_vehicle/premade/combat.dm @@ -75,4 +75,4 @@ ) ) - . = ..() \ No newline at end of file + . = ..() diff --git a/code/modules/heavy_vehicle/premade/light.dm b/code/modules/heavy_vehicle/premade/light.dm index 1b973fc3f1b..1667239d4fc 100644 --- a/code/modules/heavy_vehicle/premade/light.dm +++ b/code/modules/heavy_vehicle/premade/light.dm @@ -126,4 +126,4 @@ h_back = /obj/item/mecha_equipment/quick_enter h_l_shoulder = /obj/item/mecha_equipment/mounted_system/flarelauncher - h_r_shoulder = /obj/item/mecha_equipment/mounted_system/combat/smg \ No newline at end of file + h_r_shoulder = /obj/item/mecha_equipment/mounted_system/combat/smg diff --git a/code/modules/heavy_vehicle/premade/military.dm b/code/modules/heavy_vehicle/premade/military.dm index 06bd8252448..cb9feda6fb8 100644 --- a/code/modules/heavy_vehicle/premade/military.dm +++ b/code/modules/heavy_vehicle/premade/military.dm @@ -62,4 +62,4 @@ e_color = COLOR_DARK_GUNMETAL h_r_shoulder = /obj/item/mecha_equipment/mounted_system/combat/pulse - h_l_shoulder = /obj/item/mecha_equipment/mounted_system/combat/pulse \ No newline at end of file + h_l_shoulder = /obj/item/mecha_equipment/mounted_system/combat/pulse diff --git a/code/modules/heavy_vehicle/premade/misc.dm b/code/modules/heavy_vehicle/premade/misc.dm index 7d5573656d5..f3e5500438f 100644 --- a/code/modules/heavy_vehicle/premade/misc.dm +++ b/code/modules/heavy_vehicle/premade/misc.dm @@ -31,4 +31,4 @@ power_use = 7500 color = COLOR_WHITE mech_step_sound = 'sound/mecha/tanktread.ogg' - trample_damage = 25 \ No newline at end of file + trample_damage = 25 diff --git a/code/modules/heavy_vehicle/premade/pra.dm b/code/modules/heavy_vehicle/premade/pra.dm index 825bd1b6561..960ba150e0f 100644 --- a/code/modules/heavy_vehicle/premade/pra.dm +++ b/code/modules/heavy_vehicle/premade/pra.dm @@ -96,4 +96,4 @@ /obj/item/mech_component/chassis/pra_egg/armored/prebuild() . = ..() - mech_armor = new /obj/item/robot_parts/robot_component/armor/mech/combat(src) \ No newline at end of file + mech_armor = new /obj/item/robot_parts/robot_component/armor/mech/combat(src) diff --git a/code/modules/holidays/halloween/props.dm b/code/modules/holidays/halloween/props.dm index 01730c7870f..82b589b6c42 100644 --- a/code/modules/holidays/halloween/props.dm +++ b/code/modules/holidays/halloween/props.dm @@ -27,4 +27,4 @@ icon_state = "halloween_l" /obj/structure/sign/flag/halloween/right - icon_state = "halloween_r" \ No newline at end of file + icon_state = "halloween_r" diff --git a/code/modules/hydroponics/beekeeping/bee_pack.dm b/code/modules/hydroponics/beekeeping/bee_pack.dm index ff8af00290a..51644c04921 100644 --- a/code/modules/hydroponics/beekeeping/bee_pack.dm +++ b/code/modules/hydroponics/beekeeping/bee_pack.dm @@ -23,4 +23,4 @@ name = initial(name) desc = initial(desc) full = TRUE - update_icon() \ No newline at end of file + update_icon() diff --git a/code/modules/hydroponics/beekeeping/honey_frame.dm b/code/modules/hydroponics/beekeeping/honey_frame.dm index de3ab26baae..dee7f8c9d41 100644 --- a/code/modules/hydroponics/beekeeping/honey_frame.dm +++ b/code/modules/hydroponics/beekeeping/honey_frame.dm @@ -13,4 +13,4 @@ /obj/item/honey_frame/filled/Initialize() . = ..() - add_overlay("honeycomb") \ No newline at end of file + add_overlay("honeycomb") diff --git a/code/modules/hydroponics/beekeeping/wax.dm b/code/modules/hydroponics/beekeeping/wax.dm index 54a06c72ce6..28abb07c8dc 100644 --- a/code/modules/hydroponics/beekeeping/wax.dm +++ b/code/modules/hydroponics/beekeeping/wax.dm @@ -12,4 +12,4 @@ var/global/list/datum/stack_recipe/wax_recipes = list( new /datum/stack_recipe("candle", /obj/item/flame/candle) -) \ No newline at end of file +) diff --git a/code/modules/hydroponics/grown_inedible.dm b/code/modules/hydroponics/grown_inedible.dm index ab1f453eb51..9c789fcefdd 100644 --- a/code/modules/hydroponics/grown_inedible.dm +++ b/code/modules/hydroponics/grown_inedible.dm @@ -76,4 +76,4 @@ if(H.shoes?.item_flags & LIGHTSTEP) return var/mob/living/M = AM - M.slip("the [src.name]",4) \ No newline at end of file + M.slip("the [src.name]",4) diff --git a/code/modules/hydroponics/seed_datums/aquaculture.dm b/code/modules/hydroponics/seed_datums/aquaculture.dm index eab68ff7147..30b1a166104 100644 --- a/code/modules/hydroponics/seed_datums/aquaculture.dm +++ b/code/modules/hydroponics/seed_datums/aquaculture.dm @@ -63,4 +63,4 @@ set_trait(TRAIT_PLANT_COLOUR, "#9aaca6") /obj/item/seeds/clam/rasval - seed_type = "rasval clam" \ No newline at end of file + seed_type = "rasval clam" diff --git a/code/modules/hydroponics/seed_datums/fruits.dm b/code/modules/hydroponics/seed_datums/fruits.dm index da527c13add..cf31286e2de 100644 --- a/code/modules/hydroponics/seed_datums/fruits.dm +++ b/code/modules/hydroponics/seed_datums/fruits.dm @@ -473,4 +473,4 @@ set_trait(TRAIT_IDEAL_LIGHT, 6) /obj/item/seeds/richcoffeeseed - seed_type = "richcoffee" \ No newline at end of file + seed_type = "richcoffee" diff --git a/code/modules/hydroponics/seed_datums/unathi.dm b/code/modules/hydroponics/seed_datums/unathi.dm index 37f0133085e..2cbef7c4b18 100644 --- a/code/modules/hydroponics/seed_datums/unathi.dm +++ b/code/modules/hydroponics/seed_datums/unathi.dm @@ -136,4 +136,4 @@ set_trait(TRAIT_NUTRIENT_CONSUMPTION, 0.15) /obj/item/seeds/serkiflowerseed - seed_type = "S'erki flowers" \ No newline at end of file + seed_type = "S'erki flowers" diff --git a/code/modules/hydroponics/seed_mobs.dm b/code/modules/hydroponics/seed_mobs.dm index 03dc57a7120..d3752e6c770 100644 --- a/code/modules/hydroponics/seed_mobs.dm +++ b/code/modules/hydroponics/seed_mobs.dm @@ -22,4 +22,4 @@ for(var/j = 0;j<=total_yield;j++) var/obj/item/seeds/S = new(get_turf(host)) S.seed_type = name - S.update_seed() \ No newline at end of file + S.update_seed() diff --git a/code/modules/integrated_electronics/core/special_pins/ref_pin.dm b/code/modules/integrated_electronics/core/special_pins/ref_pin.dm index 461965f254b..90901357a23 100644 --- a/code/modules/integrated_electronics/core/special_pins/ref_pin.dm +++ b/code/modules/integrated_electronics/core/special_pins/ref_pin.dm @@ -11,4 +11,4 @@ holder.on_data_written() /datum/integrated_io/ref/display_pin_type() - return IC_FORMAT_REF \ No newline at end of file + return IC_FORMAT_REF diff --git a/code/modules/integrated_electronics/subtypes/arithmetic.dm b/code/modules/integrated_electronics/subtypes/arithmetic.dm index 7505ed867ea..ce7708c001e 100644 --- a/code/modules/integrated_electronics/subtypes/arithmetic.dm +++ b/code/modules/integrated_electronics/subtypes/arithmetic.dm @@ -350,4 +350,4 @@ set_pin_data(IC_OUTPUT, 1, max(values)) push_data() - activate_pin(2) \ No newline at end of file + activate_pin(2) diff --git a/code/modules/integrated_electronics/subtypes/built_in.dm b/code/modules/integrated_electronics/subtypes/built_in.dm index 23002aacd1e..aa49e08ef92 100644 --- a/code/modules/integrated_electronics/subtypes/built_in.dm +++ b/code/modules/integrated_electronics/subtypes/built_in.dm @@ -37,4 +37,4 @@ outputs = list("output" = IC_PINTYPE_ANY) /obj/item/integrated_circuit/built_in/action_button/do_work() - activate_pin(1) \ No newline at end of file + activate_pin(1) diff --git a/code/modules/integrated_electronics/~defines/~defines.dm b/code/modules/integrated_electronics/~defines/~defines.dm index 90aa05acf19..621967d81e7 100644 --- a/code/modules/integrated_electronics/~defines/~defines.dm +++ b/code/modules/integrated_electronics/~defines/~defines.dm @@ -33,4 +33,4 @@ #undef IC_PINTYPE_PULSE_IN #undef IC_PINTYPE_PULSE_OUT -#undef IC_MAX_LIST_LENGTH \ No newline at end of file +#undef IC_MAX_LIST_LENGTH diff --git a/code/modules/item_worth/Value_procs/atoms.dm b/code/modules/item_worth/Value_procs/atoms.dm index e88a886093d..6887b3b747e 100644 --- a/code/modules/item_worth/Value_procs/atoms.dm +++ b/code/modules/item_worth/Value_procs/atoms.dm @@ -1,2 +1,2 @@ /atom/proc/Value(var/base) - return base \ No newline at end of file + return base diff --git a/code/modules/item_worth/Value_procs/mob.dm b/code/modules/item_worth/Value_procs/mob.dm index 1c37bec0f33..d22e0658ee1 100644 --- a/code/modules/item_worth/Value_procs/mob.dm +++ b/code/modules/item_worth/Value_procs/mob.dm @@ -1,4 +1,4 @@ /mob/living/carbon/human/Value(var/base) . = ..() if(species) - . *= species.rarity_value \ No newline at end of file + . *= species.rarity_value diff --git a/code/modules/item_worth/Value_procs/obj.dm b/code/modules/item_worth/Value_procs/obj.dm index 0703330a8ee..d5482ddc89e 100644 --- a/code/modules/item_worth/Value_procs/obj.dm +++ b/code/modules/item_worth/Value_procs/obj.dm @@ -1,4 +1,4 @@ /obj/Value() . = ..() for(var/a in contents) - . += get_value(a) \ No newline at end of file + . += get_value(a) diff --git a/code/modules/item_worth/Value_procs/obj/machinery.dm b/code/modules/item_worth/Value_procs/obj/machinery.dm index 4301061c9a5..e258b2797e8 100644 --- a/code/modules/item_worth/Value_procs/obj/machinery.dm +++ b/code/modules/item_worth/Value_procs/obj/machinery.dm @@ -2,4 +2,4 @@ . = ..() if(stat & BROKEN) . *= 0.5 - . = round(.) \ No newline at end of file + . = round(.) diff --git a/code/modules/item_worth/Value_procs/obj/structures.dm b/code/modules/item_worth/Value_procs/obj/structures.dm index f2b48d9f4a4..402dec629b6 100644 --- a/code/modules/item_worth/Value_procs/obj/structures.dm +++ b/code/modules/item_worth/Value_procs/obj/structures.dm @@ -2,4 +2,4 @@ return material.value /obj/structure/bed/Value() - return ..() * material.value \ No newline at end of file + return ..() * material.value diff --git a/code/modules/item_worth/_helpers.dm b/code/modules/item_worth/_helpers.dm index 8841debc67a..c93239234f3 100644 --- a/code/modules/item_worth/_helpers.dm +++ b/code/modules/item_worth/_helpers.dm @@ -1,3 +1,3 @@ //Workaround by Ginja due to the fact initial(parent_type) does not work. -#define PARENT(x) text2path(replacetext("[x]", regex("/\[^/\]+$"), "")) \ No newline at end of file +#define PARENT(x) text2path(replacetext("[x]", regex("/\[^/\]+$"), "")) diff --git a/code/modules/item_worth/item_worth.dm b/code/modules/item_worth/item_worth.dm index 0b182021a18..f47a53a260d 100644 --- a/code/modules/item_worth/item_worth.dm +++ b/code/modules/item_worth/item_worth.dm @@ -10,4 +10,4 @@ else // Negative. If it's a path, use -x, otherwise call Value() on the instance if(ispath(A)) return -value - return A.Value(-value) \ No newline at end of file + return A.Value(-value) diff --git a/code/modules/item_worth/material_weapons.dm b/code/modules/item_worth/material_weapons.dm index c06d74f3b3f..e76b103e156 100644 --- a/code/modules/item_worth/material_weapons.dm +++ b/code/modules/item_worth/material_weapons.dm @@ -44,4 +44,4 @@ worth_multiplier = 10 /obj/item/material/twohanded/zweihander - worth_multiplier = 35 \ No newline at end of file + worth_multiplier = 35 diff --git a/code/modules/law/law.dm b/code/modules/law/law.dm index de2fb1732a9..f3b8c3a3411 100644 --- a/code/modules/law/law.dm +++ b/code/modules/law/law.dm @@ -48,4 +48,4 @@ $PRISONER_NAME was found guilty of $CRIME on $DATE. Their sentence was $SENTENCE if(max_brig_time >= PERMABRIG_SENTENCE) return "[min_brig_time] minutes - HuT" else - return "[min_brig_time] - [max_brig_time] minutes" \ No newline at end of file + return "[min_brig_time] - [max_brig_time] minutes" diff --git a/code/modules/law/laws/high_severity.dm b/code/modules/law/laws/high_severity.dm index 736e58a0284..d404ab16859 100644 --- a/code/modules/law/laws/high_severity.dm +++ b/code/modules/law/laws/high_severity.dm @@ -91,4 +91,4 @@ id = "i311" min_brig_time = 20 - max_brig_time = 90 \ No newline at end of file + max_brig_time = 90 diff --git a/code/modules/law/laws/low_severity.dm b/code/modules/law/laws/low_severity.dm index b215529fbf7..b477523d736 100644 --- a/code/modules/law/laws/low_severity.dm +++ b/code/modules/law/laws/low_severity.dm @@ -197,4 +197,4 @@ max_brig_time = 10 min_fine = 500 - max_fine = 750 \ No newline at end of file + max_fine = 750 diff --git a/code/modules/maps/helper_landmarks.dm b/code/modules/maps/helper_landmarks.dm index 2bec33a763e..2ba49eaa049 100644 --- a/code/modules/maps/helper_landmarks.dm +++ b/code/modules/maps/helper_landmarks.dm @@ -29,4 +29,4 @@ var/turf/simulated/T = get_turf(src) if(istype(T)) T.fire_act(temp) - . = ..() \ No newline at end of file + . = ..() diff --git a/code/modules/maps/planet_types/lore/burzsia.dm b/code/modules/maps/planet_types/lore/burzsia.dm index 8007d82e15a..4e16d496577 100644 --- a/code/modules/maps/planet_types/lore/burzsia.dm +++ b/code/modules/maps/planet_types/lore/burzsia.dm @@ -58,4 +58,4 @@ /obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/burzsia name = "Burzsia II" - generated_name = FALSE \ No newline at end of file + generated_name = FALSE diff --git a/code/modules/martial_arts/gunkata.dm b/code/modules/martial_arts/gunkata.dm index deb8783237c..663b262a2b1 100644 --- a/code/modules/martial_arts/gunkata.dm +++ b/code/modules/martial_arts/gunkata.dm @@ -7,4 +7,4 @@ desc = "A manual containing basic Gun-Kata instruction and techniques." icon_state = "rulebook" item_state = "rulebook" - martial_art = /datum/martial_art/gun_kata \ No newline at end of file + martial_art = /datum/martial_art/gun_kata diff --git a/code/modules/martial_arts/plasma_fist.dm b/code/modules/martial_arts/plasma_fist.dm index af6b91cce93..87c6e231465 100644 --- a/code/modules/martial_arts/plasma_fist.dm +++ b/code/modules/martial_arts/plasma_fist.dm @@ -116,4 +116,4 @@ #undef TORNADO_COMBO #undef THROWBACK_COMBO -#undef PLASMA_COMBO \ No newline at end of file +#undef PLASMA_COMBO diff --git a/code/modules/martial_arts/revenant.dm b/code/modules/martial_arts/revenant.dm index eb01f7c5f02..e00e6c79d2a 100644 --- a/code/modules/martial_arts/revenant.dm +++ b/code/modules/martial_arts/revenant.dm @@ -37,4 +37,4 @@ to_chat(usr, "You think of your former dimension...") to_chat(usr, "Bash Slash: Harm Harm Harm. Deliver a strong slashing strike against the enemy, pushing them away.") -#undef BASH_SLASH \ No newline at end of file +#undef BASH_SLASH diff --git a/code/modules/martial_arts/tajara.dm b/code/modules/martial_arts/tajara.dm index c2cff2a21ef..fa10d44e4b0 100644 --- a/code/modules/martial_arts/tajara.dm +++ b/code/modules/martial_arts/tajara.dm @@ -107,4 +107,4 @@ #undef EYE_RAKE #undef CLAW_PUNCH -#undef RRAKNARR_STAB \ No newline at end of file +#undef RRAKNARR_STAB diff --git a/code/modules/martial_arts/unathi.dm b/code/modules/martial_arts/unathi.dm index 3219ca52f28..3a02e10bed0 100644 --- a/code/modules/martial_arts/unathi.dm +++ b/code/modules/martial_arts/unathi.dm @@ -107,4 +107,4 @@ #undef TAIL_SWEEP #undef SWIFT_DISARM -#undef HAMMERING_STRIKE \ No newline at end of file +#undef HAMMERING_STRIKE diff --git a/code/modules/materials/_material_def.dm b/code/modules/materials/_material_def.dm index b0678001645..6dcd23e47a4 100644 --- a/code/modules/materials/_material_def.dm +++ b/code/modules/materials/_material_def.dm @@ -1 +1 @@ -#define BUILD_AMT "build_amt" // just a silly string intended to show that a structure recipe makes use of build_amt \ No newline at end of file +#define BUILD_AMT "build_amt" // just a silly string intended to show that a structure recipe makes use of build_amt diff --git a/code/modules/materials/~material_def.dm b/code/modules/materials/~material_def.dm index 2854525b101..5d5960ecf0c 100644 --- a/code/modules/materials/~material_def.dm +++ b/code/modules/materials/~material_def.dm @@ -1 +1 @@ -#undef BUILD_AMT \ No newline at end of file +#undef BUILD_AMT diff --git a/code/modules/merchant/merchant_machinery.dm b/code/modules/merchant/merchant_machinery.dm index 7c4fb06f912..c492f592ece 100644 --- a/code/modules/merchant/merchant_machinery.dm +++ b/code/modules/merchant/merchant_machinery.dm @@ -19,4 +19,4 @@ for(var/a in T) if(a == src || (!istype(a,/obj) && !istype(a,/mob/living)) || istype(a,/obj/effect)) continue - . += a \ No newline at end of file + . += a diff --git a/code/modules/mining/machine_input_output_plates.dm b/code/modules/mining/machine_input_output_plates.dm index f4f9184be33..8ae12d15258 100644 --- a/code/modules/mining/machine_input_output_plates.dm +++ b/code/modules/mining/machine_input_output_plates.dm @@ -22,4 +22,4 @@ /obj/machinery/mineral/output/Initialize() . = ..() - icon_state = "blank" \ No newline at end of file + icon_state = "blank" diff --git a/code/modules/mining/ore_datum.dm b/code/modules/mining/ore_datum.dm index 870f9834b7c..a08eaf272d6 100644 --- a/code/modules/mining/ore_datum.dm +++ b/code/modules/mining/ore_datum.dm @@ -141,4 +141,4 @@ var/global/list/ore_data = list() smelts_to = MATERIAL_TRITIUM compresses_to = MATERIAL_HYDROGEN_METALLIC scan_icon = "mineral_rare" - worth = 30 \ No newline at end of file + worth = 30 diff --git a/code/modules/mob/abstract/freelook/ai/cameranet.dm b/code/modules/mob/abstract/freelook/ai/cameranet.dm index 81e3df31ae3..28f17dad205 100644 --- a/code/modules/mob/abstract/freelook/ai/cameranet.dm +++ b/code/modules/mob/abstract/freelook/ai/cameranet.dm @@ -36,4 +36,4 @@ var/mob/living/silicon/AI = c return ..(AI, AI.stat != DEAD) else - ..() \ No newline at end of file + ..() diff --git a/code/modules/mob/abstract/freelook/visualnet.dm b/code/modules/mob/abstract/freelook/visualnet.dm index f85d54519f7..ccfe714ddde 100644 --- a/code/modules/mob/abstract/freelook/visualnet.dm +++ b/code/modules/mob/abstract/freelook/visualnet.dm @@ -182,4 +182,4 @@ if(cameranet.is_chunk_generated(x, y, z)) var/datum/chunk/chunk = cameranet.get_chunk(x, y, z) - chunk.visibility_changed(TRUE) \ No newline at end of file + chunk.visibility_changed(TRUE) diff --git a/code/modules/mob/gender.dm b/code/modules/mob/gender.dm index cd410ab8c93..ca42bf5f6d7 100644 --- a/code/modules/mob/gender.dm +++ b/code/modules/mob/gender.dm @@ -75,4 +75,4 @@ var/list/datum/gender/gender_datums = list() /atom/proc/get_pronoun(var/wordtype) var/gender_to_use = get_gender() - return gender_datums[gender_to_use][wordtype] \ No newline at end of file + return gender_datums[gender_to_use][wordtype] diff --git a/code/modules/mob/living/carbon/alien/death.dm b/code/modules/mob/living/carbon/alien/death.dm index 3efe277b01a..810aa61fce9 100644 --- a/code/modules/mob/living/carbon/alien/death.dm +++ b/code/modules/mob/living/carbon/alien/death.dm @@ -1,4 +1,4 @@ /mob/living/carbon/alien/death(gibbed) if(!gibbed && icon_dead) icon_state = icon_dead - return ..(gibbed,death_msg) \ No newline at end of file + return ..(gibbed,death_msg) diff --git a/code/modules/mob/living/carbon/alien/diona/diona_attacks.dm b/code/modules/mob/living/carbon/alien/diona/diona_attacks.dm index 13f3b928535..19515e399eb 100644 --- a/code/modules/mob/living/carbon/alien/diona/diona_attacks.dm +++ b/code/modules/mob/living/carbon/alien/diona/diona_attacks.dm @@ -43,4 +43,4 @@ if(istype(W, /obj/item/material/knife) || istype(W, /obj/item/material/kitchen/utensil/knife)) harvest(user) return - ..(W, user) \ No newline at end of file + ..(W, user) diff --git a/code/modules/mob/living/carbon/alien/diona/update_icons.dm b/code/modules/mob/living/carbon/alien/diona/update_icons.dm index c77ac9b926c..30737ebe6f6 100644 --- a/code/modules/mob/living/carbon/alien/diona/update_icons.dm +++ b/code/modules/mob/living/carbon/alien/diona/update_icons.dm @@ -16,4 +16,4 @@ add_overlay(flower_image) if(hat) - add_overlay(get_hat_icon(hat, 0, -8)) \ No newline at end of file + add_overlay(get_hat_icon(hat, 0, -8)) diff --git a/code/modules/mob/living/carbon/brain/brain_item.dm b/code/modules/mob/living/carbon/brain/brain_item.dm index b5f6520d817..f02862bb4c7 100644 --- a/code/modules/mob/living/carbon/brain/brain_item.dm +++ b/code/modules/mob/living/carbon/brain/brain_item.dm @@ -17,4 +17,4 @@ slot_l_hand_str = 'icons/mob/items/lefthand_books.dmi', slot_r_hand_str = 'icons/mob/items/righthand_books.dmi' ) - can_prepare = 0 \ No newline at end of file + can_prepare = 0 diff --git a/code/modules/mob/living/carbon/brain/death.dm b/code/modules/mob/living/carbon/brain/death.dm index b4e77b8ee0d..f431ee560c2 100644 --- a/code/modules/mob/living/carbon/brain/death.dm +++ b/code/modules/mob/living/carbon/brain/death.dm @@ -11,4 +11,4 @@ if(loc) if(istype(loc,/obj/item/organ/internal/brain)) qdel(loc)//Gets rid of the brain item - ..(null,1) \ No newline at end of file + ..(null,1) diff --git a/code/modules/mob/living/carbon/brain/robot.dm b/code/modules/mob/living/carbon/brain/robot.dm index 625f45754f6..2772155f90b 100644 --- a/code/modules/mob/living/carbon/brain/robot.dm +++ b/code/modules/mob/living/carbon/brain/robot.dm @@ -37,4 +37,4 @@ return /obj/item/device/mmi/digital/robot/attack_self(mob/user) - return \ No newline at end of file + return diff --git a/code/modules/mob/living/carbon/human/species/station/tajara/tajara.dm b/code/modules/mob/living/carbon/human/species/station/tajara/tajara.dm index 8b6c8eb4039..8bef8c6adfd 100644 --- a/code/modules/mob/living/carbon/human/species/station/tajara/tajara.dm +++ b/code/modules/mob/living/carbon/human/species/station/tajara/tajara.dm @@ -138,4 +138,4 @@ H.equip_to_slot_or_del(S,slot_shoes) /datum/species/get_species_record_sex(var/mob/living/carbon/human/H) - return H.pronouns \ No newline at end of file + return H.pronouns diff --git a/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm b/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm index 944f2c606c8..9cdb61de980 100644 --- a/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm +++ b/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm @@ -105,14 +105,14 @@ ) has_organ = list( - BP_BRAIN = /obj/item/organ/internal/brain/unathi, - BP_EYES = /obj/item/organ/internal/eyes/unathi, - BP_HEART = /obj/item/organ/internal/heart/unathi, - BP_LIVER = /obj/item/organ/internal/liver/unathi, - BP_LUNGS = /obj/item/organ/internal/lungs/unathi, - BP_KIDNEYS = /obj/item/organ/internal/kidneys/unathi, - BP_STOMACH = /obj/item/organ/internal/stomach/unathi - ) + BP_BRAIN = /obj/item/organ/internal/brain/unathi, + BP_EYES = /obj/item/organ/internal/eyes/unathi, + BP_HEART = /obj/item/organ/internal/heart/unathi, + BP_LIVER = /obj/item/organ/internal/liver/unathi, + BP_LUNGS = /obj/item/organ/internal/lungs/unathi, + BP_KIDNEYS = /obj/item/organ/internal/kidneys/unathi, + BP_STOMACH = /obj/item/organ/internal/stomach/unathi + ) alterable_internal_organs = list(BP_HEART, BP_EYES, BP_LUNGS, BP_LIVER, BP_KIDNEYS, BP_STOMACH) diff --git a/code/modules/mob/living/carbon/human/virtual_reality_mob.dm b/code/modules/mob/living/carbon/human/virtual_reality_mob.dm index 4813d814523..746bbb80e72 100644 --- a/code/modules/mob/living/carbon/human/virtual_reality_mob.dm +++ b/code/modules/mob/living/carbon/human/virtual_reality_mob.dm @@ -2,4 +2,4 @@ /mob/living/carbon/human/virtual_reality/death(gibbed)//the body is deleted when you die to simulate your virtual avatar being deleted ..() - qdel(src) \ No newline at end of file + qdel(src) diff --git a/code/modules/mob/living/carbon/slime/_mood.dm b/code/modules/mob/living/carbon/slime/_mood.dm index 4597597bcce..b4c330ab1ff 100644 --- a/code/modules/mob/living/carbon/slime/_mood.dm +++ b/code/modules/mob/living/carbon/slime/_mood.dm @@ -2,4 +2,4 @@ #define SAD "sad" #define ANGRY "angry" #define MISCHIEVOUS "mischevous" -#define HAPPY ":3" \ No newline at end of file +#define HAPPY ":3" diff --git a/code/modules/mob/living/carbon/slime/emote.dm b/code/modules/mob/living/carbon/slime/emote.dm index 699032f5a4e..eac3b6707c8 100644 --- a/code/modules/mob/living/carbon/slime/emote.dm +++ b/code/modules/mob/living/carbon/slime/emote.dm @@ -89,4 +89,4 @@ send_emote(message, m_type) if(updateicon) regenerate_icons() - return \ No newline at end of file + return diff --git a/code/modules/mob/living/carbon/slime/helpers.dm b/code/modules/mob/living/carbon/slime/helpers.dm index 8294bbc02fc..48f7797d278 100644 --- a/code/modules/mob/living/carbon/slime/helpers.dm +++ b/code/modules/mob/living/carbon/slime/helpers.dm @@ -20,4 +20,4 @@ if(victim && !rabid && !attacked && victim.LAssailant && victim.LAssailant != victim) var/real_assailant = victim.LAssailant.resolve() if(real_assailant) - increase_friendship(real_assailant) \ No newline at end of file + increase_friendship(real_assailant) diff --git a/code/modules/mob/living/carbon/slime/hud.dm b/code/modules/mob/living/carbon/slime/hud.dm index c093d61f8cf..bd655f66992 100644 --- a/code/modules/mob/living/carbon/slime/hud.dm +++ b/code/modules/mob/living/carbon/slime/hud.dm @@ -1,2 +1,2 @@ /mob/living/carbon/slime/handle_regular_hud_updates() - return \ No newline at end of file + return diff --git a/code/modules/mob/living/carbon/slime/subtypes.dm b/code/modules/mob/living/carbon/slime/subtypes.dm index 0f686964730..acba5afb5ba 100644 --- a/code/modules/mob/living/carbon/slime/subtypes.dm +++ b/code/modules/mob/living/carbon/slime/subtypes.dm @@ -76,4 +76,4 @@ slime_mutation[2] = colour slime_mutation[3] = colour slime_mutation[4] = colour - return(slime_mutation) \ No newline at end of file + return(slime_mutation) diff --git a/code/modules/mob/living/silicon/ai/death.dm b/code/modules/mob/living/silicon/ai/death.dm index 33905de2309..77d569bfe06 100644 --- a/code/modules/mob/living/silicon/ai/death.dm +++ b/code/modules/mob/living/silicon/ai/death.dm @@ -17,4 +17,4 @@ . = ..(gibbed,"gives one shrill beep before falling lifeless.") density = TRUE - ghostize(FALSE) \ No newline at end of file + ghostize(FALSE) diff --git a/code/modules/mob/living/silicon/pai/death.dm b/code/modules/mob/living/silicon/pai/death.dm index c82bd85dbf7..38d0ebe853e 100644 --- a/code/modules/mob/living/silicon/pai/death.dm +++ b/code/modules/mob/living/silicon/pai/death.dm @@ -16,4 +16,4 @@ qdel(mind) ..(gibbed) ghostize() - qdel(src) \ No newline at end of file + qdel(src) diff --git a/code/modules/mob/living/silicon/robot/component.dm b/code/modules/mob/living/silicon/robot/component.dm index 4f9cd45991a..576ac71ff13 100644 --- a/code/modules/mob/living/silicon/robot/component.dm +++ b/code/modules/mob/living/silicon/robot/component.dm @@ -326,4 +326,4 @@ name = "radio" desc = "A modular, multi-frequency radio used by robots and exosuits to enable communication systems. Comes with built-in subspace receivers." icon_state = "radio" - icon_state_broken = "radio_broken" \ No newline at end of file + icon_state_broken = "radio_broken" diff --git a/code/modules/mob/living/silicon/robot/drone/drone_abilities.dm b/code/modules/mob/living/silicon/robot/drone/drone_abilities.dm index baeb26dcf8e..18a72f1f047 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_abilities.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_abilities.dm @@ -35,4 +35,4 @@ QDEL_NULL(hat_overlay) update_icon() else - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/mob/living/silicon/robot/drone/drone_damage.dm b/code/modules/mob/living/silicon/robot/drone/drone_damage.dm index ad7c677f72b..2055e965f14 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_damage.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_damage.dm @@ -26,4 +26,4 @@ return fireloss /mob/living/silicon/robot/drone/getBruteLoss() - return bruteloss \ No newline at end of file + return bruteloss diff --git a/code/modules/mob/living/silicon/robot/emote.dm b/code/modules/mob/living/silicon/robot/emote.dm index b58aacc4795..728303724c8 100644 --- a/code/modules/mob/living/silicon/robot/emote.dm +++ b/code/modules/mob/living/silicon/robot/emote.dm @@ -7,4 +7,4 @@ visible_message(SPAN_WARNING("The power warning light on \the [src] flashes urgently.")) playsound(get_turf(src), 'sound/machines/buzz-two.ogg', 50, 0) else - to_chat(src, SPAN_WARNING("You can only use this emote when you're out of charge.")) \ No newline at end of file + to_chat(src, SPAN_WARNING("You can only use this emote when you're out of charge.")) diff --git a/code/modules/mob/living/silicon/robot/items/_helpers.dm b/code/modules/mob/living/silicon/robot/items/_helpers.dm index 4424bb60aa2..984afcc6e8e 100644 --- a/code/modules/mob/living/silicon/robot/items/_helpers.dm +++ b/code/modules/mob/living/silicon/robot/items/_helpers.dm @@ -8,4 +8,4 @@ return /obj/item/proc/on_module_deactivate(var/mob/living/silicon/robot/R) - return \ No newline at end of file + return diff --git a/code/modules/mob/living/silicon/robot/items/electric_arm.dm b/code/modules/mob/living/silicon/robot/items/electric_arm.dm index 2b21b7ba738..99a365519c4 100644 --- a/code/modules/mob/living/silicon/robot/items/electric_arm.dm +++ b/code/modules/mob/living/silicon/robot/items/electric_arm.dm @@ -17,4 +17,4 @@ M.apply_effect(5, STUTTER) M.stun_effect_act(0, 70, check_zone(hit_zone), src) - return FALSE \ No newline at end of file + return FALSE diff --git a/code/modules/mob/living/silicon/robot/items/form_printer.dm b/code/modules/mob/living/silicon/robot/items/form_printer.dm index 5e226da794f..8ecb455a45c 100644 --- a/code/modules/mob/living/silicon/robot/items/form_printer.dm +++ b/code/modules/mob/living/silicon/robot/items/form_printer.dm @@ -19,4 +19,4 @@ /obj/item/form_printer/proc/deploy_paper(var/turf/T, var/mob/user) T.visible_message(SPAN_NOTICE("\The [user] dispenses a sheet of crisp white paper.")) - new /obj/item/paper(T) \ No newline at end of file + new /obj/item/paper(T) diff --git a/code/modules/mob/living/silicon/robot/items/guns/ballistic_cannon.dm b/code/modules/mob/living/silicon/robot/items/guns/ballistic_cannon.dm index ba959e357f3..16b4deecd1f 100644 --- a/code/modules/mob/living/silicon/robot/items/guns/ballistic_cannon.dm +++ b/code/modules/mob/living/silicon/robot/items/guns/ballistic_cannon.dm @@ -12,4 +12,4 @@ self_recharge = TRUE use_external_power = TRUE recharge_time = 5 - needspin = FALSE \ No newline at end of file + needspin = FALSE diff --git a/code/modules/mob/living/silicon/robot/items/modules/sight.dm b/code/modules/mob/living/silicon/robot/items/modules/sight.dm index 967953f732f..612fbc97a9a 100644 --- a/code/modules/mob/living/silicon/robot/items/modules/sight.dm +++ b/code/modules/mob/living/silicon/robot/items/modules/sight.dm @@ -28,4 +28,4 @@ /obj/item/borg/sight/material name = "\proper material scanner vision" - sight_mode = BORGMATERIAL \ No newline at end of file + sight_mode = BORGMATERIAL diff --git a/code/modules/mob/living/silicon/robot/items/overdrive.dm b/code/modules/mob/living/silicon/robot/items/overdrive.dm index d9335ba01b9..853964922b6 100644 --- a/code/modules/mob/living/silicon/robot/items/overdrive.dm +++ b/code/modules/mob/living/silicon/robot/items/overdrive.dm @@ -1,4 +1,4 @@ /obj/item/borg/overdrive name = "overdrive" icon = 'icons/obj/decals.dmi' - icon_state = "shock" \ No newline at end of file + icon_state = "shock" diff --git a/code/modules/mob/living/silicon/robot/items/robot_id.dm b/code/modules/mob/living/silicon/robot/items/robot_id.dm index 29e78bac0be..f6a2f96e8dc 100644 --- a/code/modules/mob/living/silicon/robot/items/robot_id.dm +++ b/code/modules/mob/living/silicon/robot/items/robot_id.dm @@ -3,4 +3,4 @@ name = "access code transmission device" icon_state = "id-robot" desc = "A circuit grafted onto the bottom of an ID card. It is used to transmit access codes into other robot chassis, \ - allowing you to lock and unlock other robots' panels." \ No newline at end of file + allowing you to lock and unlock other robots' panels." diff --git a/code/modules/mob/living/silicon/robot/items/robot_pen.dm b/code/modules/mob/living/silicon/robot/items/robot_pen.dm index f472023112e..92cf03f39a5 100644 --- a/code/modules/mob/living/silicon/robot/items/robot_pen.dm +++ b/code/modules/mob/living/silicon/robot/items/robot_pen.dm @@ -36,4 +36,4 @@ add_fingerprint(user) #undef WRITE_PAPER -#undef RENAME_PAPER \ No newline at end of file +#undef RENAME_PAPER diff --git a/code/modules/mob/living/silicon/robot/items/robot_tools.dm b/code/modules/mob/living/silicon/robot/items/robot_tools.dm index 5b98876e99b..991ec09469c 100644 --- a/code/modules/mob/living/silicon/robot/items/robot_tools.dm +++ b/code/modules/mob/living/silicon/robot/items/robot_tools.dm @@ -24,4 +24,4 @@ /obj/item/soap/drone name = "integrated soap" desc = "An advanced bar of soap that connects to an internal reservoir of a custodial bot, allowing it to stay wet for longer periods of time." - capacity = 50 \ No newline at end of file + capacity = 50 diff --git a/code/modules/mob/living/silicon/robot/items/robot_tray.dm b/code/modules/mob/living/silicon/robot/items/robot_tray.dm index 9028aa0e8c4..58866896cdb 100644 --- a/code/modules/mob/living/silicon/robot/items/robot_tray.dm +++ b/code/modules/mob/living/silicon/robot/items/robot_tray.dm @@ -24,4 +24,4 @@ spill(user,dropspot) current_weight = 0 - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/mob/living/silicon/robot/items/upgrades/robot_upgrades.dm b/code/modules/mob/living/silicon/robot/items/upgrades/robot_upgrades.dm index b6f2838be31..ee857566e0b 100644 --- a/code/modules/mob/living/silicon/robot/items/upgrades/robot_upgrades.dm +++ b/code/modules/mob/living/silicon/robot/items/upgrades/robot_upgrades.dm @@ -146,4 +146,4 @@ return FALSE R.crisis_override = TRUE - return TRUE \ No newline at end of file + return TRUE diff --git a/code/modules/mob/living/silicon/robot/photos.dm b/code/modules/mob/living/silicon/robot/photos.dm index 345228e3da0..dcf3dc7c176 100644 --- a/code/modules/mob/living/silicon/robot/photos.dm +++ b/code/modules/mob/living/silicon/robot/photos.dm @@ -17,4 +17,4 @@ synced = TRUE if(synced) - to_chat(src, SPAN_NOTICE("Images synced with AI. Local images will be retained in the case of loss of connection with the AI.")) \ No newline at end of file + to_chat(src, SPAN_NOTICE("Images synced with AI. Local images will be retained in the case of loss of connection with the AI.")) diff --git a/code/modules/mob/living/simple_animal/friendly/cosmozoan.dm b/code/modules/mob/living/simple_animal/friendly/cosmozoan.dm index e4a9c803348..b9644c67e21 100644 --- a/code/modules/mob/living/simple_animal/friendly/cosmozoan.dm +++ b/code/modules/mob/living/simple_animal/friendly/cosmozoan.dm @@ -48,4 +48,4 @@ if(loc == target_turf) break step_to(src, target_turf) - sleep(6) \ No newline at end of file + sleep(6) diff --git a/code/modules/mob/living/simple_animal/friendly/crab.dm b/code/modules/mob/living/simple_animal/friendly/crab.dm index e17cdabe0aa..501e4e40448 100644 --- a/code/modules/mob/living/simple_animal/friendly/crab.dm +++ b/code/modules/mob/living/simple_animal/friendly/crab.dm @@ -33,4 +33,4 @@ if(turns_since_move >= turns_per_move) Move(get_step(src,pick(4,8))) turns_since_move = 0 - regenerate_icons() \ No newline at end of file + regenerate_icons() diff --git a/code/modules/mob/living/simple_animal/friendly/tomato.dm b/code/modules/mob/living/simple_animal/friendly/tomato.dm index 6cf7a8d5ba3..69a7c2bebfc 100644 --- a/code/modules/mob/living/simple_animal/friendly/tomato.dm +++ b/code/modules/mob/living/simple_animal/friendly/tomato.dm @@ -17,4 +17,4 @@ melee_damage_upper = 15 melee_damage_lower = 10 attacktext = "mauled" - mob_size = 2 \ No newline at end of file + mob_size = 2 diff --git a/code/modules/mob/living/simple_animal/hostile/cavern_geist.dm b/code/modules/mob/living/simple_animal/hostile/cavern_geist.dm index 9a40c34199c..dc39167b5d6 100644 --- a/code/modules/mob/living/simple_animal/hostile/cavern_geist.dm +++ b/code/modules/mob/living/simple_animal/hostile/cavern_geist.dm @@ -109,4 +109,4 @@ melee_damage_lower = 50 melee_damage_upper = 50 - armor_penetration = 40 \ No newline at end of file + armor_penetration = 40 diff --git a/code/modules/mob/living/simple_animal/hostile/commanded/_command_defines.dm b/code/modules/mob/living/simple_animal/hostile/commanded/_command_defines.dm index 72ae6dc7ee7..3000499e896 100644 --- a/code/modules/mob/living/simple_animal/hostile/commanded/_command_defines.dm +++ b/code/modules/mob/living/simple_animal/hostile/commanded/_command_defines.dm @@ -1,3 +1,3 @@ #define COMMANDED_STOP 6 //basically 'do nothing' #define COMMANDED_FOLLOW 7 //follows a target -#define COMMANDED_MISC 8 //catch all state for misc commands that need one. \ No newline at end of file +#define COMMANDED_MISC 8 //catch all state for misc commands that need one. diff --git a/code/modules/mob/living/simple_animal/hostile/commanded/guard_dog.dm b/code/modules/mob/living/simple_animal/hostile/commanded/guard_dog.dm index fee752d5046..79b18fb7127 100644 --- a/code/modules/mob/living/simple_animal/hostile/commanded/guard_dog.dm +++ b/code/modules/mob/living/simple_animal/hostile/commanded/guard_dog.dm @@ -150,4 +150,4 @@ if(2) adjustFireLoss(rand(5, 10)) if(3) - adjustFireLoss(rand(3, 5)) \ No newline at end of file + adjustFireLoss(rand(3, 5)) diff --git a/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_beacon_projectiles.dm b/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_beacon_projectiles.dm index 9c1561da7d4..045766b63fe 100644 --- a/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_beacon_projectiles.dm +++ b/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_beacon_projectiles.dm @@ -22,4 +22,4 @@ incinerate = 5 muzzle_type = /obj/effect/projectile/muzzle/laser/blue tracer_type = /obj/effect/projectile/tracer/laser/blue - impact_type = /obj/effect/projectile/impact/laser/blue \ No newline at end of file + impact_type = /obj/effect/projectile/impact/laser/blue diff --git a/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_harvester_projectiles.dm b/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_harvester_projectiles.dm index c3e9f726725..23f0f53221e 100644 --- a/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_harvester_projectiles.dm +++ b/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_harvester_projectiles.dm @@ -1,4 +1,4 @@ /obj/item/projectile/beam/hivebot/incendiary/heavy name = "archaic mining laser" damage = 25 - incinerate = 10 \ No newline at end of file + incinerate = 10 diff --git a/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_projectiles.dm b/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_projectiles.dm index 0d37f9b2df7..f8e46f09f9e 100644 --- a/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_projectiles.dm +++ b/code/modules/mob/living/simple_animal/hostile/hivebots/hivebot_projectiles.dm @@ -8,4 +8,4 @@ /obj/item/projectile/bullet/pistol/hivebotspike/needle name = "needle" damage = 5 - armor_penetration = 60 \ No newline at end of file + armor_penetration = 60 diff --git a/code/modules/mob/living/simple_animal/hostile/pra.dm b/code/modules/mob/living/simple_animal/hostile/pra.dm index 99f6498c2e2..298edd6903b 100644 --- a/code/modules/mob/living/simple_animal/hostile/pra.dm +++ b/code/modules/mob/living/simple_animal/hostile/pra.dm @@ -243,4 +243,4 @@ /mob/living/simple_animal/hostile/retaliate/pra_exploration_drone/LostTarget() say("Returning to data gathering.") - return \ No newline at end of file + return diff --git a/code/modules/mob/living/simple_animal/hostile/russian.dm b/code/modules/mob/living/simple_animal/hostile/russian.dm index a636590d297..597614e8425 100644 --- a/code/modules/mob/living/simple_animal/hostile/russian.dm +++ b/code/modules/mob/living/simple_animal/hostile/russian.dm @@ -56,4 +56,4 @@ if(weapon1) new weapon1 (src.loc) qdel(src) - return \ No newline at end of file + return diff --git a/code/modules/mob/living/simple_animal/hostile/spider_queen.dm b/code/modules/mob/living/simple_animal/hostile/spider_queen.dm index c8746256e8e..921ac9eca16 100644 --- a/code/modules/mob/living/simple_animal/hostile/spider_queen.dm +++ b/code/modules/mob/living/simple_animal/hostile/spider_queen.dm @@ -116,4 +116,4 @@ if(M != src) M.apply_damage(50, DAMAGE_BRUTE) M.apply_effect(6, STUN, blocked) - return TRUE \ No newline at end of file + return TRUE diff --git a/code/modules/mob/living/simple_animal/hostile/syndicate.dm b/code/modules/mob/living/simple_animal/hostile/syndicate.dm index 8fa350d7665..efd09155455 100644 --- a/code/modules/mob/living/simple_animal/hostile/syndicate.dm +++ b/code/modules/mob/living/simple_animal/hostile/syndicate.dm @@ -135,4 +135,4 @@ speed = 0 /mob/living/simple_animal/hostile/syndicate/ranged/space/Allow_Spacemove(var/check_drift = 0) - return \ No newline at end of file + return diff --git a/code/modules/mob/living/simple_animal/hostile/tree.dm b/code/modules/mob/living/simple_animal/hostile/tree.dm index 293d280dee5..d75c43d55ee 100644 --- a/code/modules/mob/living/simple_animal/hostile/tree.dm +++ b/code/modules/mob/living/simple_animal/hostile/tree.dm @@ -57,4 +57,4 @@ /mob/living/simple_animal/hostile/tree/death() ..(null,"is hacked into pieces!") new /obj/item/stack/material/wood(loc) - qdel(src) \ No newline at end of file + qdel(src) diff --git a/code/modules/mob/living/simple_animal/mechanical/mechanical.dm b/code/modules/mob/living/simple_animal/mechanical/mechanical.dm index cbb61f6aa67..01dd6828c91 100644 --- a/code/modules/mob/living/simple_animal/mechanical/mechanical.dm +++ b/code/modules/mob/living/simple_animal/mechanical/mechanical.dm @@ -23,4 +23,4 @@ return FALSE /mob/living/simple_animal/mechanical/adjustOxyLoss(amount) - return FALSE \ No newline at end of file + return FALSE diff --git a/code/modules/modular_computers/_description.dm b/code/modules/modular_computers/_description.dm index a1557a4a9c5..7eefa135f34 100644 --- a/code/modules/modular_computers/_description.dm +++ b/code/modules/modular_computers/_description.dm @@ -128,4 +128,4 @@ With addition of various antag programs, IDS(Intrusion Detection System) will be If enabled, this system automatically detects any abnormality and triggers a warning that's visible on the NTNet status screen, as well as generating a security log. IDS can be disabled by simple on/off switch in the configuration. -*/ \ No newline at end of file +*/ diff --git a/code/modules/modular_computers/computers/subtypes/dev_pda.dm b/code/modules/modular_computers/computers/subtypes/dev_pda.dm index f92321059bb..b83d4e6da2c 100644 --- a/code/modules/modular_computers/computers/subtypes/dev_pda.dm +++ b/code/modules/modular_computers/computers/subtypes/dev_pda.dm @@ -30,4 +30,4 @@ icon = 'icons/obj/pda_slate.dmi' /obj/item/modular_computer/handheld/pda/smart - icon = 'icons/obj/pda_smart.dmi' \ No newline at end of file + icon = 'icons/obj/pda_smart.dmi' diff --git a/code/modules/modular_computers/computers/subtypes/dev_silicon_subtypes.dm b/code/modules/modular_computers/computers/subtypes/dev_silicon_subtypes.dm index 02c5f30486d..24552bf0cba 100644 --- a/code/modules/modular_computers/computers/subtypes/dev_silicon_subtypes.dm +++ b/code/modules/modular_computers/computers/subtypes/dev_silicon_subtypes.dm @@ -26,4 +26,4 @@ . = ..() hard_drive.store_file(new /datum/computer_file/program/pai_directives(src)) hard_drive.store_file(new /datum/computer_file/program/pai_radio(src)) - hard_drive.store_file(new /datum/computer_file/program/pai_flashlight(src)) \ No newline at end of file + hard_drive.store_file(new /datum/computer_file/program/pai_flashlight(src)) diff --git a/code/modules/modular_computers/file_system/computer_file.dm b/code/modules/modular_computers/file_system/computer_file.dm index 4d1177b698f..af420b96d61 100644 --- a/code/modules/modular_computers/file_system/computer_file.dm +++ b/code/modules/modular_computers/file_system/computer_file.dm @@ -50,4 +50,4 @@ var/global/file_uid = 0 if(input_password == password) return TRUE else - return FALSE \ No newline at end of file + return FALSE diff --git a/code/modules/modular_computers/file_system/data.dm b/code/modules/modular_computers/file_system/data.dm index 94905f1632c..121cd9ac3ef 100644 --- a/code/modules/modular_computers/file_system/data.dm +++ b/code/modules/modular_computers/file_system/data.dm @@ -16,4 +16,4 @@ size = max(1, round(length(stored_data) / block_size)) /datum/computer_file/data/logfile - filetype = "LOG" \ No newline at end of file + filetype = "LOG" diff --git a/code/modules/modular_computers/file_system/news_article.dm b/code/modules/modular_computers/file_system/news_article.dm index d04a90c0b63..7e41929b041 100644 --- a/code/modules/modular_computers/file_system/news_article.dm +++ b/code/modules/modular_computers/file_system/news_article.dm @@ -40,4 +40,4 @@ // /datum/computer_file/data/news_article/space/vol_five // filename = "SPACE Magazine vol. 5" // server_file_path = 'news_articles/space_magazine_5.html' -// archived = 0 \ No newline at end of file +// archived = 0 diff --git a/code/modules/modular_computers/file_system/programs/pai/access_lock.dm b/code/modules/modular_computers/file_system/programs/pai/access_lock.dm index 07c39de6238..948c88a2c03 100644 --- a/code/modules/modular_computers/file_system/programs/pai/access_lock.dm +++ b/code/modules/modular_computers/file_system/programs/pai/access_lock.dm @@ -25,4 +25,4 @@ /datum/computer_file/program/pai_access_lock/program_hidden() if(!computer.personal_ai) return TRUE - return FALSE \ No newline at end of file + return FALSE diff --git a/code/modules/modular_computers/file_system/script.dm b/code/modules/modular_computers/file_system/script.dm index 6e766bd2105..94f4db9f806 100644 --- a/code/modules/modular_computers/file_system/script.dm +++ b/code/modules/modular_computers/file_system/script.dm @@ -11,4 +11,4 @@ return temp /datum/computer_file/script/proc/calculate_size() - size = max(1, round(length(code) / block_size)) \ No newline at end of file + size = max(1, round(length(code) / block_size)) diff --git a/code/modules/modular_computers/hardware/ai_slot.dm b/code/modules/modular_computers/hardware/ai_slot.dm index f1f2c1e116d..063f9da5bd2 100644 --- a/code/modules/modular_computers/hardware/ai_slot.dm +++ b/code/modules/modular_computers/hardware/ai_slot.dm @@ -39,4 +39,4 @@ if(stored_card) stored_card.forceMove(get_turf(parent_computer)) parent_computer = null - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/modular_computers/hardware/battery_module.dm b/code/modules/modular_computers/hardware/battery_module.dm index d13bfcc9c2a..71b0cacf059 100644 --- a/code/modules/modular_computers/hardware/battery_module.dm +++ b/code/modules/modular_computers/hardware/battery_module.dm @@ -80,4 +80,4 @@ battery.charge = battery.maxcharge /obj/item/computer_hardware/battery_module/get_cell() - return battery \ No newline at end of file + return battery diff --git a/code/modules/modular_computers/hardware/hardware.dm b/code/modules/modular_computers/hardware/hardware.dm index 173f3f30bcd..ef391d8dfc0 100644 --- a/code/modules/modular_computers/hardware/hardware.dm +++ b/code/modules/modular_computers/hardware/hardware.dm @@ -96,4 +96,4 @@ // Damages the component. Contains necessary checks. Negative damage "heals" the component. /obj/item/computer_hardware/proc/take_damage(var/amount) damage += round(amount) // We want nice rounded numbers here. - damage = between(0, damage, max_damage) // Clamp the value. \ No newline at end of file + damage = between(0, damage, max_damage) // Clamp the value. diff --git a/code/modules/modular_computers/hardware/nano_printer.dm b/code/modules/modular_computers/hardware/nano_printer.dm index c82548df640..91be2ea1fec 100644 --- a/code/modules/modular_computers/hardware/nano_printer.dm +++ b/code/modules/modular_computers/hardware/nano_printer.dm @@ -46,4 +46,4 @@ if(parent_computer?.nano_printer == src) parent_computer.nano_printer = null parent_computer = null - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/modular_computers/hardware/network_card.dm b/code/modules/modular_computers/hardware/network_card.dm index 3d71f78c6c8..53f39ad5829 100644 --- a/code/modules/modular_computers/hardware/network_card.dm +++ b/code/modules/modular_computers/hardware/network_card.dm @@ -109,4 +109,4 @@ var/global/ntnet_card_uid = 1 if(parent_computer?.network_card == src) parent_computer.network_card = null parent_computer = null - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/modular_computers/hardware/portable_hard_drive.dm b/code/modules/modular_computers/hardware/portable_hard_drive.dm index 1d5df0d16c4..fcd2912d9fa 100644 --- a/code/modules/modular_computers/hardware/portable_hard_drive.dm +++ b/code/modules/modular_computers/hardware/portable_hard_drive.dm @@ -29,4 +29,4 @@ /obj/item/computer_hardware/hard_drive/portable/New() ..() stored_files = list() - recalculate_size() \ No newline at end of file + recalculate_size() diff --git a/code/modules/modular_computers/hardware/portable_hard_drive_presets.dm b/code/modules/modular_computers/hardware/portable_hard_drive_presets.dm index 96ee9174a1f..fee49b6f236 100644 --- a/code/modules/modular_computers/hardware/portable_hard_drive_presets.dm +++ b/code/modules/modular_computers/hardware/portable_hard_drive_presets.dm @@ -48,4 +48,4 @@ continue // Check whether the program should be available for station/antag download, if yes, add it to lists. if(prog.available_on_ntnet) - new /obj/item/computer_hardware/hard_drive/portable/backup(src, prog.filename) \ No newline at end of file + new /obj/item/computer_hardware/hard_drive/portable/backup(src, prog.filename) diff --git a/code/modules/modular_computers/hardware/processor_unit.dm b/code/modules/modular_computers/hardware/processor_unit.dm index 6c30c10c665..0b947884920 100644 --- a/code/modules/modular_computers/hardware/processor_unit.dm +++ b/code/modules/modular_computers/hardware/processor_unit.dm @@ -46,4 +46,4 @@ hardware_size = 1 power_usage = 75 max_idle_programs = 3 - origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 3) \ No newline at end of file + origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 3) diff --git a/code/modules/ntsl2/guide.dm b/code/modules/ntsl2/guide.dm index fe065920d04..7e65abcdac7 100644 --- a/code/modules/ntsl2/guide.dm +++ b/code/modules/ntsl2/guide.dm @@ -4,4 +4,4 @@ item_state ="book3" author = "Collaborative author group" title = "Guide to NTSL2++" - sub_page = "Guide_to_NTSL2%2B%2B" \ No newline at end of file + sub_page = "Guide_to_NTSL2%2B%2B" diff --git a/code/modules/organs/internal/species/diona.dm b/code/modules/organs/internal/species/diona.dm index fe92a8090fb..7b60237f5bf 100644 --- a/code/modules/organs/internal/species/diona.dm +++ b/code/modules/organs/internal/species/diona.dm @@ -57,4 +57,4 @@ /obj/item/organ/internal/stomach/diona name = "digestion cavity" - should_process_alcohol = FALSE \ No newline at end of file + should_process_alcohol = FALSE diff --git a/code/modules/organs/internal/species/unathi.dm b/code/modules/organs/internal/species/unathi.dm index cf22388ce3a..2d5f17d9249 100644 --- a/code/modules/organs/internal/species/unathi.dm +++ b/code/modules/organs/internal/species/unathi.dm @@ -25,4 +25,4 @@ /obj/item/organ/internal/eyes/unathi name = "reptilian eyes" desc = "A pair of reptilian eyes. The pupil is slit and never dialating; you can almost feel it staring at you." - icon = 'icons/obj/organs/unathi_organs.dmi' \ No newline at end of file + icon = 'icons/obj/organs/unathi_organs.dmi' diff --git a/code/modules/organs/robolimbs.dm b/code/modules/organs/robolimbs.dm index b08fbab1b5f..11149c42199 100644 --- a/code/modules/organs/robolimbs.dm +++ b/code/modules/organs/robolimbs.dm @@ -153,4 +153,4 @@ var/global/datum/robolimb/basic_robolimb desc = "This limb design is from old Sedantis, still manufactured by the Hives when providing maintenace to most of the basic Vaurcesian bioforms." icon = 'icons/mob/human_races/vaurca/r_vaurcalimbs.dmi' species_can_use = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR) - allows_internal = FALSE \ No newline at end of file + allows_internal = FALSE diff --git a/code/modules/organs/subtypes/tajara.dm b/code/modules/organs/subtypes/tajara.dm index 0d856e99af2..dd898f99c75 100644 --- a/code/modules/organs/subtypes/tajara.dm +++ b/code/modules/organs/subtypes/tajara.dm @@ -54,4 +54,4 @@ /obj/item/organ/external/hand/right/tesla_body dislocated = -1 encased = "support frame" - robotize_type = PROSTHETIC_TESLA_BODY \ No newline at end of file + robotize_type = PROSTHETIC_TESLA_BODY diff --git a/code/modules/organs/subtypes/techno_golem.dm b/code/modules/organs/subtypes/techno_golem.dm index 75ffaa648c3..2901fa0d7e2 100644 --- a/code/modules/organs/subtypes/techno_golem.dm +++ b/code/modules/organs/subtypes/techno_golem.dm @@ -31,4 +31,4 @@ min_broken_damage = 125 amputation_point = "locomotion joint" joint = "locomotor" - gendered_icon = FALSE \ No newline at end of file + gendered_icon = FALSE diff --git a/code/modules/organs/subtypes/unbreakable.dm b/code/modules/organs/subtypes/unbreakable.dm index 9fc70fb376d..d061eb9bd19 100644 --- a/code/modules/organs/subtypes/unbreakable.dm +++ b/code/modules/organs/subtypes/unbreakable.dm @@ -46,4 +46,4 @@ /obj/item/organ/external/head/unbreakable/revenant/get_additional_images(var/mob/living/carbon/human/H) var/image/return_image = image(H.species.eyes_icons, H, "[H.species.eyes]_glow", EFFECTS_ABOVE_LIGHTING_LAYER) return_image.appearance_flags = KEEP_APART - return list(return_image) \ No newline at end of file + return list(return_image) diff --git a/code/modules/overmap/exoplanets/decor/objs/monolith.dm b/code/modules/overmap/exoplanets/decor/objs/monolith.dm index 075a9af8efa..fe50b81fa05 100644 --- a/code/modules/overmap/exoplanets/decor/objs/monolith.dm +++ b/code/modules/overmap/exoplanets/decor/objs/monolith.dm @@ -29,4 +29,4 @@ var/turf/simulated/floor/exoplanet/T = get_turf(src) if(istype(T)) var/image/I = overlay_image(icon, "dugin", T.dirt_color, RESET_COLOR) - add_overlay(I) \ No newline at end of file + add_overlay(I) diff --git a/code/modules/overmap/ship_weaponry/weaponry/blaster.dm b/code/modules/overmap/ship_weaponry/weaponry/blaster.dm index fc4b22f5071..be0439ac576 100644 --- a/code/modules/overmap/ship_weaponry/weaponry/blaster.dm +++ b/code/modules/overmap/ship_weaponry/weaponry/blaster.dm @@ -37,4 +37,4 @@ explosion(target, 2, 5, 7) /obj/machinery/ammunition_loader/blaster - name = "mining blaster loader" \ No newline at end of file + name = "mining blaster loader" diff --git a/code/modules/overmap/ship_weaponry/weaponry/longbow.dm b/code/modules/overmap/ship_weaponry/weaponry/longbow.dm index d41521ac0ac..d4284dec003 100644 --- a/code/modules/overmap/ship_weaponry/weaponry/longbow.dm +++ b/code/modules/overmap/ship_weaponry/weaponry/longbow.dm @@ -49,4 +49,4 @@ target.ex_act(1) if(!QDELING(target) && target.density) qdel(target) - return TRUE \ No newline at end of file + return TRUE diff --git a/code/modules/paperwork/folders.dm b/code/modules/paperwork/folders.dm index d54a2e2d77a..192750cd5dc 100644 --- a/code/modules/paperwork/folders.dm +++ b/code/modules/paperwork/folders.dm @@ -231,4 +231,4 @@ R.stamped = new R.stamped += /obj/item/stamp R.overlays += stampoverlay - R.stamps += "
This paper has been stamped as \"TOP SECRET\"." \ No newline at end of file + R.stamps += "
This paper has been stamped as \"TOP SECRET\"." diff --git a/code/modules/power/profiling.dm b/code/modules/power/profiling.dm index 3eacfe71f2d..4df8590b494 100644 --- a/code/modules/power/profiling.dm +++ b/code/modules/power/profiling.dm @@ -68,4 +68,4 @@ var/global/list/power_update_requests_by_area = list() to_chat(usr, "Total profiling time: [power_profiled_time] ticks") to_chat(usr, "Total profiling time: [power_profiled_time] ticks") for (var/A in power_update_requests_by_area) - to_chat(usr, "[A] = [power_update_requests_by_area[A]]") \ No newline at end of file + to_chat(usr, "[A] = [power_update_requests_by_area[A]]") diff --git a/code/modules/power/tesla/coil.dm b/code/modules/power/tesla/coil.dm index 1d733fdcda2..6dda3247f5c 100644 --- a/code/modules/power/tesla/coil.dm +++ b/code/modules/power/tesla/coil.dm @@ -114,4 +114,4 @@ build_path = /obj/machinery/power/grounding_rod origin_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2) req_components = list("/obj/item/stock_parts/capacitor" = 1) - board_type = "machine" \ No newline at end of file + board_type = "machine" diff --git a/code/modules/projectiles/guns/energy/freezeray.dm b/code/modules/projectiles/guns/energy/freezeray.dm index d1461de8234..c2f7045bd19 100644 --- a/code/modules/projectiles/guns/energy/freezeray.dm +++ b/code/modules/projectiles/guns/energy/freezeray.dm @@ -17,4 +17,4 @@ firemodes = list( list(mode_name="freeze", projectile_type= /obj/item/projectile/beam/freezer, fire_sound='sound/weapons/pulse3.ogg'), list(mode_name="ice bolt", projectile_type= /obj/item/projectile/ice, fire_sound='sound/weapons/crossbow.ogg') - ) \ No newline at end of file + ) diff --git a/code/modules/projectiles/guns/energy/magic.dm b/code/modules/projectiles/guns/energy/magic.dm index 6cf02be9b2f..2800ac60e53 100644 --- a/code/modules/projectiles/guns/energy/magic.dm +++ b/code/modules/projectiles/guns/energy/magic.dm @@ -33,4 +33,4 @@ return 1 /obj/item/gun/energy/wand/toy - origin_tech = null \ No newline at end of file + origin_tech = null diff --git a/code/modules/projectiles/guns/energy/temperature.dm b/code/modules/projectiles/guns/energy/temperature.dm index c61a86cae6c..49c9001fc80 100644 --- a/code/modules/projectiles/guns/energy/temperature.dm +++ b/code/modules/projectiles/guns/energy/temperature.dm @@ -25,4 +25,4 @@ if (..()) return 1 usr.set_machine(src) - src.add_fingerprint(usr) \ No newline at end of file + src.add_fingerprint(usr) diff --git a/code/modules/projectiles/projectile/special.dm b/code/modules/projectiles/projectile/special.dm index e4ea744a3ed..63f9a412528 100644 --- a/code/modules/projectiles/projectile/special.dm +++ b/code/modules/projectiles/projectile/special.dm @@ -327,4 +327,4 @@ name = "bone dart" damage = 10 armor_penetration = 10 - check_armor = "bullet" \ No newline at end of file + check_armor = "bullet" diff --git a/code/modules/projectiles/targeting/targeting_client.dm b/code/modules/projectiles/targeting/targeting_client.dm index 92eff7b2ced..04ac37226c7 100644 --- a/code/modules/projectiles/targeting/targeting_client.dm +++ b/code/modules/projectiles/targeting/targeting_client.dm @@ -9,4 +9,4 @@ if(!mob) return 1 // Runtime prevention on N00k agents spawning with SMG screen -= mob.item_use_icon screen -= mob.gun_move_icon - screen -= mob.radio_use_icon \ No newline at end of file + screen -= mob.radio_use_icon diff --git a/code/modules/projectiles/targeting/targeting_gun.dm b/code/modules/projectiles/targeting/targeting_gun.dm index 998b1225e78..fdba7f64243 100644 --- a/code/modules/projectiles/targeting/targeting_gun.dm +++ b/code/modules/projectiles/targeting/targeting_gun.dm @@ -18,4 +18,4 @@ if(ismob(A) && user.aiming) user.aiming.aim_at(A, src) return 1 - return 0 \ No newline at end of file + return 0 diff --git a/code/modules/psionics/equipment/psipower_tinker.dm b/code/modules/psionics/equipment/psipower_tinker.dm index adf3bf0b1ef..37b62525e80 100644 --- a/code/modules/psionics/equipment/psipower_tinker.dm +++ b/code/modules/psionics/equipment/psipower_tinker.dm @@ -42,4 +42,4 @@ name = "psychokinetic [emulating]" icon_state = emulating to_chat(owner, SPAN_NOTICE("You begin emulating \a [emulating].")) - playsound(get_turf(src), 'sound/effects/psi/power_fabrication.ogg', 40, TRUE) \ No newline at end of file + playsound(get_turf(src), 'sound/effects/psi/power_fabrication.ogg', 40, TRUE) diff --git a/code/modules/random_map/building/building.dm b/code/modules/random_map/building/building.dm index 98a157c4599..fdaee1ceb6c 100644 --- a/code/modules/random_map/building/building.dm +++ b/code/modules/random_map/building/building.dm @@ -52,4 +52,4 @@ possible_doors -= placing_door target_map.map[placing_door] = DOOR_CHAR - return \ No newline at end of file + return diff --git a/code/modules/random_map/mazes/maze_cell.dm b/code/modules/random_map/mazes/maze_cell.dm index 0b4fa1ac869..6235adcc8af 100644 --- a/code/modules/random_map/mazes/maze_cell.dm +++ b/code/modules/random_map/mazes/maze_cell.dm @@ -15,4 +15,4 @@ var/maze_cell_count = 0 x = nx y = ny ox = nox - oy = noy \ No newline at end of file + oy = noy diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm index 3ab34c9ab8c..3ef220470ce 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Core.dm @@ -215,4 +215,4 @@ /singleton/reagent/fuel/touch_obj(var/obj/O, var/amount, var/datum/reagents/holder) if(istype(O, /obj/structure/bonfire)) var/obj/structure/bonfire/B = O - B.fuel = max(0, B.fuel + (15 * amount)) \ No newline at end of file + B.fuel = max(0, B.fuel + (15 * amount)) diff --git a/code/modules/reagents/dispenser/cartridge_spawn.dm b/code/modules/reagents/dispenser/cartridge_spawn.dm index b66d461e87d..24312492a72 100644 --- a/code/modules/reagents/dispenser/cartridge_spawn.dm +++ b/code/modules/reagents/dispenser/cartridge_spawn.dm @@ -30,4 +30,4 @@ C.reagents.add_reagent(reagent, C.volume) var/singleton/reagent/R = GET_SINGLETON(reagent) C.setLabel(R.name) - log_admin("[key_name(usr)] spawned a [size] reagent container containing [reagent] at ([usr.x],[usr.y],[usr.z])",admin_key=key_name(usr)) \ No newline at end of file + log_admin("[key_name(usr)] spawned a [size] reagent container containing [reagent] at ([usr.x],[usr.y],[usr.z])",admin_key=key_name(usr)) diff --git a/code/modules/reagents/dispenser/coffeebeans.dm b/code/modules/reagents/dispenser/coffeebeans.dm index 1a21998ed23..074bdb2044c 100644 --- a/code/modules/reagents/dispenser/coffeebeans.dm +++ b/code/modules/reagents/dispenser/coffeebeans.dm @@ -12,4 +12,4 @@ possible_transfer_amounts = list(20, 40) unacidable = 1 - spawn_reagent = /singleton/reagent/drink/coffee/espresso \ No newline at end of file + spawn_reagent = /singleton/reagent/drink/coffee/espresso diff --git a/code/modules/reagents/reagent_containers/food/snacks/cultural/human.dm b/code/modules/reagents/reagent_containers/food/snacks/cultural/human.dm index 70fbf4dea95..b24769e7efc 100644 --- a/code/modules/reagents/reagent_containers/food/snacks/cultural/human.dm +++ b/code/modules/reagents/reagent_containers/food/snacks/cultural/human.dm @@ -396,4 +396,4 @@ reagents_to_add = list(/singleton/reagent/nutriment/ = 3) reagent_data = list(/singleton/reagent/nutriment = list("blue raspberry" = 5)) drop_sound = 'sound/items/drop/glass.ogg' - pickup_sound = 'sound/items/pickup/glass.ogg' \ No newline at end of file + pickup_sound = 'sound/items/pickup/glass.ogg' diff --git a/code/modules/reagents/reagent_containers/food/snacks/cultural/vaurca.dm b/code/modules/reagents/reagent_containers/food/snacks/cultural/vaurca.dm index ef5be42d277..caae0638839 100644 --- a/code/modules/reagents/reagent_containers/food/snacks/cultural/vaurca.dm +++ b/code/modules/reagents/reagent_containers/food/snacks/cultural/vaurca.dm @@ -183,4 +183,4 @@ /obj/item/reagent_containers/food/snacks/vkrexiwrap/veggie desc = "A food invented by Zo'ra Queenless with the intent of appealing to humans, the v'krexi wrap is similar to a burrito but with a special sauce extracted from v'krexi. This one is filled with veggies." - icon_state = "vkrexiwrap_veggie" \ No newline at end of file + icon_state = "vkrexiwrap_veggie" diff --git a/code/modules/reagents/reagent_containers/food/snacks/eggs.dm b/code/modules/reagents/reagent_containers/food/snacks/eggs.dm index cd8b23f7883..dcee8770375 100644 --- a/code/modules/reagents/reagent_containers/food/snacks/eggs.dm +++ b/code/modules/reagents/reagent_containers/food/snacks/eggs.dm @@ -199,4 +199,4 @@ icon = 'icons/obj/item/reagent_containers/food/egg.dmi' icon_state = "shakshouka" trash = /obj/item/trash/shakshouka - filling_color = "#BB2912" \ No newline at end of file + filling_color = "#BB2912" diff --git a/code/modules/reagents/reagent_containers/food/snacks/noodles.dm b/code/modules/reagents/reagent_containers/food/snacks/noodles.dm index 248b388add6..55995d2f907 100644 --- a/code/modules/reagents/reagent_containers/food/snacks/noodles.dm +++ b/code/modules/reagents/reagent_containers/food/snacks/noodles.dm @@ -82,4 +82,4 @@ /obj/item/reagent_containers/food/snacks/macandcheese/bacon name = "bacon mac and cheese" icon_state = "baconmacandcheese" - reagents_to_add = list(/singleton/reagent/nutriment = 4, /singleton/reagent/nutriment/protein/cheese = 5, /singleton/reagent/water = 5, /singleton/reagent/nutriment/protein = 3) \ No newline at end of file + reagents_to_add = list(/singleton/reagent/nutriment = 4, /singleton/reagent/nutriment/protein/cheese = 5, /singleton/reagent/water = 5, /singleton/reagent/nutriment/protein = 3) diff --git a/code/modules/research/designs/circuit/AI_law_boards.dm b/code/modules/research/designs/circuit/AI_law_boards.dm index 7702b3a3736..02a23ba1dbe 100644 --- a/code/modules/research/designs/circuit/AI_law_boards.dm +++ b/code/modules/research/designs/circuit/AI_law_boards.dm @@ -72,4 +72,4 @@ /datum/design/circuit/aimodule/core/tyrant name = "T.Y.R.A.N.T." req_tech = list(TECH_DATA = 4, TECH_ILLEGAL = 2, TECH_MATERIAL = 6) - build_path = /obj/item/aiModule/tyrant \ No newline at end of file + build_path = /obj/item/aiModule/tyrant diff --git a/code/modules/research/designs/circuit/hardsuit_circuits.dm b/code/modules/research/designs/circuit/hardsuit_circuits.dm index 5934303934d..5461e8dd6d6 100644 --- a/code/modules/research/designs/circuit/hardsuit_circuits.dm +++ b/code/modules/research/designs/circuit/hardsuit_circuits.dm @@ -62,4 +62,4 @@ /datum/design/circuit/hardsuit/hacker_target name = "Cybersuit Hardsuit Control And Targeting Board" req_tech = list(TECH_DATA = 6, TECH_COMBAT = 3, TECH_ILLEGAL = 3) - build_path = /obj/item/circuitboard/rig_assembly/illegal/targeting/hacker \ No newline at end of file + build_path = /obj/item/circuitboard/rig_assembly/illegal/targeting/hacker diff --git a/code/modules/research/designs/circuit/mecha_upgrades.dm b/code/modules/research/designs/circuit/mecha_upgrades.dm index f111c8f94ce..affd9700541 100644 --- a/code/modules/research/designs/circuit/mecha_upgrades.dm +++ b/code/modules/research/designs/circuit/mecha_upgrades.dm @@ -16,4 +16,4 @@ /datum/design/circuit/exosuit_upgrade/remote/ai name = "AI Remote Control" req_tech = list(TECH_DATA = 5, TECH_ENGINEERING = 4, TECH_MATERIAL = 4) - build_path = /obj/item/remote_mecha/ai \ No newline at end of file + build_path = /obj/item/remote_mecha/ai diff --git a/code/modules/research/designs/circuit/mining_circuits.dm b/code/modules/research/designs/circuit/mining_circuits.dm index aa99ed467fd..caab0d93a93 100644 --- a/code/modules/research/designs/circuit/mining_circuits.dm +++ b/code/modules/research/designs/circuit/mining_circuits.dm @@ -28,4 +28,4 @@ /datum/design/circuit/machine/mining/stacking_machine_console name = "Ore Stacking Console" - build_path = /obj/item/circuitboard/stacking_console \ No newline at end of file + build_path = /obj/item/circuitboard/stacking_console diff --git a/code/modules/research/designs/circuit/misc_electronics.dm b/code/modules/research/designs/circuit/misc_electronics.dm index 76e4c70746f..aca035444bf 100644 --- a/code/modules/research/designs/circuit/misc_electronics.dm +++ b/code/modules/research/designs/circuit/misc_electronics.dm @@ -5,4 +5,4 @@ name = "Secure Airlock Electronics" desc = "Allows for the construction of a tamper-resistant airlock electronics." req_tech = list(TECH_DATA = 3) - build_path = /obj/item/airlock_electronics/secure \ No newline at end of file + build_path = /obj/item/airlock_electronics/secure diff --git a/code/modules/research/designs/circuit/shield_designs.dm b/code/modules/research/designs/circuit/shield_designs.dm index c9e6b76d82b..67aff4c326f 100644 --- a/code/modules/research/designs/circuit/shield_designs.dm +++ b/code/modules/research/designs/circuit/shield_designs.dm @@ -15,4 +15,4 @@ name = "Capacitor" desc = "Allows for the construction of a shield capacitor circuit board." req_tech = list(TECH_MAGNET = 3, TECH_POWER = 4) - build_path = /obj/item/circuitboard/shield_cap \ No newline at end of file + build_path = /obj/item/circuitboard/shield_cap diff --git a/code/modules/research/designs/designs.dm b/code/modules/research/designs/designs.dm index d20487f923c..de2dc7767d5 100644 --- a/code/modules/research/designs/designs.dm +++ b/code/modules/research/designs/designs.dm @@ -62,4 +62,4 @@ other types of metals and chemistry for reagents). return new build_path(newloc) /datum/design/item - build_type = PROTOLATHE \ No newline at end of file + build_type = PROTOLATHE diff --git a/code/modules/research/designs/mechfab/hardsuit/rigs.dm b/code/modules/research/designs/mechfab/hardsuit/rigs.dm index e5b743ad4f5..1e248fbd9b9 100644 --- a/code/modules/research/designs/mechfab/hardsuit/rigs.dm +++ b/code/modules/research/designs/mechfab/hardsuit/rigs.dm @@ -53,4 +53,4 @@ desc = "An assembly for an advanced powered armor suit with many cyberwarfare enhancements. Comes with built-in insulated gloves for safely tampering with electronics." build_path = /obj/item/rig_assembly/combat/illegal/hacker req_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 3, TECH_MAGNET = 2, TECH_POWER = 3, TECH_COMBAT = 3, TECH_ILLEGAL = 3) - materials = list(DEFAULT_WALL_MATERIAL = 25000, MATERIAL_GLASS = 12500, MATERIAL_GOLD = 2500, MATERIAL_SILVER = 3500, MATERIAL_URANIUM = 5550) \ No newline at end of file + materials = list(DEFAULT_WALL_MATERIAL = 25000, MATERIAL_GLASS = 12500, MATERIAL_GOLD = 2500, MATERIAL_SILVER = 3500, MATERIAL_URANIUM = 5550) diff --git a/code/modules/research/designs/mechfab/prosthetics/internal.dm b/code/modules/research/designs/mechfab/prosthetics/internal.dm index 9aafb0aad4d..73c6b78abeb 100644 --- a/code/modules/research/designs/mechfab/prosthetics/internal.dm +++ b/code/modules/research/designs/mechfab/prosthetics/internal.dm @@ -31,4 +31,4 @@ /datum/design/item/mechfab/prosthetic/internal/stomach name = "Prosthetic Stomach" - build_path = /obj/item/organ/internal/stomach \ No newline at end of file + build_path = /obj/item/organ/internal/stomach diff --git a/code/modules/research/designs/mechfab/robot/robot.dm b/code/modules/research/designs/mechfab/robot/robot.dm index 1dd47aa0414..22a5c1eccdd 100644 --- a/code/modules/research/designs/mechfab/robot/robot.dm +++ b/code/modules/research/designs/mechfab/robot/robot.dm @@ -93,4 +93,4 @@ desc = "Used to boost prevent damage from EMP. Has limited surge preventions." materials = list(DEFAULT_WALL_MATERIAL = 20000, MATERIAL_GLASS = 6000, MATERIAL_GOLD = 5000, MATERIAL_SILVER = 7500) // Should be expensive req_tech = list(TECH_MATERIAL = 4, TECH_BLUESPACE = 2, TECH_MAGNET = 5, TECH_POWER = 5, TECH_ENGINEERING = 4, TECH_COMBAT = 3) - build_path = /obj/item/robot_parts/robot_component/surge \ No newline at end of file + build_path = /obj/item/robot_parts/robot_component/surge diff --git a/code/modules/research/designs/mechfab/robot/robot_upgrades.dm b/code/modules/research/designs/mechfab/robot/robot_upgrades.dm index db87a193bd6..9cecfd69f70 100644 --- a/code/modules/research/designs/mechfab/robot/robot_upgrades.dm +++ b/code/modules/research/designs/mechfab/robot/robot_upgrades.dm @@ -42,4 +42,4 @@ desc = "Allows cyborg-likes to access weaponry hidden within themselves." req_tech = list(TECH_COMBAT = 4, TECH_ILLEGAL = 3) materials = list(DEFAULT_WALL_MATERIAL = 10000, MATERIAL_GLASS = 15000, MATERIAL_DIAMOND = 10000) - build_path = /obj/item/borg/upgrade/syndicate \ No newline at end of file + build_path = /obj/item/borg/upgrade/syndicate diff --git a/code/modules/research/designs/protolathe/deployable_kits.dm b/code/modules/research/designs/protolathe/deployable_kits.dm index 062cbb1b11a..79e2038c16f 100644 --- a/code/modules/research/designs/protolathe/deployable_kits.dm +++ b/code/modules/research/designs/protolathe/deployable_kits.dm @@ -11,4 +11,4 @@ /datum/design/item/deployable_kit/mech_chair/brig name = "Remote Penal Mech Centre" desc = "A deployable kit of a remote mech chair, capable of listening in to penal remote mech networks." - build_path = /obj/item/deployable_kit/remote_mech/brig \ No newline at end of file + build_path = /obj/item/deployable_kit/remote_mech/brig diff --git a/code/modules/research/designs/protolathe/disk_designs.dm b/code/modules/research/designs/protolathe/disk_designs.dm index 8688bac9d78..fe4dcc69547 100644 --- a/code/modules/research/designs/protolathe/disk_designs.dm +++ b/code/modules/research/designs/protolathe/disk_designs.dm @@ -17,4 +17,4 @@ name = "Flora Data Storage" req_tech = list(TECH_DATA = 1) materials = list(DEFAULT_WALL_MATERIAL = 30, MATERIAL_GLASS = 10) - build_path = /obj/item/disk/botany \ No newline at end of file + build_path = /obj/item/disk/botany diff --git a/code/modules/research/designs/protolathe/integrated_electronics_designs.dm b/code/modules/research/designs/protolathe/integrated_electronics_designs.dm index 61cbdd1e628..6f5084f377d 100644 --- a/code/modules/research/designs/protolathe/integrated_electronics_designs.dm +++ b/code/modules/research/designs/protolathe/integrated_electronics_designs.dm @@ -65,4 +65,4 @@ desc = "Allows the integrated circuit printer to create advanced circuits." req_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 4) materials = list(DEFAULT_WALL_MATERIAL = 2000) - build_path = /obj/item/disk/integrated_circuit/upgrade/advanced \ No newline at end of file + build_path = /obj/item/disk/integrated_circuit/upgrade/advanced diff --git a/code/modules/research/designs/protolathe/mining_designs.dm b/code/modules/research/designs/protolathe/mining_designs.dm index 5bed4db2d41..4edd3e4acb6 100644 --- a/code/modules/research/designs/protolathe/mining_designs.dm +++ b/code/modules/research/designs/protolathe/mining_designs.dm @@ -209,4 +209,4 @@ /datum/design/item/mining/ka_upgrade07 req_tech = list(TECH_POWER = 4,TECH_MAGNET = 4, TECH_DATA = 4) materials = list(DEFAULT_WALL_MATERIAL = 1000, MATERIAL_GLASS = 2000, MATERIAL_GOLD = 1000) - build_path = /obj/item/custom_ka_upgrade/upgrade_chips/explosive \ No newline at end of file + build_path = /obj/item/custom_ka_upgrade/upgrade_chips/explosive diff --git a/code/modules/research/designs/protolathe/modular_gun_designs.dm b/code/modules/research/designs/protolathe/modular_gun_designs.dm index ef25415e8e8..f3970381391 100644 --- a/code/modules/research/designs/protolathe/modular_gun_designs.dm +++ b/code/modules/research/designs/protolathe/modular_gun_designs.dm @@ -247,4 +247,4 @@ /datum/design/item/modular_weapon/freezing_ray req_tech = list(TECH_COMBAT = 3, TECH_MAGNET = 5, TECH_MATERIAL = 4) materials = list(DEFAULT_WALL_MATERIAL = 2000, MATERIAL_GLASS = 1000, MATERIAL_URANIUM = 500) - build_path = /obj/item/laser_components/modulator/freeze \ No newline at end of file + build_path = /obj/item/laser_components/modulator/freeze diff --git a/code/modules/research/designs/protolathe/stock_parts_designs.dm b/code/modules/research/designs/protolathe/stock_parts_designs.dm index 6ba34ce2769..be22f28f819 100644 --- a/code/modules/research/designs/protolathe/stock_parts_designs.dm +++ b/code/modules/research/designs/protolathe/stock_parts_designs.dm @@ -129,4 +129,4 @@ desc = "A component used in telecomms machinery construction." req_tech = list(TECH_MAGNET = 5, TECH_MATERIAL = 5, TECH_BLUESPACE = 3) materials = list(MATERIAL_GLASS = 100, MATERIAL_SILVER = 10, MATERIAL_URANIUM = 15) - build_path = /obj/item/stock_parts/subspace/transmitter \ No newline at end of file + build_path = /obj/item/stock_parts/subspace/transmitter diff --git a/code/modules/research/rd-readme.dm b/code/modules/research/rd-readme.dm index b089c082e1b..153e768bac6 100644 --- a/code/modules/research/rd-readme.dm +++ b/code/modules/research/rd-readme.dm @@ -29,4 +29,4 @@ Each tech path should have at LEAST one item at every level (levels 1 - 15). Thi researching. Existing tech (ie, anything you can find on the station or get from the quartermaster) shouldn't go higher then level 5 or 7. Everything past that should be stuff you research. -*/ \ No newline at end of file +*/ diff --git a/code/modules/research/xenoarchaeology/readme.dm b/code/modules/research/xenoarchaeology/readme.dm index c5aa7a2f800..92cba12583f 100644 --- a/code/modules/research/xenoarchaeology/readme.dm +++ b/code/modules/research/xenoarchaeology/readme.dm @@ -2,4 +2,4 @@ //coming soon //there'll probably be some stuff on the wiki at some point -//original code from alfie275 / lunacode, artifacts are from isaidno \ No newline at end of file +//original code from alfie275 / lunacode, artifacts are from isaidno diff --git a/code/modules/shareddream/area.dm b/code/modules/shareddream/area.dm index b0dd7eb523d..baeda85372f 100644 --- a/code/modules/shareddream/area.dm +++ b/code/modules/shareddream/area.dm @@ -1,4 +1,4 @@ /area/centcom/shared_dream name = "\improper The Shared Dream" icon_state = "dream" - ambience = AMBIENCE_OTHERWORLDLY \ No newline at end of file + ambience = AMBIENCE_OTHERWORLDLY diff --git a/code/modules/shuttles/city.dm b/code/modules/shuttles/city.dm index 51e97f47e25..6d5fd187d12 100644 --- a/code/modules/shuttles/city.dm +++ b/code/modules/shuttles/city.dm @@ -1,4 +1,4 @@ /obj/machinery/computer/shuttle_control/city name = "city transit shuttle control console" shuttle_tag = "City Transit Shuttle" - light_color = LIGHT_COLOR_RED \ No newline at end of file + light_color = LIGHT_COLOR_RED diff --git a/code/modules/spell_system/artifacts/armor/bone_armor.dm b/code/modules/spell_system/artifacts/armor/bone_armor.dm index 9504d12205d..f4243dd1a11 100644 --- a/code/modules/spell_system/artifacts/armor/bone_armor.dm +++ b/code/modules/spell_system/artifacts/armor/bone_armor.dm @@ -17,4 +17,4 @@ item_state = "skull" contained_sprite = TRUE species_restricted = list(BODYTYPE_SKELETON) - armor = list(melee = ARMOR_MELEE_MAJOR, bullet = 40, laser = 50, energy = 25, bomb = 30, bio = 0, rad = 0) \ No newline at end of file + armor = list(melee = ARMOR_MELEE_MAJOR, bullet = 40, laser = 50, energy = 25, bomb = 30, bio = 0, rad = 0) diff --git a/code/modules/spell_system/artifacts/items/bone_spear.dm b/code/modules/spell_system/artifacts/items/bone_spear.dm index 7981c2319ed..09ac0428a07 100644 --- a/code/modules/spell_system/artifacts/items/bone_spear.dm +++ b/code/modules/spell_system/artifacts/items/bone_spear.dm @@ -1,3 +1,3 @@ /obj/item/material/twohanded/spear/bone desc = "A spear crafted with bones of some long forgotten creature." - default_material = "cursed bone" \ No newline at end of file + default_material = "cursed bone" diff --git a/code/modules/spell_system/spells/spell_list/aoe_turf.dm b/code/modules/spell_system/spells/spell_list/aoe_turf.dm index 9f79f694ad8..f7bd9ccdfe0 100644 --- a/code/modules/spell_system/spells/spell_list/aoe_turf.dm +++ b/code/modules/spell_system/spells/spell_list/aoe_turf.dm @@ -22,4 +22,4 @@ Aoe turf spells have two useful flags: IGNOREDENSE and IGNORESPACE. These are ex if(!targets.len) //doesn't waste the spell return - return targets \ No newline at end of file + return targets diff --git a/code/modules/spell_system/spells/spell_list/dumbfire.dm b/code/modules/spell_system/spells/spell_list/dumbfire.dm index cd13f7169c8..15a5e3fb52c 100644 --- a/code/modules/spell_system/spells/spell_list/dumbfire.dm +++ b/code/modules/spell_system/spells/spell_list/dumbfire.dm @@ -10,4 +10,4 @@ for(var/i = 1; i <= src.range; i++) current_turf = get_step(current_turf, starting_dir) targets += current_turf - return targets \ No newline at end of file + return targets diff --git a/code/modules/spell_system/spells/spell_list/equip.dm b/code/modules/spell_system/spells/spell_list/equip.dm index c1237c45dab..bef30ae04d5 100644 --- a/code/modules/spell_system/spells/spell_list/equip.dm +++ b/code/modules/spell_system/spells/spell_list/equip.dm @@ -42,4 +42,4 @@ qdel(to_remove) /spell/targeted/equip_item/proc/summon_item(var/newtype) - return new newtype \ No newline at end of file + return new newtype diff --git a/code/modules/spell_system/spells/spell_list/others/area/torment.dm b/code/modules/spell_system/spells/spell_list/others/area/torment.dm index 994c1a74708..10d6864cfed 100644 --- a/code/modules/spell_system/spells/spell_list/others/area/torment.dm +++ b/code/modules/spell_system/spells/spell_list/others/area/torment.dm @@ -31,4 +31,4 @@ loss += 30 - return "[src] will now cause more pain." \ No newline at end of file + return "[src] will now cause more pain." diff --git a/code/modules/spell_system/spells/spell_list/others/equip/party_hardy.dm b/code/modules/spell_system/spells/spell_list/others/equip/party_hardy.dm index dd357bd9f30..561ccbc291c 100644 --- a/code/modules/spell_system/spells/spell_list/others/equip/party_hardy.dm +++ b/code/modules/spell_system/spells/spell_list/others/equip/party_hardy.dm @@ -33,4 +33,4 @@ "[slot_head]" = /obj/item/clothing/head/collectable/wizard) return "Woo! Now everybody gets a cool wizard hat and MORE BOOZE!" - return 0 \ No newline at end of file + return 0 diff --git a/code/modules/spell_system/spells/spell_list/others/generic/heal_target.dm b/code/modules/spell_system/spells/spell_list/others/generic/heal_target.dm index 9b8b3162e14..753402f3866 100644 --- a/code/modules/spell_system/spells/spell_list/others/generic/heal_target.dm +++ b/code/modules/spell_system/spells/spell_list/others/generic/heal_target.dm @@ -28,4 +28,4 @@ amt_dam_fire -= 5 amt_organ -= 2 - return "[src] will now heal more." \ No newline at end of file + return "[src] will now heal more." diff --git a/code/modules/spell_system/spells/spell_list/others/generic/heal_target_area.dm b/code/modules/spell_system/spells/spell_list/others/generic/heal_target_area.dm index 8dd0c616236..a1b6cd056d5 100644 --- a/code/modules/spell_system/spells/spell_list/others/generic/heal_target_area.dm +++ b/code/modules/spell_system/spells/spell_list/others/generic/heal_target_area.dm @@ -23,4 +23,4 @@ amt_organ -= 1 range += 2 - return "[src] now heals more in a wider area." \ No newline at end of file + return "[src] now heals more in a wider area." diff --git a/code/modules/spell_system/spells/spell_list/others/generic/heal_target_major.dm b/code/modules/spell_system/spells/spell_list/others/generic/heal_target_major.dm index ad0943a799f..5d50947076c 100644 --- a/code/modules/spell_system/spells/spell_list/others/generic/heal_target_major.dm +++ b/code/modules/spell_system/spells/spell_list/others/generic/heal_target_major.dm @@ -23,4 +23,4 @@ amt_dam_oxy = -20 amt_organ = -5 - return "[src] now heals oxygen loss and toxic damage." \ No newline at end of file + return "[src] now heals oxygen loss and toxic damage." diff --git a/code/modules/spell_system/spells/spell_list/others/generic/life_steal.dm b/code/modules/spell_system/spells/spell_list/others/generic/life_steal.dm index 7c21b25a70a..a862bd7c723 100644 --- a/code/modules/spell_system/spells/spell_list/others/generic/life_steal.dm +++ b/code/modules/spell_system/spells/spell_list/others/generic/life_steal.dm @@ -31,4 +31,4 @@ gibs(M.loc) user.adjustBruteLoss(-15) user.adjustFireLoss(-15) - ..() \ No newline at end of file + ..() diff --git a/code/modules/spell_system/spells/spell_list/others/generic/swap.dm b/code/modules/spell_system/spells/spell_list/others/generic/swap.dm index 60314035fb8..5a4a8cee7e7 100644 --- a/code/modules/spell_system/spells/spell_list/others/generic/swap.dm +++ b/code/modules/spell_system/spells/spell_list/others/generic/swap.dm @@ -39,4 +39,4 @@ amt_eye_blind += 2 amt_weakened += 5 - return "This spell will now weaken and blind the target for a longer period of time." \ No newline at end of file + return "This spell will now weaken and blind the target for a longer period of time." diff --git a/code/modules/spell_system/spells/spell_list/projectile.dm b/code/modules/spell_system/spells/spell_list/projectile.dm index 5f07a304dda..72d43c0a38d 100644 --- a/code/modules/spell_system/spells/spell_list/projectile.dm +++ b/code/modules/spell_system/spells/spell_list/projectile.dm @@ -45,4 +45,4 @@ If the spell_projectile is seeking, it will update its target every process and return targets /spell/targeted/projectile/proc/prox_cast(var/list/targets, var/atom/movable/spell_holder) - return targets \ No newline at end of file + return targets diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/construct_shell.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/construct_shell.dm index c34b10b70d9..63613cb884f 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/construct_shell.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/construct_shell.dm @@ -17,4 +17,4 @@ charge_max = 1800 summon_type = list(/obj/structure/constructshell/cult) hud_state = "const_shell" - override_base = "const" \ No newline at end of file + override_base = "const" diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_altar.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_altar.dm index 647c2acb328..d9a414703cb 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_altar.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_altar.dm @@ -11,4 +11,4 @@ summon_type = list(/obj/structure/cult/talisman) hud_state = "const_altar" - override_base = "const" \ No newline at end of file + override_base = "const" diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_floor.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_floor.dm index 9e50fa5a0ee..045cf541ff2 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_floor.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_floor.dm @@ -14,4 +14,4 @@ /spell/aoe_turf/conjure/floor/conjure_animation(var/atom/movable/overlay/animation, var/turf/target) animation.icon_state = "cultfloor" flick("cultfloor", animation) - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(qdel), animation), 10) \ No newline at end of file + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(qdel), animation), 10) diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forcewall.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forcewall.dm index 4e74867b203..03e1d0fe1ef 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forcewall.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forcewall.dm @@ -23,4 +23,4 @@ appearance_flags = NO_CLIENT_COLOR /obj/effect/forcefield/cult/cultify() - return \ No newline at end of file + return diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forge.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forge.dm index 9f03aa11b8b..5f8c0a8235f 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forge.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_forge.dm @@ -11,4 +11,4 @@ summon_type = list(/obj/structure/cult/forge) hud_state = "const_forge" - override_base = "const" \ No newline at end of file + override_base = "const" diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_wall.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_wall.dm index 45f08dc4abd..cd65b5180a8 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_wall.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/create_wall.dm @@ -27,4 +27,4 @@ range = 0 cast_delay = 50 - summon_type = list(/turf/simulated/wall/cult_reinforced) \ No newline at end of file + summon_type = list(/turf/simulated/wall/cult_reinforced) diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_pylon.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_pylon.dm index 76d0a78323d..ba99382c935 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_pylon.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_pylon.dm @@ -19,4 +19,4 @@ if(P.isbroken) P.repair(usr) continue - return \ No newline at end of file + return diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_soulstone.dm b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_soulstone.dm index e8774960bab..a2f34d00f3c 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_soulstone.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/construct_spells/summon_soulstone.dm @@ -11,4 +11,4 @@ summon_type = list(/obj/item/device/soulstone) hud_state = "const_stone" - override_base = "const" \ No newline at end of file + override_base = "const" diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/druidic_spells.dm b/code/modules/spell_system/spells/spell_list/self/conjure/druidic_spells.dm index 2bbbbe5be22..82919cb7df1 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/druidic_spells.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/druidic_spells.dm @@ -39,4 +39,4 @@ newVars = list("maxHealth" = 20 + spell_levels[Sp_POWER]*5, "health" = 20 + spell_levels[Sp_POWER]*5, "melee_damage_lower" = 10 + spell_levels[Sp_POWER], "melee_damage_upper" = 10 + spell_levels[Sp_POWER]*2) - return "Your bats are now stronger." \ No newline at end of file + return "Your bats are now stronger." diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_nest.dm b/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_nest.dm index 2203282b829..a35218aa2b1 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_nest.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_nest.dm @@ -11,4 +11,4 @@ summon_type = list(/obj/structure/bed/nest) cast_sound = 'sound/effects/attackblob.ogg' - hud_state = "nest" \ No newline at end of file + hud_state = "nest" diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_node.dm b/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_node.dm index d394cc2a1a3..b8192774c11 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_node.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/morph_spells/create_node.dm @@ -11,4 +11,4 @@ summon_type = list(/obj/structure/gore/tendrils/node) cast_sound = 'sound/effects/attackblob.ogg' - hud_state = "tendril_node" \ No newline at end of file + hud_state = "tendril_node" diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/radiant_aura.dm b/code/modules/spell_system/spells/spell_list/self/conjure/radiant_aura.dm index ed6108bacae..5c9883672f5 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/radiant_aura.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/radiant_aura.dm @@ -23,4 +23,4 @@ /spell/radiant_aura/starlight spell_flags = 0 - charge_max = 400 \ No newline at end of file + charge_max = 400 diff --git a/code/modules/spell_system/spells/spell_list/self/generic/mutate.dm b/code/modules/spell_system/spells/spell_list/self/generic/mutate.dm index f54daddf9f8..df2488decba 100644 --- a/code/modules/spell_system/spells/spell_list/self/generic/mutate.dm +++ b/code/modules/spell_system/spells/spell_list/self/generic/mutate.dm @@ -18,4 +18,4 @@ level_max = list(Sp_TOTAL = 1, Sp_SPEED = 1, Sp_POWER = 0) cooldown_min = 300 - hud_state = "wiz_hulk" \ No newline at end of file + hud_state = "wiz_hulk" diff --git a/code/modules/spell_system/spells/spell_list/self/generic/shadow_shroud.dm b/code/modules/spell_system/spells/spell_list/self/generic/shadow_shroud.dm index 17595bbdd2e..e9e5cb03dd3 100644 --- a/code/modules/spell_system/spells/spell_list/self/generic/shadow_shroud.dm +++ b/code/modules/spell_system/spells/spell_list/self/generic/shadow_shroud.dm @@ -28,4 +28,4 @@ O.set_light(range, -10, "#FFFFFF") spawn(duration) - qdel(O) \ No newline at end of file + qdel(O) diff --git a/code/modules/spell_system/spells/spell_list/self/generic/shift.dm b/code/modules/spell_system/spells/spell_list/self/generic/shift.dm index 8f8ef57e512..5dae0a71a99 100644 --- a/code/modules/spell_system/spells/spell_list/self/generic/shift.dm +++ b/code/modules/spell_system/spells/spell_list/self/generic/shift.dm @@ -21,4 +21,4 @@ flick("phase_shift2",animation) /spell/targeted/ethereal_jaunt/shift/jaunt_steam(var/mobloc) - return \ No newline at end of file + return diff --git a/code/modules/spell_system/spells/spell_list/shapeshift.dm b/code/modules/spell_system/spells/spell_list/shapeshift.dm index 22a0529b90b..5bbde48b17e 100644 --- a/code/modules/spell_system/spells/spell_list/shapeshift.dm +++ b/code/modules/spell_system/spells/spell_list/shapeshift.dm @@ -77,4 +77,4 @@ M.key = trans.key playsound(get_turf(M),revert_sound,50,1) M.forceMove(get_turf(trans)) - qdel(trans) \ No newline at end of file + qdel(trans) diff --git a/code/modules/spell_system/spells/spell_projectile.dm b/code/modules/spell_system/spells/spell_projectile.dm index bffdd2f42a5..7e5ec4d3109 100644 --- a/code/modules/spell_system/spells/spell_projectile.dm +++ b/code/modules/spell_system/spells/spell_projectile.dm @@ -54,4 +54,4 @@ return 1 /obj/item/projectile/spell_projectile/seeking - name = "seeking spell" \ No newline at end of file + name = "seeking spell" diff --git a/code/modules/submaps/submap_landmark.dm b/code/modules/submaps/submap_landmark.dm index 245c8a299d8..0c895a50c79 100644 --- a/code/modules/submaps/submap_landmark.dm +++ b/code/modules/submaps/submap_landmark.dm @@ -22,4 +22,4 @@ log_debug( "Submap error - mapped landmark is duplicate of existing.") else log_debug( "Submap error - mapped landmark had invalid archetype.") - return INITIALIZE_HINT_QDEL \ No newline at end of file + return INITIALIZE_HINT_QDEL diff --git a/code/modules/surgery/_defines.dm b/code/modules/surgery/_defines.dm index 63846b55494..40f5f0b7caf 100644 --- a/code/modules/surgery/_defines.dm +++ b/code/modules/surgery/_defines.dm @@ -23,4 +23,4 @@ #define CAVITY_OPEN 1 //macros -#define IS_ORGAN_FULLY_OPEN affected.open == ((affected.encased || affected.robotic) ? ORGAN_ENCASED_RETRACTED : ORGAN_OPEN_RETRACTED) \ No newline at end of file +#define IS_ORGAN_FULLY_OPEN affected.open == ((affected.encased || affected.robotic) ? ORGAN_ENCASED_RETRACTED : ORGAN_OPEN_RETRACTED) diff --git a/code/modules/surgery/~defines.dm b/code/modules/surgery/~defines.dm index 0b419831908..57f70641ffc 100644 --- a/code/modules/surgery/~defines.dm +++ b/code/modules/surgery/~defines.dm @@ -13,4 +13,4 @@ #undef BONE_GLUED #undef BONE_SET #undef CAVITY_OPEN -#undef CAVITY_CLOSED \ No newline at end of file +#undef CAVITY_CLOSED diff --git a/code/modules/synthesized_instruments/echo_editor.dm b/code/modules/synthesized_instruments/echo_editor.dm index ec931895336..c30671cd7ac 100644 --- a/code/modules/synthesized_instruments/echo_editor.dm +++ b/code/modules/synthesized_instruments/echo_editor.dm @@ -60,4 +60,4 @@ if ("desc") to_chat(usr, "[name]: from [bound_min] to [bound_max] (default: [default])
[desc]") - return 1 \ No newline at end of file + return 1 diff --git a/code/modules/synthesized_instruments/env_editor.dm b/code/modules/synthesized_instruments/env_editor.dm index d2b29897b6f..b3c4c2053fe 100644 --- a/code/modules/synthesized_instruments/env_editor.dm +++ b/code/modules/synthesized_instruments/env_editor.dm @@ -62,4 +62,4 @@ if ("desc") to_chat(usr, "[name]: from [bound_min] to [bound_max] (default: [default])
[desc]") - return 1 \ No newline at end of file + return 1 diff --git a/code/modules/synthesized_instruments/globals.dm b/code/modules/synthesized_instruments/globals.dm index 95d17a57a8c..fa00cfd07df 100644 --- a/code/modules/synthesized_instruments/globals.dm +++ b/code/modules/synthesized_instruments/globals.dm @@ -240,4 +240,4 @@ Bit flags that modify the behavior of above properties /datum/sample_pair/New(sample_file, deviation) src.sample = sample_file - src.deviation = deviation \ No newline at end of file + src.deviation = deviation diff --git a/code/modules/synthesized_instruments/instrument_data/fun.dm b/code/modules/synthesized_instruments/instrument_data/fun.dm index a2370f545a6..d35cdc5a871 100644 --- a/code/modules/synthesized_instruments/instrument_data/fun.dm +++ b/code/modules/synthesized_instruments/instrument_data/fun.dm @@ -23,4 +23,4 @@ /datum/instrument/fun/diona name = "Diona" id = "diona" - samples = list("79"='sound/misc/nymphchirp.ogg') \ No newline at end of file + samples = list("79"='sound/misc/nymphchirp.ogg') diff --git a/code/modules/synthesized_instruments/instrument_data/impossible_instruments.dm b/code/modules/synthesized_instruments/instrument_data/impossible_instruments.dm index 9e81e634a7d..7d6c1670c78 100644 --- a/code/modules/synthesized_instruments/instrument_data/impossible_instruments.dm +++ b/code/modules/synthesized_instruments/instrument_data/impossible_instruments.dm @@ -18,4 +18,4 @@ /datum/instrument/tones/saw_wave name = "Ideal sawtooth wave" id = "saw" - samples = list("81"='code/modules/synthesized_instruments/samples/tones/Sawtooth.ogg') \ No newline at end of file + samples = list("81"='code/modules/synthesized_instruments/samples/tones/Sawtooth.ogg') diff --git a/code/modules/synthesized_instruments/instrument_data/obsolete.dm b/code/modules/synthesized_instruments/instrument_data/obsolete.dm index 3d44ad62e87..b750da35e1c 100644 --- a/code/modules/synthesized_instruments/instrument_data/obsolete.dm +++ b/code/modules/synthesized_instruments/instrument_data/obsolete.dm @@ -103,4 +103,4 @@ "104"='code/modules/synthesized_instruments/samples/obsolete/violin/G#8.mid',\ "105"='code/modules/synthesized_instruments/samples/obsolete/violin/An8.mid',\ "106"='code/modules/synthesized_instruments/samples/obsolete/violin/A#8.mid',\ -"107"='code/modules/synthesized_instruments/samples/obsolete/violin/Bn8.mid') \ No newline at end of file +"107"='code/modules/synthesized_instruments/samples/obsolete/violin/Bn8.mid') diff --git a/code/modules/synthesized_instruments/instruments.dm b/code/modules/synthesized_instruments/instruments.dm index 14247b618be..42a20a76ba7 100644 --- a/code/modules/synthesized_instruments/instruments.dm +++ b/code/modules/synthesized_instruments/instruments.dm @@ -31,4 +31,4 @@ var/last_sample = src.samples[musical_config.n2t(last_key)] for (var/key=0 to first_key-1) src.sample_map[musical_config.n2t(key)] = new /datum/sample_pair(first_sample, key-first_key) for (var/key=last_key to 127) src.sample_map[musical_config.n2t(key)] = new /datum/sample_pair(last_sample, key-last_key) - return src.samples \ No newline at end of file + return src.samples diff --git a/code/modules/synthesized_instruments/real_instruments.dm b/code/modules/synthesized_instruments/real_instruments.dm index a5688f4566b..6697a3b14dc 100644 --- a/code/modules/synthesized_instruments/real_instruments.dm +++ b/code/modules/synthesized_instruments/real_instruments.dm @@ -308,4 +308,4 @@ if (..()) return 1 - return real_instrument.Topic_call(href, href_list, usr) \ No newline at end of file + return real_instrument.Topic_call(href, href_list, usr) diff --git a/code/modules/synthesized_instruments/real_instruments/Guitar/guitar.dm b/code/modules/synthesized_instruments/real_instruments/Guitar/guitar.dm index 18d5ad2ea9f..afbef1e255b 100644 --- a/code/modules/synthesized_instruments/real_instruments/Guitar/guitar.dm +++ b/code/modules/synthesized_instruments/real_instruments/Guitar/guitar.dm @@ -17,4 +17,4 @@ item_state = "eguitar" slot_flags = SLOT_BACK sound_player = /datum/sound_player/synthesizer - path = /datum/instrument/guitar \ No newline at end of file + path = /datum/instrument/guitar diff --git a/code/modules/synthesized_instruments/real_instruments/Piano/piano.dm b/code/modules/synthesized_instruments/real_instruments/Piano/piano.dm index a56e174db3f..7ec2cba0cfe 100644 --- a/code/modules/synthesized_instruments/real_instruments/Piano/piano.dm +++ b/code/modules/synthesized_instruments/real_instruments/Piano/piano.dm @@ -2,4 +2,4 @@ name = "space piano" desc = "A surprisingly high-tech piano with a digital display for modifying sound output." icon_state = "piano" - path = /datum/instrument/piano \ No newline at end of file + path = /datum/instrument/piano diff --git a/code/modules/synthesized_instruments/real_instruments/Trumpet/trumpet.dm b/code/modules/synthesized_instruments/real_instruments/Trumpet/trumpet.dm index 60a9b757066..e57d91ef207 100644 --- a/code/modules/synthesized_instruments/real_instruments/Trumpet/trumpet.dm +++ b/code/modules/synthesized_instruments/real_instruments/Trumpet/trumpet.dm @@ -3,4 +3,4 @@ desc = "The Omnitrumptet series 400 with more than 30 sound samples and fully customizable high fidelity output provides the ultimate means to toot your own horn." icon_state = "trumpet" sound_player = /datum/sound_player/synthesizer - path = /datum/instrument/brass \ No newline at end of file + path = /datum/instrument/brass diff --git a/code/modules/synthesized_instruments/real_instruments/Violin/violin.dm b/code/modules/synthesized_instruments/real_instruments/Violin/violin.dm index 79159ccbd68..bb34e8284a1 100644 --- a/code/modules/synthesized_instruments/real_instruments/Violin/violin.dm +++ b/code/modules/synthesized_instruments/real_instruments/Violin/violin.dm @@ -11,4 +11,4 @@ path = /datum/instrument/obsolete/violin /obj/structure/synthesized_instrument/synthesizer/shouldStopPlaying(mob/user) - return !(src && in_range(src, user)) \ No newline at end of file + return !(src && in_range(src, user)) diff --git a/code/modules/synthesized_instruments/song_editor.dm b/code/modules/synthesized_instruments/song_editor.dm index 3ea8dab6f33..4b08fb600f4 100644 --- a/code/modules/synthesized_instruments/song_editor.dm +++ b/code/modules/synthesized_instruments/song_editor.dm @@ -103,4 +103,4 @@ if ("first_page") src.page = 1 - return 1 \ No newline at end of file + return 1 diff --git a/code/modules/synthesized_instruments/usage_info.dm b/code/modules/synthesized_instruments/usage_info.dm index 9322a96ea05..9f718331a4d 100644 --- a/code/modules/synthesized_instruments/usage_info.dm +++ b/code/modules/synthesized_instruments/usage_info.dm @@ -26,4 +26,4 @@ /datum/nano_module/usage_info/Destroy() player = null - ..() \ No newline at end of file + ..() diff --git a/code/modules/tables/update_triggers.dm b/code/modules/tables/update_triggers.dm index 1c64b0dfb75..02b70dc965a 100644 --- a/code/modules/tables/update_triggers.dm +++ b/code/modules/tables/update_triggers.dm @@ -19,4 +19,4 @@ if(loc != oldloc) for(var/obj/structure/table/T in view(oldloc, 1) | view(loc, 1)) T.update_connections() - T.update_icon() \ No newline at end of file + T.update_icon() diff --git a/code/modules/tooltip/tooltip.dm b/code/modules/tooltip/tooltip.dm index 92d74fbc2b9..ccc866b11de 100644 --- a/code/modules/tooltip/tooltip.dm +++ b/code/modules/tooltip/tooltip.dm @@ -112,4 +112,4 @@ Notes: /proc/closeToolTip(mob/user) if(istype(user)) if(user.client && user.client.tooltips) - user.client.tooltips.hide() \ No newline at end of file + user.client.tooltips.hide() diff --git a/code/modules/vehicles/animal.dm b/code/modules/vehicles/animal.dm index 90057e8976e..7f4e84399ed 100644 --- a/code/modules/vehicles/animal.dm +++ b/code/modules/vehicles/animal.dm @@ -43,4 +43,4 @@ desc = "A structure used to ride animals." icon = 'icons/obj/saddle.dmi' icon_state = "saddle" - w_class = ITEMSIZE_NORMAL \ No newline at end of file + w_class = ITEMSIZE_NORMAL diff --git a/code/modules/vehicles/wasp_torpedo.dm b/code/modules/vehicles/wasp_torpedo.dm index e5010b73219..ae68c4b60e7 100644 --- a/code/modules/vehicles/wasp_torpedo.dm +++ b/code/modules/vehicles/wasp_torpedo.dm @@ -106,4 +106,4 @@ if(2.0) if(prob(50)) torpedo_explosion() - ..() \ No newline at end of file + ..() diff --git a/code/modules/ventcrawl/ventcrawl_verb.dm b/code/modules/ventcrawl/ventcrawl_verb.dm index 45d7dfc237b..9cae495803d 100644 --- a/code/modules/ventcrawl/ventcrawl_verb.dm +++ b/code/modules/ventcrawl/ventcrawl_verb.dm @@ -6,4 +6,4 @@ return var/pipe = start_ventcrawl() if(pipe) - handle_ventcrawl(pipe) \ No newline at end of file + handle_ventcrawl(pipe) diff --git a/html/changelogs/fluffyghost-lasteditorconfigfixup.yml b/html/changelogs/fluffyghost-lasteditorconfigfixup.yml new file mode 100644 index 00000000000..9cd5f6aab54 --- /dev/null +++ b/html/changelogs/fluffyghost-lasteditorconfigfixup.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: FluffyGhost + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - backend: "Fixed all the editorconfig mismatches one last time." diff --git a/maps/_common/areas/station/engineering.dm b/maps/_common/areas/station/engineering.dm index d4abb7ea4d3..de076a99df1 100644 --- a/maps/_common/areas/station/engineering.dm +++ b/maps/_common/areas/station/engineering.dm @@ -123,4 +123,4 @@ /area/engineering/backup_SMES name = "Engineering - Backup Power Storage" icon_state = "substation" - sound_env = SMALL_ENCLOSED \ No newline at end of file + sound_env = SMALL_ENCLOSED diff --git a/maps/_common/areas/station/hallways.dm b/maps/_common/areas/station/hallways.dm index bec87077031..2c1c5c9e37e 100644 --- a/maps/_common/areas/station/hallways.dm +++ b/maps/_common/areas/station/hallways.dm @@ -86,4 +86,4 @@ /area/hallway/secondary/entry/stairs name = "Surface Access Stairwell" - icon_state = "dk_yellow" \ No newline at end of file + icon_state = "dk_yellow" diff --git a/maps/away/away_site/tajara/scrapper/scrapper_areas.dm b/maps/away/away_site/tajara/scrapper/scrapper_areas.dm index 81d284541c5..2447313ea04 100644 --- a/maps/away/away_site/tajara/scrapper/scrapper_areas.dm +++ b/maps/away/away_site/tajara/scrapper/scrapper_areas.dm @@ -54,4 +54,4 @@ /area/shuttle/scrapper_ship/storage name = "Scrapper Storage" - icon_state = "red" \ No newline at end of file + icon_state = "red" diff --git a/maps/away/away_site/unathi_pirate/tarwa/unathi_pirate_tarwa_areas.dm b/maps/away/away_site/unathi_pirate/tarwa/unathi_pirate_tarwa_areas.dm index b2b88cf17e6..13dd9f07eae 100644 --- a/maps/away/away_site/unathi_pirate/tarwa/unathi_pirate_tarwa_areas.dm +++ b/maps/away/away_site/unathi_pirate/tarwa/unathi_pirate_tarwa_areas.dm @@ -64,4 +64,4 @@ icon_state = "cafeteria" /area/shuttle/tarwa - name = "Tarwa Conglomerate Shuttle" \ No newline at end of file + name = "Tarwa Conglomerate Shuttle" diff --git a/maps/away/away_sites.dm b/maps/away/away_sites.dm index 3ad2b60acea..4c521356960 100644 --- a/maps/away/away_sites.dm +++ b/maps/away/away_sites.dm @@ -2,4 +2,4 @@ /datum/map_template/ruin/away_site var/list/generate_mining_by_z - prefix = "maps/away/" \ No newline at end of file + prefix = "maps/away/" diff --git a/maps/away/ships/casino/casino_areas.dm b/maps/away/ships/casino/casino_areas.dm index 734a88ca68a..cc77d04cbc2 100644 --- a/maps/away/ships/casino/casino_areas.dm +++ b/maps/away/ships/casino/casino_areas.dm @@ -74,4 +74,4 @@ name = "\improper Casino Cutter" icon = 'maps/away/ships/casino/casino_sprites.dmi' icon_state = "shuttle" - requires_power = TRUE \ No newline at end of file + requires_power = TRUE diff --git a/maps/away/ships/dpra/hailstorm/hailstorm_areas.dm b/maps/away/ships/dpra/hailstorm/hailstorm_areas.dm index 8893feb4d6b..55a7614326f 100644 --- a/maps/away/ships/dpra/hailstorm/hailstorm_areas.dm +++ b/maps/away/ships/dpra/hailstorm/hailstorm_areas.dm @@ -49,4 +49,4 @@ /area/shuttle/hailstorm_shuttle name = "\improper Hailstorm Shuttle" - requires_power = TRUE \ No newline at end of file + requires_power = TRUE diff --git a/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette_areas.dm b/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette_areas.dm index 78000e5c59d..41a058b97e1 100644 --- a/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette_areas.dm +++ b/maps/away/ships/hegemony/hegemony_corvette/hegemony_corvette_areas.dm @@ -117,4 +117,4 @@ //Shuttle /area/shuttle/hegemony - name = "Hegemony Shuttle" \ No newline at end of file + name = "Hegemony Shuttle" diff --git a/maps/away/ships/hegemony/merchants_guild/merchant_freighter_areas.dm b/maps/away/ships/hegemony/merchants_guild/merchant_freighter_areas.dm index 3856128b73e..20b52ffe112 100644 --- a/maps/away/ships/hegemony/merchants_guild/merchant_freighter_areas.dm +++ b/maps/away/ships/hegemony/merchants_guild/merchant_freighter_areas.dm @@ -52,4 +52,4 @@ icon_state = "bridge" /area/shuttle/merchants_guild - name = "\improper Merchants' Guild - Shuttle" \ No newline at end of file + name = "\improper Merchants' Guild - Shuttle" diff --git a/maps/away/ships/hegemony/miners_guild/miners_guild_areas.dm b/maps/away/ships/hegemony/miners_guild/miners_guild_areas.dm index 029f4889a9f..8845d5f6801 100644 --- a/maps/away/ships/hegemony/miners_guild/miners_guild_areas.dm +++ b/maps/away/ships/hegemony/miners_guild/miners_guild_areas.dm @@ -63,4 +63,4 @@ //shuttle /area/shuttle/miners_guild - name = "Miners' Guild Shuttle" \ No newline at end of file + name = "Miners' Guild Shuttle" diff --git a/maps/away/ships/heph/cyclops/cyclops_mining_areas.dm b/maps/away/ships/heph/cyclops/cyclops_mining_areas.dm index 2c17fbb32f6..52c8817d7b3 100644 --- a/maps/away/ships/heph/cyclops/cyclops_mining_areas.dm +++ b/maps/away/ships/heph/cyclops/cyclops_mining_areas.dm @@ -48,4 +48,4 @@ /area/shuttle/cyclops_shuttle name = "Wisp Shuttle" - icon_state = "shuttle2" \ No newline at end of file + icon_state = "shuttle2" diff --git a/maps/away/ships/nka/nka_merchant/nka_merchant_areas.dm b/maps/away/ships/nka/nka_merchant/nka_merchant_areas.dm index 005fac28cd1..89b30417009 100644 --- a/maps/away/ships/nka/nka_merchant/nka_merchant_areas.dm +++ b/maps/away/ships/nka/nka_merchant/nka_merchant_areas.dm @@ -53,4 +53,4 @@ //Shuttle /area/shuttle/nka_merchant_shuttle - name = "\improper Her Majesty's Mercantile Flotilla Shuttle" \ No newline at end of file + name = "\improper Her Majesty's Mercantile Flotilla Shuttle" diff --git a/maps/away/ships/pra/database_freighter/database_freighter_areas.dm b/maps/away/ships/pra/database_freighter/database_freighter_areas.dm index 270832d07a9..66a32439873 100644 --- a/maps/away/ships/pra/database_freighter/database_freighter_areas.dm +++ b/maps/away/ships/pra/database_freighter/database_freighter_areas.dm @@ -49,4 +49,4 @@ //Shuttle /area/shuttle/database_freighter_shuttle - name = "\improper Database Freighter Shuttle" \ No newline at end of file + name = "\improper Database Freighter Shuttle" diff --git a/maps/away/ships/pra/headmaster/headmaster_areas.dm b/maps/away/ships/pra/headmaster/headmaster_areas.dm index e64b26d35c9..4d7e650fe4a 100644 --- a/maps/away/ships/pra/headmaster/headmaster_areas.dm +++ b/maps/away/ships/pra/headmaster/headmaster_areas.dm @@ -53,4 +53,4 @@ //Shuttle /area/shuttle/headmaster_shuttle - name = "\improper Orbital Fleet Shuttle" \ No newline at end of file + name = "\improper Orbital Fleet Shuttle" diff --git a/maps/away/ships/tajara/circus/adhomian_circus_areas.dm b/maps/away/ships/tajara/circus/adhomian_circus_areas.dm index cc0c38e91df..f434c3315b4 100644 --- a/maps/away/ships/tajara/circus/adhomian_circus_areas.dm +++ b/maps/away/ships/tajara/circus/adhomian_circus_areas.dm @@ -60,4 +60,4 @@ /area/shuttle/adhomian_circus_shuttle name = "Adhomian Traveling Circus Shuttle" icon_state = "shuttle2" - requires_power = TRUE \ No newline at end of file + requires_power = TRUE diff --git a/maps/event/code/event.dm b/maps/event/code/event.dm index 94458c7ee4b..d27d865bc9f 100644 --- a/maps/event/code/event.dm +++ b/maps/event/code/event.dm @@ -27,4 +27,4 @@ shuttle_call_restarts = TRUE shuttle_called_message = "OOC NOTE: The round will restart in ten minutes, unless the crew transfer is recalled." - shuttle_recall_message = "OOC NOTE: The round will no longer restart." \ No newline at end of file + shuttle_recall_message = "OOC NOTE: The round will no longer restart." diff --git a/maps/event/generic_dock/code/generic_dock_areas.dm b/maps/event/generic_dock/code/generic_dock_areas.dm index 0d3bb63908c..e845730db14 100644 --- a/maps/event/generic_dock/code/generic_dock_areas.dm +++ b/maps/event/generic_dock/code/generic_dock_areas.dm @@ -10,4 +10,4 @@ luminosity = 0 requires_power = FALSE dynamic_lighting = TRUE - no_light_control = FALSE \ No newline at end of file + no_light_control = FALSE diff --git a/maps/event/idris_cruise/code/idris_cruise.dm b/maps/event/idris_cruise/code/idris_cruise.dm index 593f3071dd8..fca3ea82003 100644 --- a/maps/event/idris_cruise/code/idris_cruise.dm +++ b/maps/event/idris_cruise/code/idris_cruise.dm @@ -26,4 +26,4 @@ allowed_spawns = list("Living Quarters Lift", "Cryogenic Storage") spawn_types = list(/datum/spawnpoint/living_quarters_lift, /datum/spawnpoint/cryo) - default_spawn = "Living Quarters Lift" \ No newline at end of file + default_spawn = "Living Quarters Lift" diff --git a/maps/event/idris_cruise/code/idris_cruise_areas.dm b/maps/event/idris_cruise/code/idris_cruise_areas.dm index 7c17a4e746f..1bacf64852e 100644 --- a/maps/event/idris_cruise/code/idris_cruise_areas.dm +++ b/maps/event/idris_cruise/code/idris_cruise_areas.dm @@ -144,4 +144,4 @@ /area/cruise/library name = "Fore Observation Library" - icon_state = "green" \ No newline at end of file + icon_state = "green" diff --git a/maps/random_ruins/exoplanets/asteroid/coalition_base/coalition_base.dm b/maps/random_ruins/exoplanets/asteroid/coalition_base/coalition_base.dm index f8aa21b5571..8ba4357260d 100644 --- a/maps/random_ruins/exoplanets/asteroid/coalition_base/coalition_base.dm +++ b/maps/random_ruins/exoplanets/asteroid/coalition_base/coalition_base.dm @@ -1,20 +1,20 @@ /datum/map_template/ruin/exoplanet/coalition_base - name = "Abandoned Coalition Relay" - id = "coalition_base" - description = "An abandoned Coalition base." + name = "Abandoned Coalition Relay" + id = "coalition_base" + description = "An abandoned Coalition base." - sectors = list(ALL_COALITION_SECTORS) - suffixes = list("asteroid/coalition_base/coalition_base.dmm") + sectors = list(ALL_COALITION_SECTORS) + suffixes = list("asteroid/coalition_base/coalition_base.dmm") - planet_types = PLANET_ASTEROID|PLANET_BARREN - ruin_tags = RUIN_AIRLESS|RUIN_LOWPOP + planet_types = PLANET_ASTEROID|PLANET_BARREN + ruin_tags = RUIN_AIRLESS|RUIN_LOWPOP /area/coalition_base - name = "coalition base" - icon_state = "unknown" - requires_power = TRUE - dynamic_lighting = TRUE - no_light_control = TRUE + name = "coalition base" + icon_state = "unknown" + requires_power = TRUE + dynamic_lighting = TRUE + no_light_control = TRUE /area/coalition_base/eva_prep name = "EVA Preparation Room"