From d0c0e4a2078e48a77fd0f63f1d95329e9d3f5da4 Mon Sep 17 00:00:00 2001 From: datlo Date: Sat, 2 May 2020 11:00:50 +0200 Subject: [PATCH] trailing newlines --- code/datums/outfits/plasmamen.dm | 2 +- code/datums/spells/lichdom.dm | 2 +- code/game/gamemodes/wizard/wizloadouts.dm | 2 +- code/game/objects/items/weapons/scrolls.dm | 2 +- code/modules/clothing/spacesuits/plasmamen.dm | 2 +- code/modules/clothing/under/jobs/plasmamen/antags.dm | 2 +- code/modules/customitems/item_defines.dm | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/datums/outfits/plasmamen.dm b/code/datums/outfits/plasmamen.dm index 3cc48175243..94206c0ae3a 100644 --- a/code/datums/outfits/plasmamen.dm +++ b/code/datums/outfits/plasmamen.dm @@ -181,4 +181,4 @@ name = "Wizard Plasmaman" head = /obj/item/clothing/head/helmet/space/plasmaman/wizard - uniform = /obj/item/clothing/under/plasmaman/wizard \ No newline at end of file + uniform = /obj/item/clothing/under/plasmaman/wizard diff --git a/code/datums/spells/lichdom.dm b/code/datums/spells/lichdom.dm index 26c7124edfd..9175fd677fb 100644 --- a/code/datums/spells/lichdom.dm +++ b/code/datums/spells/lichdom.dm @@ -130,4 +130,4 @@ H.equip_to_slot_or_del(new /obj/item/clothing/suit/wizrobe/black(H), slot_wear_suit) H.equip_to_slot_or_del(new /obj/item/clothing/head/wizard/black(H), slot_head) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H), slot_shoes) - H.equip_to_slot_or_del(new /obj/item/clothing/under/color/black(H), slot_w_uniform) \ No newline at end of file + H.equip_to_slot_or_del(new /obj/item/clothing/under/color/black(H), slot_w_uniform) diff --git a/code/game/gamemodes/wizard/wizloadouts.dm b/code/game/gamemodes/wizard/wizloadouts.dm index 34c51b69a7b..dfe36dcd8ab 100644 --- a/code/game/gamemodes/wizard/wizloadouts.dm +++ b/code/game/gamemodes/wizard/wizloadouts.dm @@ -68,4 +68,4 @@ H.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/det_suit(H), slot_wear_suit) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/combat(H), slot_shoes) H.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat(H), slot_gloves) - H.equip_to_slot_or_del(new /obj/item/clothing/under/syndicate(H), slot_w_uniform) \ No newline at end of file + H.equip_to_slot_or_del(new /obj/item/clothing/under/syndicate(H), slot_w_uniform) diff --git a/code/game/objects/items/weapons/scrolls.dm b/code/game/objects/items/weapons/scrolls.dm index 26357a417cf..0f25239e4e4 100644 --- a/code/game/objects/items/weapons/scrolls.dm +++ b/code/game/objects/items/weapons/scrolls.dm @@ -104,4 +104,4 @@ smoke.start() src.uses -= 1 - user.update_action_buttons_icon() //Update action buttons as some spells might now be castable \ No newline at end of file + user.update_action_buttons_icon() //Update action buttons as some spells might now be castable diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 686c0b0f765..49d3fd5fb53 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -269,4 +269,4 @@ permeability_coefficient = 0.01 armor = list("melee" = 30, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 20, "bio" = 20, "rad" = 20, "fire" = 100, "acid" = 100) resistance_flags = FIRE_PROOF | ACID_PROOF - magical = TRUE \ No newline at end of file + magical = TRUE diff --git a/code/modules/clothing/under/jobs/plasmamen/antags.dm b/code/modules/clothing/under/jobs/plasmamen/antags.dm index a4ebc50307f..c1ec8062825 100644 --- a/code/modules/clothing/under/jobs/plasmamen/antags.dm +++ b/code/modules/clothing/under/jobs/plasmamen/antags.dm @@ -3,4 +3,4 @@ desc = "An envirosuit for plasmamen designed by the Wizard Federation. Still not spaceworthy..." icon_state = "wizard_envirosuit" item_state = "wizard_envirosuit" - item_color = "wizard_envirosuit" \ No newline at end of file + item_color = "wizard_envirosuit" diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 7fd3743c310..cd6867dd7e5 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1670,4 +1670,4 @@ item_state = "kikeridress" item_color = "kikeridress" body_parts_covered = UPPER_TORSO|LOWER_TORSO - species_restricted = list("Vox") \ No newline at end of file + species_restricted = list("Vox")