diff --git a/code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm b/code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm
index c907af59ff..f1b2603c23 100644
--- a/code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm
+++ b/code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm
@@ -1,3 +1,3 @@
/obj/machinery/atmospherics/binary/passive_gate/on
unlocked = 1
- icon_state = "on"
\ No newline at end of file
+ icon_state = "on"
diff --git a/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm b/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm
index 135e5a1194..e6f7c09d95 100644
--- a/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm
+++ b/code/ATMOSPHERICS/components/binary_devices/volume_pump.dm
@@ -18,4 +18,4 @@
if(!powered())
icon_state = "off"
else
- icon_state = "[use_power ? "on" : "off"]"
\ No newline at end of file
+ icon_state = "[use_power ? "on" : "off"]"
diff --git a/code/ATMOSPHERICS/pipes/cap.dm b/code/ATMOSPHERICS/pipes/cap.dm
index 72c9e82991..36fe8f2292 100644
--- a/code/ATMOSPHERICS/pipes/cap.dm
+++ b/code/ATMOSPHERICS/pipes/cap.dm
@@ -55,7 +55,7 @@
cut_overlays()
add_overlay(icon_manager.get_atmos_icon("pipe", , pipe_color, "cap[icon_connect_type]"))
-
+
/obj/machinery/atmospherics/pipe/cap/atmos_init()
for(var/obj/machinery/atmospherics/target in get_step(src, dir))
if (can_be_node(target, 1))
@@ -156,4 +156,4 @@
piping_layer = PIPING_LAYER_AUX
layer = PIPES_AUX_LAYER
icon_connect_type = "-aux"
- color = PIPE_COLOR_CYAN
\ No newline at end of file
+ color = PIPE_COLOR_CYAN
diff --git a/code/ATMOSPHERICS/pipes/he_pipes_vr.dm b/code/ATMOSPHERICS/pipes/he_pipes_vr.dm
index d763f75b74..3033470ae4 100644
--- a/code/ATMOSPHERICS/pipes/he_pipes_vr.dm
+++ b/code/ATMOSPHERICS/pipes/he_pipes_vr.dm
@@ -1,2 +1,2 @@
/obj/machinery/atmospherics/pipe/simple/heat_exchanging/set_leaking(var/new_leaking)
- return //Nope
\ No newline at end of file
+ return //Nope
diff --git a/code/ATMOSPHERICS/pipes/pipe_base_vr.dm b/code/ATMOSPHERICS/pipes/pipe_base_vr.dm
index d20e73ae89..36457a2189 100644
--- a/code/ATMOSPHERICS/pipes/pipe_base_vr.dm
+++ b/code/ATMOSPHERICS/pipes/pipe_base_vr.dm
@@ -1,2 +1,2 @@
/obj/machinery/atmospherics/pipe/set_leaking(var/new_leaking)
- return // N O P E
\ No newline at end of file
+ return // N O P E
diff --git a/code/ATMOSPHERICS/pipes/tank_vr.dm b/code/ATMOSPHERICS/pipes/tank_vr.dm
index b95c87ebd5..c38e9d0843 100644
--- a/code/ATMOSPHERICS/pipes/tank_vr.dm
+++ b/code/ATMOSPHERICS/pipes/tank_vr.dm
@@ -2,4 +2,4 @@
start_pressure = 15000
/obj/machinery/atmospherics/pipe/tank/air/full
- start_pressure = 15000
\ No newline at end of file
+ start_pressure = 15000
diff --git a/code/ZAS/Debug.dm b/code/ZAS/Debug.dm
index 224904a567..fb49366c76 100644
--- a/code/ZAS/Debug.dm
+++ b/code/ZAS/Debug.dm
@@ -17,4 +17,4 @@ var/image/mark = image('icons/Testing/Zone.dmi', icon_state = "mark")
dbg_img = img
/proc/soft_assert(thing,fail)
- if(!thing) message_admins(fail)
\ No newline at end of file
+ if(!thing) message_admins(fail)
diff --git a/code/__defines/_protect.dm b/code/__defines/_protect.dm
index b503155fae..8e162a8b33 100644
--- a/code/__defines/_protect.dm
+++ b/code/__defines/_protect.dm
@@ -8,4 +8,4 @@
}\
##Path/CanProcCall(procname){\
return FALSE;\
-}
\ No newline at end of file
+}
diff --git a/code/__defines/crafting.dm b/code/__defines/crafting.dm
index 81ce3b85c6..f46b2fc481 100644
--- a/code/__defines/crafting.dm
+++ b/code/__defines/crafting.dm
@@ -25,4 +25,4 @@
#define CAT_ICE "Frozen"
#define CAT_DRINK "Drinks"
#define CAT_CHEMISTRY "Chemistry"
-#define CAT_TOOL "Tool"
+#define CAT_TOOL "Tool"
diff --git a/code/__defines/hoses.dm b/code/__defines/hoses.dm
index 2a7bd4d803..056949fac8 100644
--- a/code/__defines/hoses.dm
+++ b/code/__defines/hoses.dm
@@ -1,3 +1,3 @@
#define HOSE_INPUT "Input"// Only pull liquid.
#define HOSE_OUTPUT "Output"// Only push liquid.
-#define HOSE_NEUTRAL "Neutral"// Equalize liquids, not super efficient, can waste reagents due to rounding.
\ No newline at end of file
+#define HOSE_NEUTRAL "Neutral"// Equalize liquids, not super efficient, can waste reagents due to rounding.
diff --git a/code/__defines/integrated_circuits.dm b/code/__defines/integrated_circuits.dm
index d8b246f0cf..ecbbdedbc9 100644
--- a/code/__defines/integrated_circuits.dm
+++ b/code/__defines/integrated_circuits.dm
@@ -1,4 +1,4 @@
// Methods of obtaining a circuit.
#define IC_SPAWN_DEFAULT 1 // If the circuit comes in the default circuit box and able to be printed in the IC printer.
#define IC_SPAWN_RESEARCH 2 // If the circuit design will be available in the IC printer after upgrading it.
-#define IC_SPAWN_ILLEGAL 3 // If the circuit design will be available if upgrading the IC printer illegally.
\ No newline at end of file
+#define IC_SPAWN_ILLEGAL 3 // If the circuit design will be available if upgrading the IC printer illegally.
diff --git a/code/__defines/sqlite_defines.dm b/code/__defines/sqlite_defines.dm
index 4a4c4fe689..a7427c9737 100644
--- a/code/__defines/sqlite_defines.dm
+++ b/code/__defines/sqlite_defines.dm
@@ -4,4 +4,4 @@
#define SQLITE_FEEDBACK_COLUMN_AUTHOR "author"
#define SQLITE_FEEDBACK_COLUMN_TOPIC "topic"
#define SQLITE_FEEDBACK_COLUMN_CONTENT "content"
-#define SQLITE_FEEDBACK_COLUMN_DATETIME "datetime"
\ No newline at end of file
+#define SQLITE_FEEDBACK_COLUMN_DATETIME "datetime"
diff --git a/code/__defines/supply.dm b/code/__defines/supply.dm
index 81b32d703d..faea9e1468 100644
--- a/code/__defines/supply.dm
+++ b/code/__defines/supply.dm
@@ -16,4 +16,4 @@
#define SUP_ORDER_REQUESTED "Requested"
#define SUP_ORDER_APPROVED "Approved"
#define SUP_ORDER_DENIED "Denied"
-#define SUP_ORDER_SHIPPED "Shipped"
\ No newline at end of file
+#define SUP_ORDER_SHIPPED "Shipped"
diff --git a/code/__defines/targeting.dm b/code/__defines/targeting.dm
index 4bbe734592..8674ff584c 100644
--- a/code/__defines/targeting.dm
+++ b/code/__defines/targeting.dm
@@ -1,4 +1,4 @@
#define TARGET_CAN_MOVE 1
#define TARGET_CAN_RUN 2
#define TARGET_CAN_CLICK 4
-#define TARGET_CAN_RADIO 8
\ No newline at end of file
+#define TARGET_CAN_RADIO 8
diff --git a/code/__defines/tools.dm b/code/__defines/tools.dm
index d7b5e1cdba..2ecfed08ef 100644
--- a/code/__defines/tools.dm
+++ b/code/__defines/tools.dm
@@ -18,4 +18,4 @@
#define TOOL_BONESET "bonesetter"
#define TOOL_KNIFE "knife"
#define TOOL_BLOODFILTER "bloodfilter"
-#define TOOL_ROLLINGPIN "rollingpin"
\ No newline at end of file
+#define TOOL_ROLLINGPIN "rollingpin"
diff --git a/code/__defines/unit_tests.dm b/code/__defines/unit_tests.dm
index 840673221c..111bbe60bf 100644
--- a/code/__defines/unit_tests.dm
+++ b/code/__defines/unit_tests.dm
@@ -2,4 +2,4 @@
#define ASCII_RED "[ASCII_ESC]\[31m"
#define ASCII_GREEN "[ASCII_ESC]\[32m"
#define ASCII_YELLOW "[ASCII_ESC]\[33m"
-#define ASCII_RESET "[ASCII_ESC]\[0m"
\ No newline at end of file
+#define ASCII_RESET "[ASCII_ESC]\[0m"
diff --git a/code/_global_vars/typecache.dm b/code/_global_vars/typecache.dm
index 2fdb1bd579..21c2656608 100644
--- a/code/_global_vars/typecache.dm
+++ b/code/_global_vars/typecache.dm
@@ -3,4 +3,4 @@
//Note: typecache can only replace istype if you know for sure the thing is at least a datum.
-GLOBAL_LIST_INIT(typecache_stack, typecacheof(/obj/item/stack))
\ No newline at end of file
+GLOBAL_LIST_INIT(typecache_stack, typecacheof(/obj/item/stack))
diff --git a/code/_helpers/_global_objects.dm b/code/_helpers/_global_objects.dm
index adbd2785e8..421f5c0af6 100644
--- a/code/_helpers/_global_objects.dm
+++ b/code/_helpers/_global_objects.dm
@@ -1,2 +1,2 @@
var/datum/gear_tweak/color/gear_tweak_free_color_choice = new()
-var/datum/gear_tweak/implant_location/gear_tweak_implant_location = new()
\ No newline at end of file
+var/datum/gear_tweak/implant_location/gear_tweak_implant_location = new()
diff --git a/code/_helpers/_global_objects_vr.dm b/code/_helpers/_global_objects_vr.dm
index 84642cc4d1..71e7c1ee81 100644
--- a/code/_helpers/_global_objects_vr.dm
+++ b/code/_helpers/_global_objects_vr.dm
@@ -1 +1 @@
-var/datum/gear_tweak/collar_tag/gear_tweak_collar_tag = new()
\ No newline at end of file
+var/datum/gear_tweak/collar_tag/gear_tweak_collar_tag = new()
diff --git a/code/_helpers/events.dm b/code/_helpers/events.dm
index 5f2e605512..72305379bb 100644
--- a/code/_helpers/events.dm
+++ b/code/_helpers/events.dm
@@ -36,4 +36,4 @@
var/area/A = locate(T)
if(!istype(A) || !A.contents.len) // Empty contents list means it's not on the map.
continue
- . += A
\ No newline at end of file
+ . += A
diff --git a/code/_helpers/matrices.dm b/code/_helpers/matrices.dm
index e2b41b2f5b..cc4caadbb4 100644
--- a/code/_helpers/matrices.dm
+++ b/code/_helpers/matrices.dm
@@ -128,4 +128,4 @@
#undef LUMR
#undef LUMG
-#undef LUMB
\ No newline at end of file
+#undef LUMB
diff --git a/code/_helpers/string_lists.dm b/code/_helpers/string_lists.dm
index 6e2dc2c318..1c0e555650 100644
--- a/code/_helpers/string_lists.dm
+++ b/code/_helpers/string_lists.dm
@@ -11,4 +11,4 @@ GLOBAL_LIST_EMPTY(string_lists)
if(.)
return
- return GLOB.string_lists[string_id] = values
\ No newline at end of file
+ return GLOB.string_lists[string_id] = values
diff --git a/code/_helpers/typelists.dm b/code/_helpers/typelists.dm
index f271b9204d..3519eb60f3 100644
--- a/code/_helpers/typelists.dm
+++ b/code/_helpers/typelists.dm
@@ -40,4 +40,4 @@ GLOBAL_LIST_EMPTY(typelistkeys)
for (var/saving in savings)
to_chat(world, "Savings for [saving]: [savings[saving]] lists, [saveditems[saving]] items")
-#endif
\ No newline at end of file
+#endif
diff --git a/code/_macros.dm b/code/_macros.dm
index c5093110f5..ee43ee9494 100644
--- a/code/_macros.dm
+++ b/code/_macros.dm
@@ -22,7 +22,6 @@
#define open_link(target, url) target << link(url)
// From TG, might be useful to have.
-// Didn't port SEND_TEXT() since to_chat() appears to serve the same purpose.
#define DIRECT_OUTPUT(A, B) A << B
#define DIRECT_INPUT(A, B) A >> B
#define SEND_IMAGE(target, image) DIRECT_OUTPUT(target, image)
diff --git a/code/_onclick/_defines.dm b/code/_onclick/_defines.dm
index 3c76c35e80..28724c0374 100644
--- a/code/_onclick/_defines.dm
+++ b/code/_onclick/_defines.dm
@@ -1 +1 @@
-#define CLICKCATCHER_PLANE -99
\ No newline at end of file
+#define CLICKCATCHER_PLANE -99
diff --git a/code/_onclick/hud/ai.dm b/code/_onclick/hud/ai.dm
index 5143ea7007..a40ebbb82d 100644
--- a/code/_onclick/hud/ai.dm
+++ b/code/_onclick/hud/ai.dm
@@ -1,14 +1,14 @@
-/obj/screen/ai/multicam/Click()
- if(..())
- return
+/obj/screen/ai/multicam/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
- AI.toggle_multicam()
-
-/obj/screen/ai/add_multicam/Click()
- if(..())
- return
+ AI.toggle_multicam()
+
+/obj/screen/ai/add_multicam/Click()
+ if(..())
+ return
var/mob/living/silicon/ai/AI = usr
- AI.drop_new_multicam()
+ AI.drop_new_multicam()
/obj/screen/ai/up/Click()
var/mob/living/silicon/ai/AI = usr
@@ -154,7 +154,7 @@
using.layer = SCREEN_LAYER
HUD.adding += using
-//Multicamera mode
+//Multicamera mode
using = new /obj/screen/ai/multicam() // special
using.name = "Multicamera Mode"
using.icon = HUD.ui_style
@@ -162,8 +162,8 @@
using.screen_loc = ui_ai_multicam
using.layer = SCREEN_LAYER
HUD.adding += using
-
-//Add multicamera camera
+
+//Add multicamera camera
using = new /obj/screen/ai/add_multicam() // special
using.name = "New Camera"
using.icon = HUD.ui_style
@@ -188,7 +188,7 @@
using.screen_loc = ui_ai_updown
using.layer = SCREEN_LAYER
HUD.adding += using
-
+
if(client && apply_to_client)
client.screen = list()
client.screen += HUD.adding + HUD.other
diff --git a/code/_onclick/hud/alert_vr.dm b/code/_onclick/hud/alert_vr.dm
index e4168c3971..10200fe653 100644
--- a/code/_onclick/hud/alert_vr.dm
+++ b/code/_onclick/hud/alert_vr.dm
@@ -23,7 +23,7 @@
/obj/screen/alert/starving/synth
name = "Low Power"
desc = "Your battery is very low! Low power mode makes all movements slower."
-
+
/obj/screen/alert/xenochimera/reconstitution
name = "Reconstructing Form"
desc = "You're still rebuilding your body! Click the alert to find out how long you have left."
@@ -38,7 +38,7 @@
else if(H.revive_ready == REVIVING_DONE)
to_chat(usr, "You should have a notification + alert for this! Bug report that this is still here!")
*/
-
+
/obj/screen/alert/xenochimera/readytohatch
name = "Ready to Hatch"
desc = "You're done reconstructing your cells! Click me to Hatch!"
diff --git a/code/_onclick/hud/minihud_mapper.dm b/code/_onclick/hud/minihud_mapper.dm
index 6c58be2694..b70f655e0e 100644
--- a/code/_onclick/hud/minihud_mapper.dm
+++ b/code/_onclick/hud/minihud_mapper.dm
@@ -10,4 +10,4 @@
/datum/mini_hud/mapper/Destroy()
owner?.hud_item = null
owner?.hud_datum = null
- return ..()
\ No newline at end of file
+ return ..()
diff --git a/code/_onclick/hud/robot_vr.dm b/code/_onclick/hud/robot_vr.dm
index 8043ac4f9a..26b431b2d4 100644
--- a/code/_onclick/hud/robot_vr.dm
+++ b/code/_onclick/hud/robot_vr.dm
@@ -1,4 +1,4 @@
/mob/living/silicon/robot/update_hud()
if(modtype)
hands.icon_state = get_hud_module_icon()
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/controllers/subsystems/events2.dm b/code/controllers/subsystems/events2.dm
index e52025b2c0..a0706fadef 100644
--- a/code/controllers/subsystems/events2.dm
+++ b/code/controllers/subsystems/events2.dm
@@ -33,4 +33,4 @@ SUBSYSTEM_DEF(event_ticker)
/datum/controller/subsystem/event_ticker/proc/event_finished(datum/event2/event/E)
log_debug("Event [E.type] has finished.")
active_events -= E
- finished_events += E
\ No newline at end of file
+ finished_events += E
diff --git a/code/controllers/subsystems/processing/obj.dm b/code/controllers/subsystems/processing/obj.dm
index 37f3acc7c6..8812a59663 100644
--- a/code/controllers/subsystems/processing/obj.dm
+++ b/code/controllers/subsystems/processing/obj.dm
@@ -13,4 +13,4 @@ PROCESSING_SUBSYSTEM_DEF(obj)
if(!isobj(D))
log_debug("[name] subsystem Recover() found inappropriate item in list: [D.type]")
if(CHECK_BITFIELD(D.datum_flags, DF_ISPROCESSING))
- processing |= D
\ No newline at end of file
+ processing |= D
diff --git a/code/datums/autolathe/autolathe.dm b/code/datums/autolathe/autolathe.dm
index f12e4f9bcc..a586c83454 100644
--- a/code/datums/autolathe/autolathe.dm
+++ b/code/datums/autolathe/autolathe.dm
@@ -127,4 +127,4 @@
var/man_rating = 0
/datum/category_item/autolathe/dd_SortValue()
- return name
\ No newline at end of file
+ return name
diff --git a/code/datums/autolathe/engineering_vr.dm b/code/datums/autolathe/engineering_vr.dm
index 0b3fe19dc3..93c06fd7f2 100644
--- a/code/datums/autolathe/engineering_vr.dm
+++ b/code/datums/autolathe/engineering_vr.dm
@@ -72,4 +72,4 @@
/datum/category_item/autolathe/engineering/arf_generator
name = "atmospheric field generator electronics"
- path =/obj/item/circuitboard/arf_generator
\ No newline at end of file
+ path =/obj/item/circuitboard/arf_generator
diff --git a/code/datums/autolathe/general_vr.dm b/code/datums/autolathe/general_vr.dm
index 1b47ae4d56..e767d36afd 100644
--- a/code/datums/autolathe/general_vr.dm
+++ b/code/datums/autolathe/general_vr.dm
@@ -9,4 +9,3 @@
/datum/category_item/autolathe/general/drinkingglass/pitcher
name = "plastic pitcher"
path =/obj/item/reagent_containers/food/drinks/glass2/pitcher
-
\ No newline at end of file
diff --git a/code/datums/autolathe/medical_vr.dm b/code/datums/autolathe/medical_vr.dm
index 0831ed9b78..cfc893a542 100644
--- a/code/datums/autolathe/medical_vr.dm
+++ b/code/datums/autolathe/medical_vr.dm
@@ -6,4 +6,4 @@
/datum/category_item/autolathe/medical/autoinjector/biginjector
name = "empty large autoinjector"
path =/obj/item/reagent_containers/hypospray/autoinjector/biginjector/empty
- resources = list(MAT_PLASTIC = 500)
\ No newline at end of file
+ resources = list(MAT_PLASTIC = 500)
diff --git a/code/datums/components/crafting/crafting_external.dm b/code/datums/components/crafting/crafting_external.dm
index 8346a0fa58..887c20a327 100644
--- a/code/datums/components/crafting/crafting_external.dm
+++ b/code/datums/components/crafting/crafting_external.dm
@@ -40,4 +40,4 @@
/obj/machinery/CheckParts(list/parts_list)
..()
- RefreshParts()
\ No newline at end of file
+ RefreshParts()
diff --git a/code/datums/components/crafting/recipes/primitive.dm b/code/datums/components/crafting/recipes/primitive.dm
index ce268e893a..0e852ee611 100644
--- a/code/datums/components/crafting/recipes/primitive.dm
+++ b/code/datums/components/crafting/recipes/primitive.dm
@@ -36,4 +36,4 @@
list(/obj/item/stack/material/cloth = 3)
)
time = 60
- category = CAT_CLOTHING
\ No newline at end of file
+ category = CAT_CLOTHING
diff --git a/code/datums/components/crafting/recipes/survival.dm b/code/datums/components/crafting/recipes/survival.dm
index 3d05042250..ff0472e5c0 100644
--- a/code/datums/components/crafting/recipes/survival.dm
+++ b/code/datums/components/crafting/recipes/survival.dm
@@ -123,4 +123,4 @@
result = /obj/item/handcuffs/cable/plantfiber
reqs = list(list(/obj/item/stack/material/fiber = 3))
time = 60
- category = CAT_MISC
+ category = CAT_MISC
diff --git a/code/datums/components/crafting/recipes/weapons.dm b/code/datums/components/crafting/recipes/weapons.dm
index 41d96db57d..c57d936e7f 100644
--- a/code/datums/components/crafting/recipes/weapons.dm
+++ b/code/datums/components/crafting/recipes/weapons.dm
@@ -60,7 +60,7 @@
/datum/crafting_recipe/scopedrifle
name = "Bolt scope to bolt-action (cannot be removed)"
result = /obj/item/gun/projectile/shotgun/pump/rifle/scoped
- reqs = list(list(/obj/item/binoculars/scope = 1),
+ reqs = list(list(/obj/item/binoculars/scope = 1),
list(/obj/item/gun/projectile/shotgun/pump/rifle = 1))
time = 180
category = CAT_WEAPONRY
diff --git a/code/datums/game_masters/_common.dm b/code/datums/game_masters/_common.dm
index 142287f510..423521e491 100644
--- a/code/datums/game_masters/_common.dm
+++ b/code/datums/game_masters/_common.dm
@@ -3,4 +3,4 @@
/datum/game_master/proc/choose_event()
/datum/game_master/proc/log_game_master(message)
- // SSgame_master.log_game_master(message) // VOREStation Edit - We don't use SSgame_master yet.
\ No newline at end of file
+ // SSgame_master.log_game_master(message) // VOREStation Edit - We don't use SSgame_master yet.
diff --git a/code/datums/helper_datums/topic_input.dm b/code/datums/helper_datums/topic_input.dm
index bf07340225..0f6a9f7d68 100644
--- a/code/datums/helper_datums/topic_input.dm
+++ b/code/datums/helper_datums/topic_input.dm
@@ -57,4 +57,4 @@
/datum/topic_input/proc/getList(i)
var/t = getAndLocate(i)
- return islist(t) ? t : null
\ No newline at end of file
+ return islist(t) ? t : null
diff --git a/code/datums/hierarchy.dm b/code/datums/hierarchy.dm
index ab009e03c3..32f0ab3587 100644
--- a/code/datums/hierarchy.dm
+++ b/code/datums/hierarchy.dm
@@ -27,4 +27,4 @@
return hierarchy_type == type
/decl/hierarchy/dd_SortValue()
- return name
\ No newline at end of file
+ return name
diff --git a/code/datums/locations/nyx.dm b/code/datums/locations/nyx.dm
index 33df619660..2561e4ca81 100644
--- a/code/datums/locations/nyx.dm
+++ b/code/datums/locations/nyx.dm
@@ -99,4 +99,4 @@
name = "Euthenia"
desc = "A superneptune massing at 46 time that of Earth, Euthenia is one of the few planets still commonly called it's original survey designation. \
(The surveyor is noted to have a preference for ancient Greek mythology) As an ice giant, Euthenia has had consistent economic stability thanks to \
- the presence of fuel depots supplied by the giants atmosphere."
\ No newline at end of file
+ the presence of fuel depots supplied by the giants atmosphere."
diff --git a/code/datums/locations/sol.dm b/code/datums/locations/sol.dm
index c9d1132b2e..2dbe1ae32e 100644
--- a/code/datums/locations/sol.dm
+++ b/code/datums/locations/sol.dm
@@ -39,4 +39,4 @@
name = "Uranus"
/datum/locations/neptune
- name = "Neptune"
\ No newline at end of file
+ name = "Neptune"
diff --git a/code/datums/locations/tau_ceti.dm b/code/datums/locations/tau_ceti.dm
index 226692c450..a9aefd52bb 100644
--- a/code/datums/locations/tau_ceti.dm
+++ b/code/datums/locations/tau_ceti.dm
@@ -49,4 +49,4 @@
an anomalous network of cavities within the middle and lower crust of the planet that result in remarkably low gravity, and a complete lack of \
seismic activity. The planet is completely void of anything making settlement worthwhile, but recently there have been rumours of illegitimate \
shipping here. Security patrols have thus far turned up nothing, but some parties hypothesize that any smugglers or bandits could hide in the dense \
- molecular band in a median orbit around Tau Ceti to fool in-system sensors."
\ No newline at end of file
+ molecular band in a median orbit around Tau Ceti to fool in-system sensors."
diff --git a/code/datums/locations/uueoa_esa.dm b/code/datums/locations/uueoa_esa.dm
index ab5e06eb2a..39ed10c14d 100644
--- a/code/datums/locations/uueoa_esa.dm
+++ b/code/datums/locations/uueoa_esa.dm
@@ -37,4 +37,4 @@
/datum/locations/yoos
name = "Yoos"
- desc = "A tiny (1/8th the size of Moghes) frozen planet at the very edge of the Uueoa-Esa system of very little note."
\ No newline at end of file
+ desc = "A tiny (1/8th the size of Moghes) frozen planet at the very edge of the Uueoa-Esa system of very little note."
diff --git a/code/datums/looping_sounds/item_sounds.dm b/code/datums/looping_sounds/item_sounds.dm
index be43a0b259..8a79bdf770 100644
--- a/code/datums/looping_sounds/item_sounds.dm
+++ b/code/datums/looping_sounds/item_sounds.dm
@@ -42,4 +42,4 @@
/datum/looping_sound/small_motor/get_sound(starttime)
speed = clamp(speed, 1, 3)
- return ..(starttime, mid_sounds[speed])
\ No newline at end of file
+ return ..(starttime, mid_sounds[speed])
diff --git a/code/datums/managed_browsers/_managed_browser.dm b/code/datums/managed_browsers/_managed_browser.dm
index 718fa0570c..f6a10bde40 100644
--- a/code/datums/managed_browsers/_managed_browser.dm
+++ b/code/datums/managed_browsers/_managed_browser.dm
@@ -49,4 +49,4 @@ GLOBAL_VAR(managed_browser_id_ticker)
/datum/managed_browser/proc/interact(html, title, client/C)
var/datum/browser/popup = new(C.mob, browser_id, title, size_x, size_y, src)
popup.set_content(html)
- popup.open()
\ No newline at end of file
+ popup.open()
diff --git a/code/datums/modules.dm b/code/datums/modules.dm
index f2193c5e7b..3397e416ae 100644
--- a/code/datums/modules.dm
+++ b/code/datums/modules.dm
@@ -59,5 +59,3 @@ var/list/modules = list( // global associative list
modcount["[type]"] = num
return 2**num-1
-
-
diff --git a/code/datums/outfits/_defines.dm b/code/datums/outfits/_defines.dm
index 8d406ce1e0..48c40db0b2 100644
--- a/code/datums/outfits/_defines.dm
+++ b/code/datums/outfits/_defines.dm
@@ -5,4 +5,4 @@
#define OUTFIT_JOB_NAME(job_name) ("Job - " + job_name)
#define OUTFIT_MILITARY(job_name) ("Military Uniform - " + job_name)
-#define OUTFIT_COSTUME(job_name) ("Costume - " + job_name)
\ No newline at end of file
+#define OUTFIT_COSTUME(job_name) ("Costume - " + job_name)
diff --git a/code/datums/outfits/costumes/costume.dm b/code/datums/outfits/costumes/costume.dm
index 2e6167ee73..22388f8e49 100644
--- a/code/datums/outfits/costumes/costume.dm
+++ b/code/datums/outfits/costumes/costume.dm
@@ -1,2 +1,2 @@
/decl/hierarchy/outfit/costume
- undress = 0
\ No newline at end of file
+ undress = 0
diff --git a/code/datums/outfits/costumes/halloween.dm b/code/datums/outfits/costumes/halloween.dm
index 04eff3fc05..d8ad20d0f6 100644
--- a/code/datums/outfits/costumes/halloween.dm
+++ b/code/datums/outfits/costumes/halloween.dm
@@ -127,4 +127,4 @@
shoes = /obj/item/clothing/shoes/brown
head = /obj/item/clothing/head/marine
suit = /obj/item/clothing/suit/marine
- r_hand = /obj/item/gun/projectile/revolver/toy/sawnoff
\ No newline at end of file
+ r_hand = /obj/item/gun/projectile/revolver/toy/sawnoff
diff --git a/code/datums/outfits/jobs/command_vr.dm b/code/datums/outfits/jobs/command_vr.dm
index d120a0c41e..7d19d7b7ab 100644
--- a/code/datums/outfits/jobs/command_vr.dm
+++ b/code/datums/outfits/jobs/command_vr.dm
@@ -2,4 +2,4 @@
id_type = /obj/item/card/id/silver/hop
/decl/hierarchy/outfit/job/secretary
- id_type = /obj/item/card/id/silver/secretary
\ No newline at end of file
+ id_type = /obj/item/card/id/silver/secretary
diff --git a/code/datums/outfits/jobs/medical_vr.dm b/code/datums/outfits/jobs/medical_vr.dm
index 5576e71cad..faf77d3f9b 100644
--- a/code/datums/outfits/jobs/medical_vr.dm
+++ b/code/datums/outfits/jobs/medical_vr.dm
@@ -1,2 +1,2 @@
/decl/hierarchy/outfit/job/medical/doctor/virologist
- id_type = /obj/item/card/id/medical/virologist
\ No newline at end of file
+ id_type = /obj/item/card/id/medical/virologist
diff --git a/code/datums/outfits/military/fleet.dm b/code/datums/outfits/military/fleet.dm
index 915917918c..891e8d4c42 100644
--- a/code/datums/outfits/military/fleet.dm
+++ b/code/datums/outfits/military/fleet.dm
@@ -19,4 +19,4 @@
shoes = /obj/item/clothing/shoes/dress/white
suit = /obj/item/clothing/suit/storage/toggle/dress/fleet
gloves = /obj/item/clothing/gloves/white
- head = /obj/item/clothing/head/dress/fleet
\ No newline at end of file
+ head = /obj/item/clothing/head/dress/fleet
diff --git a/code/datums/outfits/military/marines.dm b/code/datums/outfits/military/marines.dm
index a5a81b973d..eb07c1027d 100644
--- a/code/datums/outfits/military/marines.dm
+++ b/code/datums/outfits/military/marines.dm
@@ -20,4 +20,4 @@
shoes = /obj/item/clothing/shoes/dress/white
suit = /obj/item/clothing/suit/dress/solgov/army
gloves = /obj/item/clothing/gloves/white
- head = /obj/item/clothing/head/dress/army
\ No newline at end of file
+ head = /obj/item/clothing/head/dress/army
diff --git a/code/datums/outfits/military/military.dm b/code/datums/outfits/military/military.dm
index fb47db35f5..b529bbc061 100644
--- a/code/datums/outfits/military/military.dm
+++ b/code/datums/outfits/military/military.dm
@@ -4,4 +4,4 @@
headset = /obj/item/radio/headset
headset_alt = /obj/item/radio/headset
- headset_earbud = /obj/item/radio/headset
\ No newline at end of file
+ headset_earbud = /obj/item/radio/headset
diff --git a/code/datums/repositories/ammomaterial.dm b/code/datums/repositories/ammomaterial.dm
index 7186adbd00..0e6e8013ef 100644
--- a/code/datums/repositories/ammomaterial.dm
+++ b/code/datums/repositories/ammomaterial.dm
@@ -15,4 +15,4 @@ var/global/datum/repository/ammomaterial/ammo_repository = new()
ammotypes[I] = temp.matter
qdel(temp)
- return ammotypes[I]
\ No newline at end of file
+ return ammotypes[I]
diff --git a/code/datums/repositories/repository.dm b/code/datums/repositories/repository.dm
index 511ea992c8..18b2876332 100644
--- a/code/datums/repositories/repository.dm
+++ b/code/datums/repositories/repository.dm
@@ -16,4 +16,4 @@
timestamp += valid_duration
/datum/cache_entry/valid_until/is_valid()
- return world.time < timestamp
\ No newline at end of file
+ return world.time < timestamp
diff --git a/code/datums/supplypacks/materials.dm b/code/datums/supplypacks/materials.dm
index f14e18bb26..b7b742bf60 100644
--- a/code/datums/supplypacks/materials.dm
+++ b/code/datums/supplypacks/materials.dm
@@ -124,4 +124,4 @@
cost = 10
containertype = /obj/structure/closet/crate/grayson
contains = list(/obj/fiftyspawner/concrete)
- containername = "Concrete bricks crate"
\ No newline at end of file
+ containername = "Concrete bricks crate"
diff --git a/code/datums/supplypacks/musical.dm b/code/datums/supplypacks/musical.dm
index 6cdb04fb97..a7bb61403f 100644
--- a/code/datums/supplypacks/musical.dm
+++ b/code/datums/supplypacks/musical.dm
@@ -39,4 +39,4 @@
containertype = /obj/structure/closet/crate
containername = "keyed instruments crate"
-// /obj/item/instrument/piano_synth/headphones
\ No newline at end of file
+// /obj/item/instrument/piano_synth/headphones
diff --git a/code/datums/supplypacks/supplypacks.dm b/code/datums/supplypacks/supplypacks.dm
index 1afdda3a07..eb09085f07 100644
--- a/code/datums/supplypacks/supplypacks.dm
+++ b/code/datums/supplypacks/supplypacks.dm
@@ -60,4 +60,4 @@ var/list/all_supply_groups = list("Atmospherics",
// Keeping this subtype here for posterity, so it's more apparent that this is the subtype to use if making new randomised packs
/datum/supply_pack/randomised
- num_contained = 1
\ No newline at end of file
+ num_contained = 1
diff --git a/code/datums/supplypacks/vending_refills.dm b/code/datums/supplypacks/vending_refills.dm
index 88841f6062..13b57ea080 100644
--- a/code/datums/supplypacks/vending_refills.dm
+++ b/code/datums/supplypacks/vending_refills.dm
@@ -148,4 +148,4 @@
/obj/item/refill_cartridge/autoname/giftvendor)
name = "5-pack Extra-Cheap Vendor Refill Cartridges"
desc = "A five pack of random, discount, surplus vending machine refills."
- cost = 35
\ No newline at end of file
+ cost = 35
diff --git a/code/datums/underwear/underwear.dm b/code/datums/underwear/underwear.dm
index 366418df33..d9ee876bcd 100644
--- a/code/datums/underwear/underwear.dm
+++ b/code/datums/underwear/underwear.dm
@@ -70,4 +70,4 @@
var/image/I = image(icon = icon, icon_state = icon_state, layer = layer)
for(var/datum/gear_tweak/gt in tweaks)
gt.tweak_item(I, metadata && metadata["[gt]"] ? metadata["[gt]"] : gt.get_default())
- return I
\ No newline at end of file
+ return I
diff --git a/code/datums/uplink/ammunition.dm b/code/datums/uplink/ammunition.dm
index 76b5d44063..41638d420c 100644
--- a/code/datums/uplink/ammunition.dm
+++ b/code/datums/uplink/ammunition.dm
@@ -130,4 +130,4 @@
/datum/uplink_item/item/ammo/cell
name = "weapon cell"
- path = /obj/item/cell/device/weapon
\ No newline at end of file
+ path = /obj/item/cell/device/weapon
diff --git a/code/datums/uplink/backup.dm b/code/datums/uplink/backup.dm
index d85d67aa05..ed9c0013cf 100644
--- a/code/datums/uplink/backup.dm
+++ b/code/datums/uplink/backup.dm
@@ -32,4 +32,4 @@
a set of construction materials, an ionic rapier, an agent ID, energy sword, pinpointer, and a jetpack."
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 1.5
antag_roles = list("mercenary", "ert") //VOREStation Edit
- path = /obj/item/antag_spawner/syndicate_drone/mechanist
\ No newline at end of file
+ path = /obj/item/antag_spawner/syndicate_drone/mechanist
diff --git a/code/datums/uplink/grenades.dm b/code/datums/uplink/grenades.dm
index 3e70d652c5..99c3187ce1 100644
--- a/code/datums/uplink/grenades.dm
+++ b/code/datums/uplink/grenades.dm
@@ -66,4 +66,4 @@
/datum/uplink_item/item/grenades/flashbangs_singular
name = "1xFlashbang"
- item_cost = 8
\ No newline at end of file
+ item_cost = 8
diff --git a/code/datums/uplink/hardsuit_modules.dm b/code/datums/uplink/hardsuit_modules.dm
index 5ebc6c9a10..d9bb55da48 100644
--- a/code/datums/uplink/hardsuit_modules.dm
+++ b/code/datums/uplink/hardsuit_modules.dm
@@ -53,4 +53,4 @@
/datum/uplink_item/item/hardsuit_modules/laser_canon
name = "Mounted Laser Cannon"
item_cost = 80
- path = /obj/item/rig_module/mounted
\ No newline at end of file
+ path = /obj/item/rig_module/mounted
diff --git a/code/datums/uplink/implants.dm b/code/datums/uplink/implants.dm
index f9fa30a980..b596c1f2fd 100644
--- a/code/datums/uplink/implants.dm
+++ b/code/datums/uplink/implants.dm
@@ -73,7 +73,7 @@
name = "Integrated Surge Implant"
item_cost = 40
path = /obj/item/storage/box/syndie_kit/imp_aug/surge
-
+
/datum/uplink_item/item/implants/imp_armblade
name = "Integrated Armblade Implant"
item_cost = 40
diff --git a/code/datums/vending/vending.dm b/code/datums/vending/vending.dm
index 329c8c1959..72b0323433 100644
--- a/code/datums/vending/vending.dm
+++ b/code/datums/vending/vending.dm
@@ -10,4 +10,4 @@
..(stored, path, name, amount)
src.price = price
src.display_color = color
- src.category = category
\ No newline at end of file
+ src.category = category
diff --git a/code/datums/wires/autolathe.dm b/code/datums/wires/autolathe.dm
index fd71958caa..0b488eb6e0 100644
--- a/code/datums/wires/autolathe.dm
+++ b/code/datums/wires/autolathe.dm
@@ -54,4 +54,4 @@
spawn(50)
if(A && !is_cut(wire))
A.disabled = 0
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/datums/wires/grid_checker.dm b/code/datums/wires/grid_checker.dm
index 42bc470e05..af31fec8ac 100644
--- a/code/datums/wires/grid_checker.dm
+++ b/code/datums/wires/grid_checker.dm
@@ -61,4 +61,4 @@
if(G.wire_locked_out)
return
G.shock(usr, 70)
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/datums/wires/seedstorage.dm b/code/datums/wires/seedstorage.dm
index 19414b6731..45a6f35daf 100644
--- a/code/datums/wires/seedstorage.dm
+++ b/code/datums/wires/seedstorage.dm
@@ -55,4 +55,4 @@
else
V.req_access = initial(V.req_access)
V.req_one_access = initial(V.req_one_access)
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/datums/wires/shield_generator.dm b/code/datums/wires/shield_generator.dm
index 9ba0293591..fabc0e4ac8 100644
--- a/code/datums/wires/shield_generator.dm
+++ b/code/datums/wires/shield_generator.dm
@@ -44,4 +44,4 @@
switch(wire)
if(WIRE_CONTRABAND)
S.hacked = TRUE
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/datums/wires/smes.dm b/code/datums/wires/smes.dm
index ad63c12522..0e95abd497 100644
--- a/code/datums/wires/smes.dm
+++ b/code/datums/wires/smes.dm
@@ -54,4 +54,4 @@
S.safeties_enabled = 0
spawn(10)
S.safeties_enabled = 1
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/datums/wires/vending.dm b/code/datums/wires/vending.dm
index 33dc26f241..4667080bf1 100644
--- a/code/datums/wires/vending.dm
+++ b/code/datums/wires/vending.dm
@@ -50,4 +50,4 @@
V.seconds_electrified = -1
if(WIRE_IDSCAN)
V.scan_id = 1
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/game/antagonist/antagonist_equip.dm b/code/game/antagonist/antagonist_equip.dm
index 2f4bc6da3a..217933e7b4 100644
--- a/code/game/antagonist/antagonist_equip.dm
+++ b/code/game/antagonist/antagonist_equip.dm
@@ -14,4 +14,4 @@
/datum/antagonist/proc/unequip(var/mob/living/carbon/human/player)
if(!istype(player))
return 0
- return 1
\ No newline at end of file
+ return 1
diff --git a/code/game/antagonist/outsider/ert_vr.dm b/code/game/antagonist/outsider/ert_vr.dm
index e808272614..35c17ae8d6 100644
--- a/code/game/antagonist/outsider/ert_vr.dm
+++ b/code/game/antagonist/outsider/ert_vr.dm
@@ -3,4 +3,4 @@
hard_cap = 12
hard_cap_round = 12
initial_spawn_req = 4
- initial_spawn_target = 12
\ No newline at end of file
+ initial_spawn_target = 12
diff --git a/code/game/antagonist/outsider/trader.dm b/code/game/antagonist/outsider/trader.dm
index 9f09d492aa..7f30a3018e 100644
--- a/code/game/antagonist/outsider/trader.dm
+++ b/code/game/antagonist/outsider/trader.dm
@@ -65,4 +65,4 @@ var/datum/antagonist/trader/traders
for(var/obj/item/card/id/id in W.contents)
id.name = "[player.real_name]'s Passport"
id.registered_name = player.real_name
- W.name = "[initial(W.name)] ([id.name])"
\ No newline at end of file
+ W.name = "[initial(W.name)] ([id.name])"
diff --git a/code/game/area/Space Station 13 areas_vr.dm b/code/game/area/Space Station 13 areas_vr.dm
index 37887dcb16..97a8f77e85 100644
--- a/code/game/area/Space Station 13 areas_vr.dm
+++ b/code/game/area/Space Station 13 areas_vr.dm
@@ -179,7 +179,7 @@
//holodeck 3/29/21
/area/holodeck/source_smoleworld
name = "\improper Holodeck - Smolworld"
-
+
/area/holodeck/source_gym
name = "\improper Holodeck - Gym"
diff --git a/code/game/area/asteroid_areas_old.dm b/code/game/area/asteroid_areas_old.dm
index 3097fa0c28..91aaefdf10 100644
--- a/code/game/area/asteroid_areas_old.dm
+++ b/code/game/area/asteroid_areas_old.dm
@@ -134,4 +134,4 @@
/area/research_outpost/maintstore2
name = "Maintenance Storage"
- icon_state = "auxstorage"
\ No newline at end of file
+ icon_state = "auxstorage"
diff --git a/code/game/base_turf.dm b/code/game/base_turf.dm
index 238015d6ed..c327c8e54f 100644
--- a/code/game/base_turf.dm
+++ b/code/game/base_turf.dm
@@ -28,4 +28,4 @@
new_base_path = /turf/space
using_map.base_turf_by_z["[choice]"] = new_base_path
message_admins("[key_name_admin(usr)] has set the base turf for z-level [choice] to [get_base_turf(choice)].")
- log_admin("[key_name(usr)] has set the base turf for z-level [choice] to [get_base_turf(choice)].")
\ No newline at end of file
+ log_admin("[key_name(usr)] has set the base turf for z-level [choice] to [get_base_turf(choice)].")
diff --git a/code/game/gamemodes/changeling/powers/engorged_glands.dm b/code/game/gamemodes/changeling/powers/engorged_glands.dm
index b5d96064d6..8efb2cf46d 100644
--- a/code/game/gamemodes/changeling/powers/engorged_glands.dm
+++ b/code/game/gamemodes/changeling/powers/engorged_glands.dm
@@ -10,4 +10,4 @@
/mob/proc/changeling_engorgedglands()
src.mind.changeling.chem_storage += 30
src.mind.changeling.chem_recharge_rate *= 2
- return 1
\ No newline at end of file
+ return 1
diff --git a/code/game/gamemodes/changeling/powers/lsd_sting.dm b/code/game/gamemodes/changeling/powers/lsd_sting.dm
index fabb81327e..9529b13280 100644
--- a/code/game/gamemodes/changeling/powers/lsd_sting.dm
+++ b/code/game/gamemodes/changeling/powers/lsd_sting.dm
@@ -17,4 +17,4 @@
spawn(rand(300,600))
if(T) T.hallucination += 400
feedback_add_details("changeling_powers","HS")
- return 1
\ No newline at end of file
+ return 1
diff --git a/code/game/gamemodes/events/holidays/AprilFools.dm b/code/game/gamemodes/events/holidays/AprilFools.dm
index 2b4a1008ff..562e6b98e0 100644
--- a/code/game/gamemodes/events/holidays/AprilFools.dm
+++ b/code/game/gamemodes/events/holidays/AprilFools.dm
@@ -1 +1 @@
-//placeholder for holiday stuff
\ No newline at end of file
+//placeholder for holiday stuff
diff --git a/code/game/gamemodes/events/holidays/Easter.dm b/code/game/gamemodes/events/holidays/Easter.dm
index 2b4a1008ff..562e6b98e0 100644
--- a/code/game/gamemodes/events/holidays/Easter.dm
+++ b/code/game/gamemodes/events/holidays/Easter.dm
@@ -1 +1 @@
-//placeholder for holiday stuff
\ No newline at end of file
+//placeholder for holiday stuff
diff --git a/code/game/gamemodes/extended/extended.dm b/code/game/gamemodes/extended/extended.dm
index b9cdf22215..506320196c 100644
--- a/code/game/gamemodes/extended/extended.dm
+++ b/code/game/gamemodes/extended/extended.dm
@@ -3,4 +3,4 @@
config_tag = "extended"
required_players = 0
round_description = "Just have fun and role-play!"
- extended_round_description = "There are no antagonists during extended, unless an admin decides to be cheeky. Just play your character, mess around with your job, and have fun."
\ No newline at end of file
+ extended_round_description = "There are no antagonists during extended, unless an admin decides to be cheeky. Just play your character, mess around with your job, and have fun."
diff --git a/code/game/gamemodes/heist/heist.dm b/code/game/gamemodes/heist/heist.dm
index 65ad3d7f01..98e42aa640 100644
--- a/code/game/gamemodes/heist/heist.dm
+++ b/code/game/gamemodes/heist/heist.dm
@@ -16,4 +16,4 @@ var/global/list/obj/cortical_stacks = list() //Stacks for 'leave nobody behind'
colony of sizable population and considerable wealth causes it to often be the target of various \
attempts of robbery, fraud and other malicious actions."
end_on_antag_death = 0
- antag_tags = list(MODE_RAIDER)
\ No newline at end of file
+ antag_tags = list(MODE_RAIDER)
diff --git a/code/game/gamemodes/infiltrator/infiltrator.dm b/code/game/gamemodes/infiltrator/infiltrator.dm
index 22ea099ae0..bc035609fc 100644
--- a/code/game/gamemodes/infiltrator/infiltrator.dm
+++ b/code/game/gamemodes/infiltrator/infiltrator.dm
@@ -10,4 +10,4 @@
required_enemies = 2 // Bit pointless if there is only one, since its basically traitor.
end_on_antag_death = 0
antag_scaling_coeff = 5
- antag_tags = list(MODE_INFILTRATOR)
\ No newline at end of file
+ antag_tags = list(MODE_INFILTRATOR)
diff --git a/code/game/gamemodes/malfunction/malf_research_ability.dm b/code/game/gamemodes/malfunction/malf_research_ability.dm
index 8002dcead8..f267e9243a 100644
--- a/code/game/gamemodes/malfunction/malf_research_ability.dm
+++ b/code/game/gamemodes/malfunction/malf_research_ability.dm
@@ -10,4 +10,4 @@
/datum/malf_research_ability/process(var/time = 0)
invested += time
if(invested >= price)
- unlocked = 1
\ No newline at end of file
+ unlocked = 1
diff --git a/code/game/gamemodes/malfunction/newmalf_ability_trees/HARDWARE.dm b/code/game/gamemodes/malfunction/newmalf_ability_trees/HARDWARE.dm
index 4179f8228e..0a555f5612 100644
--- a/code/game/gamemodes/malfunction/newmalf_ability_trees/HARDWARE.dm
+++ b/code/game/gamemodes/malfunction/newmalf_ability_trees/HARDWARE.dm
@@ -109,5 +109,3 @@
ticker.station_explosion_cinematic(0,null)
if(ticker.mode)
ticker.mode:station_was_nuked = 1
-
-
diff --git a/code/game/gamemodes/mixed/conflux.dm b/code/game/gamemodes/mixed/conflux.dm
index fb98fb0982..489f734b9c 100644
--- a/code/game/gamemodes/mixed/conflux.dm
+++ b/code/game/gamemodes/mixed/conflux.dm
@@ -9,4 +9,4 @@
end_on_antag_death = 1
antag_tags = list(MODE_TECHNOMANCER, MODE_CULTIST)
require_all_templates = 1
- votable = 1
\ No newline at end of file
+ votable = 1
diff --git a/code/game/gamemodes/mixed/infestation.dm b/code/game/gamemodes/mixed/infestation.dm
index 34bd062b80..44200de315 100644
--- a/code/game/gamemodes/mixed/infestation.dm
+++ b/code/game/gamemodes/mixed/infestation.dm
@@ -13,4 +13,4 @@
/datum/game_mode/infestation/create_antagonists()
// Two of the three.
antag_tags -= pick(antag_tags)
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/game/gamemodes/mixed/intrigue.dm b/code/game/gamemodes/mixed/intrigue.dm
index 5c432c30db..46a0b32662 100644
--- a/code/game/gamemodes/mixed/intrigue.dm
+++ b/code/game/gamemodes/mixed/intrigue.dm
@@ -9,4 +9,4 @@
end_on_antag_death = 0
antag_tags = list(MODE_NINJA, MODE_AUTOTRAITOR)
round_autoantag = 1
- require_all_templates = 1
\ No newline at end of file
+ require_all_templates = 1
diff --git a/code/game/gamemodes/mixed/lizard.dm b/code/game/gamemodes/mixed/lizard.dm
index b1077cc825..7cd193797a 100644
--- a/code/game/gamemodes/mixed/lizard.dm
+++ b/code/game/gamemodes/mixed/lizard.dm
@@ -9,4 +9,4 @@
end_on_antag_death = 0
antag_tags = list(MODE_TECHNOMANCER, MODE_CHANGELING)
require_all_templates = 1
- votable = 1
\ No newline at end of file
+ votable = 1
diff --git a/code/game/gamemodes/mixed/uprising.dm b/code/game/gamemodes/mixed/uprising.dm
index d557cfc075..8dcab350ec 100644
--- a/code/game/gamemodes/mixed/uprising.dm
+++ b/code/game/gamemodes/mixed/uprising.dm
@@ -9,4 +9,4 @@
end_on_antag_death = 1
antag_tags = list(MODE_REVOLUTIONARY, MODE_LOYALIST, MODE_CULTIST)
require_all_templates = 1
- votable = 0
\ No newline at end of file
+ votable = 0
diff --git a/code/game/gamemodes/mixed/visitors.dm b/code/game/gamemodes/mixed/visitors.dm
index 4a8bd4b7d7..f13ec71fe7 100644
--- a/code/game/gamemodes/mixed/visitors.dm
+++ b/code/game/gamemodes/mixed/visitors.dm
@@ -9,4 +9,4 @@
end_on_antag_death = 0
antag_tags = list(MODE_TECHNOMANCER, MODE_NINJA)
require_all_templates = 1
- votable = 1
\ No newline at end of file
+ votable = 1
diff --git a/code/game/gamemodes/ninja/ninja.dm b/code/game/gamemodes/ninja/ninja.dm
index df3cb998b9..4fbd6114a9 100644
--- a/code/game/gamemodes/ninja/ninja.dm
+++ b/code/game/gamemodes/ninja/ninja.dm
@@ -14,4 +14,4 @@
required_enemies = 1
end_on_antag_death = 0
antag_tags = list(MODE_NINJA)
- votable = 0
\ No newline at end of file
+ votable = 0
diff --git a/code/game/gamemodes/technomancer/assistance/assistance.dm b/code/game/gamemodes/technomancer/assistance/assistance.dm
index 7e60741827..2311cb5e68 100644
--- a/code/game/gamemodes/technomancer/assistance/assistance.dm
+++ b/code/game/gamemodes/technomancer/assistance/assistance.dm
@@ -37,4 +37,4 @@
cost = 100
obj_path = null //TODO
one_use_only = 1
-*/
\ No newline at end of file
+*/
diff --git a/code/game/gamemodes/technomancer/devices/implants.dm b/code/game/gamemodes/technomancer/devices/implants.dm
index fd30fdd778..1852729ce0 100644
--- a/code/game/gamemodes/technomancer/devices/implants.dm
+++ b/code/game/gamemodes/technomancer/devices/implants.dm
@@ -8,4 +8,4 @@
name = "Explosive Implant"
desc = "A hidden implant which will explode if it hears a passphrase."
cost = 150
- obj_path = /obj/item/storage/box/syndie_kit/imp_explosive
\ No newline at end of file
+ obj_path = /obj/item/storage/box/syndie_kit/imp_explosive
diff --git a/code/game/gamemodes/technomancer/presets.dm b/code/game/gamemodes/technomancer/presets.dm
index 6222f39a12..907a45930e 100644
--- a/code/game/gamemodes/technomancer/presets.dm
+++ b/code/game/gamemodes/technomancer/presets.dm
@@ -51,4 +51,4 @@
desc = "This preset includes many Aspect functions, such as Aspect Aura, Aspect Bolt, Aspect Cloud, Aspect Weapon, etc, as well as \
cheap functions beloning to each aspect, for the purposes of combining with an aspect function. This allows you to be \
very flexable, however functions made from aspect functions tend to be weaker due to this. Not recommended for beginners."
- cost = 600
\ No newline at end of file
+ cost = 600
diff --git a/code/game/gamemodes/technomancer/spells/dispel.dm b/code/game/gamemodes/technomancer/spells/dispel.dm
index dbc68624fb..de498fb94e 100644
--- a/code/game/gamemodes/technomancer/spells/dispel.dm
+++ b/code/game/gamemodes/technomancer/spells/dispel.dm
@@ -20,4 +20,4 @@
var/mob/living/target = hit_atom
target.remove_modifiers_of_type(/datum/modifier/technomancer)
user.adjust_instability(10)
- qdel(src)
\ No newline at end of file
+ qdel(src)
diff --git a/code/game/gamemodes/technomancer/spells/projectile/force_missile.dm b/code/game/gamemodes/technomancer/spells/projectile/force_missile.dm
index 709025d9a9..7dba4311a2 100644
--- a/code/game/gamemodes/technomancer/spells/projectile/force_missile.dm
+++ b/code/game/gamemodes/technomancer/spells/projectile/force_missile.dm
@@ -27,4 +27,4 @@
check_armour = "melee"
impact_effect_type = /obj/effect/temp_visual/impact_effect/blue_laser
- hitsound_wall = 'sound/weapons/effects/searwall.ogg'
\ No newline at end of file
+ hitsound_wall = 'sound/weapons/effects/searwall.ogg'
diff --git a/code/game/gamemodes/technomancer/spells/projectile/ionic_bolt.dm b/code/game/gamemodes/technomancer/spells/projectile/ionic_bolt.dm
index cb70d144b8..09dec44101 100644
--- a/code/game/gamemodes/technomancer/spells/projectile/ionic_bolt.dm
+++ b/code/game/gamemodes/technomancer/spells/projectile/ionic_bolt.dm
@@ -17,4 +17,4 @@
instability_per_shot = 6
cooldown = 10
pre_shot_delay = 0
- fire_sound = 'sound/effects/supermatter.ogg'
\ No newline at end of file
+ fire_sound = 'sound/effects/supermatter.ogg'
diff --git a/code/game/gamemodes/technomancer/spells/projectile/lesser_chain_lightning.dm b/code/game/gamemodes/technomancer/spells/projectile/lesser_chain_lightning.dm
index 8c2b7709ac..cf2f0efcb8 100644
--- a/code/game/gamemodes/technomancer/spells/projectile/lesser_chain_lightning.dm
+++ b/code/game/gamemodes/technomancer/spells/projectile/lesser_chain_lightning.dm
@@ -20,4 +20,4 @@
/obj/item/projectile/beam/chain_lightning/lesser
bounces = 2
- power = 20
\ No newline at end of file
+ power = 20
diff --git a/code/game/gamemodes/technomancer/spells/projectile/lightning.dm b/code/game/gamemodes/technomancer/spells/projectile/lightning.dm
index de5dbabc6c..91d3684a9e 100644
--- a/code/game/gamemodes/technomancer/spells/projectile/lightning.dm
+++ b/code/game/gamemodes/technomancer/spells/projectile/lightning.dm
@@ -39,4 +39,4 @@
H.electrocute_act(power, src, H.get_siemens_coefficient_organ(affected), affected, 0)
else
target_mob.electrocute_act(power, src, 0.75, BP_TORSO)
- return 1
\ No newline at end of file
+ return 1
diff --git a/code/game/gamemodes/technomancer/spells/spawner/fire_blast.dm b/code/game/gamemodes/technomancer/spells/spawner/fire_blast.dm
index 7a785f6b86..62230fc27d 100644
--- a/code/game/gamemodes/technomancer/spells/spawner/fire_blast.dm
+++ b/code/game/gamemodes/technomancer/spells/spawner/fire_blast.dm
@@ -30,4 +30,4 @@
/obj/effect/temporary_effect/fire_blast/Destroy()
explosion(get_turf(src), -1, 1, 2, 5, adminlog = 1)
- ..()
\ No newline at end of file
+ ..()
diff --git a/code/game/json.dm b/code/game/json.dm
index 2a2bd78933..1510a00cd5 100644
--- a/code/game/json.dm
+++ b/code/game/json.dm
@@ -97,4 +97,4 @@ var/makejson = 1 //temp
switchmap(X,X)
/proc/send2adminirc(channel,msg)
world << channel << " "<< msg
- shell("python nudge.py '[channel]' [msg]")
\ No newline at end of file
+ shell("python nudge.py '[channel]' [msg]")
diff --git a/code/game/machinery/atmoalter/area_atmos_computer_vr.dm b/code/game/machinery/atmoalter/area_atmos_computer_vr.dm
index e20e8e1b71..6f29e2d934 100644
--- a/code/game/machinery/atmoalter/area_atmos_computer_vr.dm
+++ b/code/game/machinery/atmoalter/area_atmos_computer_vr.dm
@@ -24,8 +24,8 @@
/obj/machinery/computer/area_atmos/tag/validscrubber(var/obj/machinery/portable_atmospherics/powered/scrubber/huge/scrubber)
if(!istype(scrubber))
return FALSE
-
+
if(scrubber.scrub_id == src.scrub_id)
return TRUE
- return FALSE
\ No newline at end of file
+ return FALSE
diff --git a/code/game/machinery/buttons_vr.dm b/code/game/machinery/buttons_vr.dm
index fc97ad25c1..b627932270 100644
--- a/code/game/machinery/buttons_vr.dm
+++ b/code/game/machinery/buttons_vr.dm
@@ -20,4 +20,4 @@
if(D.icon_tinted)
if(D.id_tint == src.id || !D.id_tint)
spawn(0)
- D.toggle()
\ No newline at end of file
+ D.toggle()
diff --git a/code/game/machinery/computer/camera_vr.dm b/code/game/machinery/computer/camera_vr.dm
index 9a124d3de6..12c045f3e3 100644
--- a/code/game/machinery/computer/camera_vr.dm
+++ b/code/game/machinery/computer/camera_vr.dm
@@ -32,4 +32,4 @@
icon_screen = "mining"
network = list(NETWORK_XENOBIO)
circuit = /obj/item/circuitboard/security/xenobio
- light_color = "#F9BBFC"
\ No newline at end of file
+ light_color = "#F9BBFC"
diff --git a/code/game/machinery/embedded_controller/simple_docking_controller.dm b/code/game/machinery/embedded_controller/simple_docking_controller.dm
index 741a5f4374..793dc736ce 100644
--- a/code/game/machinery/embedded_controller/simple_docking_controller.dm
+++ b/code/game/machinery/embedded_controller/simple_docking_controller.dm
@@ -131,4 +131,4 @@
set src in view(1)
src.program:initiate_undocking()
-*/
\ No newline at end of file
+*/
diff --git a/code/game/machinery/event/stage_vr.dm b/code/game/machinery/event/stage_vr.dm
index 24b4bd62eb..42fcafef72 100644
--- a/code/game/machinery/event/stage_vr.dm
+++ b/code/game/machinery/event/stage_vr.dm
@@ -7,4 +7,4 @@
density = FALSE
pixel_y = -224
pixel_x = -224
- plane = -44
\ No newline at end of file
+ plane = -44
diff --git a/code/game/machinery/holosign.dm b/code/game/machinery/holosign.dm
index b21fb1120c..1e497a7d0e 100644
--- a/code/game/machinery/holosign.dm
+++ b/code/game/machinery/holosign.dm
@@ -80,4 +80,4 @@
M.toggle()
return
- return
\ No newline at end of file
+ return
diff --git a/code/game/machinery/neonsign.dm b/code/game/machinery/neonsign.dm
index 6e146af007..bf823bed18 100644
--- a/code/game/machinery/neonsign.dm
+++ b/code/game/machinery/neonsign.dm
@@ -71,4 +71,4 @@
M.toggle()
return
- return
\ No newline at end of file
+ return
diff --git a/code/game/machinery/portable_turret_vr.dm b/code/game/machinery/portable_turret_vr.dm
index a24f16ceb6..1c213d0ad7 100644
--- a/code/game/machinery/portable_turret_vr.dm
+++ b/code/game/machinery/portable_turret_vr.dm
@@ -31,4 +31,4 @@
lethal = TRUE
check_weapons = TRUE
auto_repair = TRUE
- can_salvage = FALSE
\ No newline at end of file
+ can_salvage = FALSE
diff --git a/code/game/machinery/suit_storage/suit_storage_units.dm b/code/game/machinery/suit_storage/suit_storage_units.dm
index 740d067776..54ba69e57a 100644
--- a/code/game/machinery/suit_storage/suit_storage_units.dm
+++ b/code/game/machinery/suit_storage/suit_storage_units.dm
@@ -51,4 +51,4 @@
/obj/machinery/suit_storage_unit/riot
suit_type = /obj/item/clothing/head/helmet/space/void/security/riot
helmet_type = /obj/item/clothing/suit/space/void/security/riot
- mask_type = /obj/item/clothing/mask/breath
\ No newline at end of file
+ mask_type = /obj/item/clothing/mask/breath
diff --git a/code/game/machinery/transportpod.dm b/code/game/machinery/transportpod.dm
index a925a616fd..fb43333603 100644
--- a/code/game/machinery/transportpod.dm
+++ b/code/game/machinery/transportpod.dm
@@ -107,4 +107,4 @@
var/turf/T = get_turf(current_cell)
if(!current_cell)
continue
- T.ChangeTurf(/turf/unsimulated/floor/shuttle_ceiling)
\ No newline at end of file
+ T.ChangeTurf(/turf/unsimulated/floor/shuttle_ceiling)
diff --git a/code/game/mecha/equipment/tools/running_board.dm b/code/game/mecha/equipment/tools/running_board.dm
index aa2748c7a7..4f55c5d08d 100644
--- a/code/game/mecha/equipment/tools/running_board.dm
+++ b/code/game/mecha/equipment/tools/running_board.dm
@@ -14,4 +14,4 @@
if(istype(M, /obj/mecha/working)) // is this a ripley?
. = ..()
else
- return FALSE
\ No newline at end of file
+ return FALSE
diff --git a/code/game/mecha/equipment/tools/speedboost.dm b/code/game/mecha/equipment/tools/speedboost.dm
index 7ffbeaee38..0ff960a38e 100644
--- a/code/game/mecha/equipment/tools/speedboost.dm
+++ b/code/game/mecha/equipment/tools/speedboost.dm
@@ -28,4 +28,4 @@
/obj/item/mecha_parts/mecha_equipment/speedboost/detach()
chassis.step_in = initial(chassis.step_in)
..()
- return
\ No newline at end of file
+ return
diff --git a/code/game/mecha/equipment/tools/storage_compartment.dm b/code/game/mecha/equipment/tools/storage_compartment.dm
index 1cbd0acce5..e31ad9a429 100644
--- a/code/game/mecha/equipment/tools/storage_compartment.dm
+++ b/code/game/mecha/equipment/tools/storage_compartment.dm
@@ -22,4 +22,4 @@
despite its blatant disregard for the fabric of reality or reality-adjacency."
icon_state = "mecha_phase_array"
storage_added = 15
- origin_tech = list(TECH_MATERIAL = 6, TECH_ENGINEERING = 4, TECH_MAGNET = 4, TECH_POWER = 5, TECH_BLUESPACE = 3)
\ No newline at end of file
+ origin_tech = list(TECH_MATERIAL = 6, TECH_ENGINEERING = 4, TECH_MAGNET = 4, TECH_POWER = 5, TECH_BLUESPACE = 3)
diff --git a/code/game/mecha/equipment/tools/teleporter.dm b/code/game/mecha/equipment/tools/teleporter.dm
index 7ff3e6a036..161b894752 100644
--- a/code/game/mecha/equipment/tools/teleporter.dm
+++ b/code/game/mecha/equipment/tools/teleporter.dm
@@ -17,4 +17,4 @@
chassis.use_power(energy_drain)
do_teleport(chassis, T, 4)
do_after_cooldown()
- return
\ No newline at end of file
+ return
diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm
index d9416629d5..337f5cebeb 100644
--- a/code/game/mecha/equipment/tools/tools.dm
+++ b/code/game/mecha/equipment/tools/tools.dm
@@ -1,3 +1,3 @@
/obj/item/mecha_parts/mecha_equipment/tool
matter = list(MAT_STEEL = 5000, MAT_GLASS = 3000)
- equip_type = EQUIP_UTILITY
\ No newline at end of file
+ equip_type = EQUIP_UTILITY
diff --git a/code/game/mecha/equipment/tools/wormhole.dm b/code/game/mecha/equipment/tools/wormhole.dm
index 232193b98a..abbe123f6a 100644
--- a/code/game/mecha/equipment/tools/wormhole.dm
+++ b/code/game/mecha/equipment/tools/wormhole.dm
@@ -47,4 +47,4 @@
src = null
spawn(rand(150,300))
qdel(P)
- return
\ No newline at end of file
+ return
diff --git a/code/game/mecha/equipment/weapons/energy/energy.dm b/code/game/mecha/equipment/weapons/energy/energy.dm
index 091e8dcc7b..1e42c1f660 100644
--- a/code/game/mecha/equipment/weapons/energy/energy.dm
+++ b/code/game/mecha/equipment/weapons/energy/energy.dm
@@ -1,3 +1,3 @@
/obj/item/mecha_parts/mecha_equipment/weapon/energy
name = "general energy weapon"
- auto_rearm = 1
\ No newline at end of file
+ auto_rearm = 1
diff --git a/code/game/mecha/equipment/weapons/energy/phased.dm b/code/game/mecha/equipment/weapons/energy/phased.dm
index 423755705f..ef7646e8bb 100644
--- a/code/game/mecha/equipment/weapons/energy/phased.dm
+++ b/code/game/mecha/equipment/weapons/energy/phased.dm
@@ -10,4 +10,4 @@
equip_type = EQUIP_UTILITY
- origin_tech = list(TECH_MATERIAL = 1, TECH_COMBAT = 2, TECH_MAGNET = 2)
\ No newline at end of file
+ origin_tech = list(TECH_MATERIAL = 1, TECH_COMBAT = 2, TECH_MAGNET = 2)
diff --git a/code/game/mecha/equipment/weapons/energy/pulse.dm b/code/game/mecha/equipment/weapons/energy/pulse.dm
index 99f7f1d0ce..ecc3cb12ff 100644
--- a/code/game/mecha/equipment/weapons/energy/pulse.dm
+++ b/code/game/mecha/equipment/weapons/energy/pulse.dm
@@ -18,4 +18,4 @@
src.life -= 10
if(life <= 0)
qdel(src)
- return
\ No newline at end of file
+ return
diff --git a/code/game/mecha/equipment/weapons/energy/stun.dm b/code/game/mecha/equipment/weapons/energy/stun.dm
index f73e439249..19e0e59d5f 100644
--- a/code/game/mecha/equipment/weapons/energy/stun.dm
+++ b/code/game/mecha/equipment/weapons/energy/stun.dm
@@ -14,4 +14,4 @@
energy_drain = 30
projectile = /obj/item/projectile/beam/stun/weak
- equip_type = EQUIP_UTILITY
\ No newline at end of file
+ equip_type = EQUIP_UTILITY
diff --git a/code/game/objects/effects/map_effects/perma_light.dm b/code/game/objects/effects/map_effects/perma_light.dm
index d2e9caa924..26e7dd2b00 100644
--- a/code/game/objects/effects/map_effects/perma_light.dm
+++ b/code/game/objects/effects/map_effects/perma_light.dm
@@ -36,4 +36,4 @@
light_range = 10
light_power = 5
light_color = "#b6cdff"
-// VOREStation Addition End
\ No newline at end of file
+// VOREStation Addition End
diff --git a/code/game/objects/effects/map_effects/screen_shaker.dm b/code/game/objects/effects/map_effects/screen_shaker.dm
index 15a83b4c3d..5369d7f490 100644
--- a/code/game/objects/effects/map_effects/screen_shaker.dm
+++ b/code/game/objects/effects/map_effects/screen_shaker.dm
@@ -14,4 +14,4 @@
for(var/mob/M as anything in player_list)
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/game/objects/effects/wire_deleter.dm b/code/game/objects/effects/wire_deleter.dm
index 89130ed7cb..1924ab7b2a 100644
--- a/code/game/objects/effects/wire_deleter.dm
+++ b/code/game/objects/effects/wire_deleter.dm
@@ -9,9 +9,9 @@
/obj/effect/wire_deleter/Initialize(mapload)
. = ..()
-
+
for(var/c in loc.contents)
if(istype(c, /obj/structure/cable))
if(prob(33))
qdel(c)
- qdel(src)
\ No newline at end of file
+ qdel(src)
diff --git a/code/game/objects/items/gunbox.dm b/code/game/objects/items/gunbox.dm
index 548122396c..4675f00a6c 100644
--- a/code/game/objects/items/gunbox.dm
+++ b/code/game/objects/items/gunbox.dm
@@ -60,4 +60,4 @@
var/atom/movable/AM = new new_type(get_turf(src))
if(istype(AM, /obj/item/gun))
to_chat(user, "You have chosen \the [AM]. Say hello to your new friend.")
- qdel(src)
\ No newline at end of file
+ qdel(src)
diff --git a/code/game/objects/items/stacks/nanopaste_vr.dm b/code/game/objects/items/stacks/nanopaste_vr.dm
index d0bd4e8003..e352b8bbe4 100644
--- a/code/game/objects/items/stacks/nanopaste_vr.dm
+++ b/code/game/objects/items/stacks/nanopaste_vr.dm
@@ -12,4 +12,4 @@
icon_state = "adv_nanopaste"
restoration_external = 10
repair_external = TRUE
- mech_repair = 20
\ No newline at end of file
+ mech_repair = 20
diff --git a/code/game/objects/items/stacks/stack_vr.dm b/code/game/objects/items/stacks/stack_vr.dm
index 1ff6496aa2..59c59ab452 100644
--- a/code/game/objects/items/stacks/stack_vr.dm
+++ b/code/game/objects/items/stacks/stack_vr.dm
@@ -34,4 +34,4 @@
if(istype(AM, src.type)) // Sanity so we don't try to merge non-stacks.
if(can_merge(AM))
merge(AM)
- return ..()
\ No newline at end of file
+ return ..()
diff --git a/code/game/objects/items/toys/balls_vr.dm b/code/game/objects/items/toys/balls_vr.dm
index 30f2c56d15..a8d56bfe2e 100644
--- a/code/game/objects/items/toys/balls_vr.dm
+++ b/code/game/objects/items/toys/balls_vr.dm
@@ -67,4 +67,4 @@
throwforce = 5.0
throw_speed = 5
throw_range = 5
- w_class = ITEMSIZE_SMALL
\ No newline at end of file
+ w_class = ITEMSIZE_SMALL
diff --git a/code/game/objects/items/toys/godfigures.dm b/code/game/objects/items/toys/godfigures.dm
index 9801640d54..77fe7f421a 100644
--- a/code/game/objects/items/toys/godfigures.dm
+++ b/code/game/objects/items/toys/godfigures.dm
@@ -128,4 +128,4 @@
if(src && input && !M.stat && in_range(M,src))
name = "icon of " + input
to_chat(M, "You name the figure. Glory to [input]!.")
- return 1
\ No newline at end of file
+ return 1
diff --git a/code/game/objects/items/weapons/bones.dm b/code/game/objects/items/weapons/bones.dm
index 4759d13fdf..0c582723df 100644
--- a/code/game/objects/items/weapons/bones.dm
+++ b/code/game/objects/items/weapons/bones.dm
@@ -49,4 +49,4 @@
name = "horn"
desc = "A hard conical structure made of bone or some other similar organic material. Traditionally seen affixed to helmets, hollowed out and filled with tasty drinks, or occasionally, attatched to the heads of animals."
icon = 'icons/obj/bones_vr.dmi'
- icon_state = "horn"
+ icon_state = "horn"
diff --git a/code/game/objects/items/weapons/cards_ids_vr.dm b/code/game/objects/items/weapons/cards_ids_vr.dm
index f4291f3e55..b7759ddb19 100644
--- a/code/game/objects/items/weapons/cards_ids_vr.dm
+++ b/code/game/objects/items/weapons/cards_ids_vr.dm
@@ -1,2 +1,2 @@
/obj/item/card/id
- slot_flags = SLOT_ID | SLOT_EARS
\ No newline at end of file
+ slot_flags = SLOT_ID | SLOT_EARS
diff --git a/code/game/objects/items/weapons/circuitboards/computer/air_management.dm b/code/game/objects/items/weapons/circuitboards/computer/air_management.dm
index 55a9e7ac06..126b1be255 100644
--- a/code/game/objects/items/weapons/circuitboards/computer/air_management.dm
+++ b/code/game/objects/items/weapons/circuitboards/computer/air_management.dm
@@ -1,5 +1,5 @@
#ifndef T_BOARD
-#error T_BOARD macro is not defined but we need it!
+#error T_BOARD macro is not defined but we need it!
#endif
/obj/item/circuitboard/air_management
diff --git a/code/game/objects/items/weapons/circuitboards/computer/telecomms.dm b/code/game/objects/items/weapons/circuitboards/computer/telecomms.dm
index f9bfcb5364..92fabccedf 100644
--- a/code/game/objects/items/weapons/circuitboards/computer/telecomms.dm
+++ b/code/game/objects/items/weapons/circuitboards/computer/telecomms.dm
@@ -1,5 +1,5 @@
#ifndef T_BOARD
-#error T_BOARD macro is not defined but we need it!
+#error T_BOARD macro is not defined but we need it!
#endif
/obj/item/circuitboard/comm_monitor
diff --git a/code/game/objects/items/weapons/circuitboards/machinery/biogenerator.dm b/code/game/objects/items/weapons/circuitboards/machinery/biogenerator.dm
index ff19969881..ce9f2f97ef 100644
--- a/code/game/objects/items/weapons/circuitboards/machinery/biogenerator.dm
+++ b/code/game/objects/items/weapons/circuitboards/machinery/biogenerator.dm
@@ -9,4 +9,4 @@
origin_tech = list(TECH_DATA = 2)
req_components = list(
/obj/item/stock_parts/matter_bin = 1,
- /obj/item/stock_parts/manipulator = 1)
\ No newline at end of file
+ /obj/item/stock_parts/manipulator = 1)
diff --git a/code/game/objects/items/weapons/circuitboards/machinery/kitchen_appliances.dm b/code/game/objects/items/weapons/circuitboards/machinery/kitchen_appliances.dm
index 6f54f8e31e..f71aec7ec2 100644
--- a/code/game/objects/items/weapons/circuitboards/machinery/kitchen_appliances.dm
+++ b/code/game/objects/items/weapons/circuitboards/machinery/kitchen_appliances.dm
@@ -71,4 +71,4 @@
req_components = list(
/obj/item/stock_parts/console_screen = 1,
/obj/item/stock_parts/motor = 1,
- /obj/item/stock_parts/capacitor = 1)
\ No newline at end of file
+ /obj/item/stock_parts/capacitor = 1)
diff --git a/code/game/objects/items/weapons/circuitboards/machinery/mech_recharger.dm b/code/game/objects/items/weapons/circuitboards/machinery/mech_recharger.dm
index ef3dce3b74..368948501a 100644
--- a/code/game/objects/items/weapons/circuitboards/machinery/mech_recharger.dm
+++ b/code/game/objects/items/weapons/circuitboards/machinery/mech_recharger.dm
@@ -10,4 +10,4 @@
req_components = list(
/obj/item/stock_parts/capacitor = 2,
/obj/item/stock_parts/scanning_module = 1,
- /obj/item/stock_parts/manipulator = 2)
\ No newline at end of file
+ /obj/item/stock_parts/manipulator = 2)
diff --git a/code/game/objects/items/weapons/circuitboards/machinery/recharge_station.dm b/code/game/objects/items/weapons/circuitboards/machinery/recharge_station.dm
index fe54eb4432..70bfbcc92c 100644
--- a/code/game/objects/items/weapons/circuitboards/machinery/recharge_station.dm
+++ b/code/game/objects/items/weapons/circuitboards/machinery/recharge_station.dm
@@ -11,4 +11,4 @@
/obj/item/stack/cable_coil = 5,
/obj/item/stock_parts/capacitor = 2,
/obj/item/stock_parts/manipulator = 2,
- /obj/item/cell = 1)
\ No newline at end of file
+ /obj/item/cell = 1)
diff --git a/code/game/objects/items/weapons/circuitboards/machinery/telecomms.dm b/code/game/objects/items/weapons/circuitboards/machinery/telecomms.dm
index 191a1f4516..2490a199cc 100644
--- a/code/game/objects/items/weapons/circuitboards/machinery/telecomms.dm
+++ b/code/game/objects/items/weapons/circuitboards/machinery/telecomms.dm
@@ -97,4 +97,4 @@
/obj/item/stock_parts/subspace/sub_filter = 1,
/obj/item/stock_parts/manipulator = 1,
/obj/item/stock_parts/subspace/treatment = 1,
- /obj/item/stack/cable_coil = 2)
\ No newline at end of file
+ /obj/item/stack/cable_coil = 2)
diff --git a/code/game/objects/items/weapons/circuitboards/other.dm b/code/game/objects/items/weapons/circuitboards/other.dm
index cc141fe64f..7b078d39d0 100644
--- a/code/game/objects/items/weapons/circuitboards/other.dm
+++ b/code/game/objects/items/weapons/circuitboards/other.dm
@@ -16,4 +16,4 @@
origin_tech = list(TECH_DATA = 3, TECH_MAGNET = 2)
req_components = list(
/obj/item/stock_parts/matter_bin = 2,
- /obj/item/stock_parts/manipulator = 2)
\ No newline at end of file
+ /obj/item/stock_parts/manipulator = 2)
diff --git a/code/game/objects/items/weapons/grenades/confetti.dm b/code/game/objects/items/weapons/grenades/confetti.dm
index 583e158f67..4100d05155 100644
--- a/code/game/objects/items/weapons/grenades/confetti.dm
+++ b/code/game/objects/items/weapons/grenades/confetti.dm
@@ -48,4 +48,4 @@
sleep(10)
qdel(src)
- return
\ No newline at end of file
+ return
diff --git a/code/game/objects/items/weapons/grenades/emgrenade.dm b/code/game/objects/items/weapons/grenades/emgrenade.dm
index 2700fa04c4..19157af633 100644
--- a/code/game/objects/items/weapons/grenades/emgrenade.dm
+++ b/code/game/objects/items/weapons/grenades/emgrenade.dm
@@ -22,4 +22,4 @@
emp_heavy = 1
emp_med = 2
emp_light = 3
- emp_long = 4
\ No newline at end of file
+ emp_long = 4
diff --git a/code/game/objects/items/weapons/grenades/projectile.dm b/code/game/objects/items/weapons/grenades/projectile.dm
index ac5e2e3a46..b70896e173 100644
--- a/code/game/objects/items/weapons/grenades/projectile.dm
+++ b/code/game/objects/items/weapons/grenades/projectile.dm
@@ -73,4 +73,4 @@
else if(!M.lying && src.loc != get_turf(src)) //if it's not on the turf, it must be in the mob!
P.attack_mob(M, 0, 25) //you're holding a grenade, dude!
else
- P.attack_mob(M, 0, 100) //otherwise, allow a decent amount of fragments to pass
\ No newline at end of file
+ P.attack_mob(M, 0, 100) //otherwise, allow a decent amount of fragments to pass
diff --git a/code/game/objects/items/weapons/grenades/supermatter.dm b/code/game/objects/items/weapons/grenades/supermatter.dm
index bbbd38be82..9b41c2c65b 100644
--- a/code/game/objects/items/weapons/grenades/supermatter.dm
+++ b/code/game/objects/items/weapons/grenades/supermatter.dm
@@ -33,4 +33,4 @@
supermatter_pull(src, world.view, STAGE_THREE)
if(world.time > implode_at)
explosion(loc, 1, 3, 5, 4)
- qdel(src)
\ No newline at end of file
+ qdel(src)
diff --git a/code/game/objects/items/weapons/handcuffs_vr.dm b/code/game/objects/items/weapons/handcuffs_vr.dm
index 3482029807..45df928fe6 100644
--- a/code/game/objects/items/weapons/handcuffs_vr.dm
+++ b/code/game/objects/items/weapons/handcuffs_vr.dm
@@ -2,4 +2,4 @@
name = "fuzzy legcuffs"
desc = "Use this to keep... 'prisoners' in line."
icon = 'icons/obj/items_vr.dmi'
- icon_state = "fuzzylegcuff"
\ No newline at end of file
+ icon_state = "fuzzylegcuff"
diff --git a/code/game/objects/items/weapons/implants/implantlanguage.dm b/code/game/objects/items/weapons/implants/implantlanguage.dm
index 5ffab2cf89..2d506e7e4f 100644
--- a/code/game/objects/items/weapons/implants/implantlanguage.dm
+++ b/code/game/objects/items/weapons/implants/implantlanguage.dm
@@ -76,4 +76,4 @@
Function: Allows a being otherwise incapable of speaking Skrellian to produce the phonemes of the language.
Special Features: None.
Integrity: Implant will function for expected life, barring physical damage."}
- return dat
\ No newline at end of file
+ return dat
diff --git a/code/game/objects/items/weapons/implants/implantuplink.dm b/code/game/objects/items/weapons/implants/implantuplink.dm
index 78d90e6727..e142c5bbda 100644
--- a/code/game/objects/items/weapons/implants/implantuplink.dm
+++ b/code/game/objects/items/weapons/implants/implantuplink.dm
@@ -22,4 +22,4 @@
/obj/item/implant/uplink/trigger(emote, mob/source as mob)
if(hidden_uplink && usr == source) // Let's not have another people activate our uplink
hidden_uplink.check_trigger(source, emote, activation_emote)
- return
\ No newline at end of file
+ return
diff --git a/code/game/objects/items/weapons/keys.dm b/code/game/objects/items/weapons/keys.dm
index cc275ebd51..3eba069c8d 100644
--- a/code/game/objects/items/weapons/keys.dm
+++ b/code/game/objects/items/weapons/keys.dm
@@ -7,4 +7,4 @@
pickup_sound = 'sound/items/pickup/ring.ogg'
w_class = ITEMSIZE_TINY
var/keyverb = "uses" //so simple_keys can be keycards instead, if desired
- var/key_id = "placeholder_DONOTUSE" //needs to match the associated door's LOCK_ID var
\ No newline at end of file
+ var/key_id = "placeholder_DONOTUSE" //needs to match the associated door's LOCK_ID var
diff --git a/code/game/objects/items/weapons/storage/briefcase.dm b/code/game/objects/items/weapons/storage/briefcase.dm
index 5ac6b3b74f..20e5db2f37 100644
--- a/code/game/objects/items/weapons/storage/briefcase.dm
+++ b/code/game/objects/items/weapons/storage/briefcase.dm
@@ -29,4 +29,4 @@
force = 4.0
w_class = ITEMSIZE_LARGE
max_w_class = ITEMSIZE_NORMAL
- max_storage_space = ITEMSIZE_COST_NORMAL * 4
\ No newline at end of file
+ max_storage_space = ITEMSIZE_COST_NORMAL * 4
diff --git a/code/game/objects/items/weapons/tools/brass.dm b/code/game/objects/items/weapons/tools/brass.dm
index 3eb41880d2..ff1fc5216d 100644
--- a/code/game/objects/items/weapons/tools/brass.dm
+++ b/code/game/objects/items/weapons/tools/brass.dm
@@ -31,4 +31,4 @@
icon_state = "brasswelder"
max_fuel = 20
origin_tech = list(TECH_ENGINEERING = 2, TECH_PHORON = 2)
- matter = list(MAT_STEEL = 70, MAT_GLASS = 60)
\ No newline at end of file
+ matter = list(MAT_STEEL = 70, MAT_GLASS = 60)
diff --git a/code/game/objects/random/anomalous.dm b/code/game/objects/random/anomalous.dm
index aedcbd2fb3..ccdec283aa 100644
--- a/code/game/objects/random/anomalous.dm
+++ b/code/game/objects/random/anomalous.dm
@@ -109,4 +109,4 @@
start_anomalous = TRUE
/obj/random/mug/anom
- start_anomalous = TRUE
\ No newline at end of file
+ start_anomalous = TRUE
diff --git a/code/game/objects/random/mapping_vr.dm b/code/game/objects/random/mapping_vr.dm
index ac4aaaa2da..691879c2d0 100644
--- a/code/game/objects/random/mapping_vr.dm
+++ b/code/game/objects/random/mapping_vr.dm
@@ -158,4 +158,4 @@
prob(2);/obj/item/clothing/ears/earmuffs,
prob(2);/obj/item/clothing/ears/earmuffs/headphones,
prob(2);/obj/item/toy/baseball
- )
\ No newline at end of file
+ )
diff --git a/code/game/objects/random/spacesuits.dm b/code/game/objects/random/spacesuits.dm
index b75afbc20d..2309592180 100644
--- a/code/game/objects/random/spacesuits.dm
+++ b/code/game/objects/random/spacesuits.dm
@@ -266,4 +266,4 @@
//VOREStation Add Start
/obj/random/rigsuit/chancetofail
spawn_nothing_percentage = 50
-//VOREStation Add End
\ No newline at end of file
+//VOREStation Add End
diff --git a/code/game/objects/random/unidentified/medicine.dm b/code/game/objects/random/unidentified/medicine.dm
index 3e3f671e91..717fdc5946 100644
--- a/code/game/objects/random/unidentified/medicine.dm
+++ b/code/game/objects/random/unidentified/medicine.dm
@@ -151,4 +151,4 @@ much more likely to show up. This is done for several purposes;
prob(30);/obj/item/reagent_containers/hypospray/autoinjector/biginjector/purity/unidentified,
prob(40);/obj/item/reagent_containers/hypospray/autoinjector/biginjector/expired/unidentified,
prob(10);/obj/item/reagent_containers/hypospray/autoinjector/biginjector/mutagen/unidentified,
- prob(20);/obj/item/reagent_containers/hypospray/autoinjector/biginjector/contaminated/unidentified)
\ No newline at end of file
+ prob(20);/obj/item/reagent_containers/hypospray/autoinjector/biginjector/contaminated/unidentified)
diff --git a/code/game/objects/structures/crates_lockers/closets/wardrobe_vr.dm b/code/game/objects/structures/crates_lockers/closets/wardrobe_vr.dm
index 7f9956a855..8a9a6d0f27 100644
--- a/code/game/objects/structures/crates_lockers/closets/wardrobe_vr.dm
+++ b/code/game/objects/structures/crates_lockers/closets/wardrobe_vr.dm
@@ -27,4 +27,4 @@
/obj/item/clothing/gloves/combat,
/obj/item/clothing/mask/balaclava/tactical,
/obj/item/clothing/mask/balaclava,
- /obj/item/clothing/mask/bandana/skull)
\ No newline at end of file
+ /obj/item/clothing/mask/bandana/skull)
diff --git a/code/game/objects/structures/dogbed.dm b/code/game/objects/structures/dogbed.dm
index b8ad1095fd..5eed94b63b 100644
--- a/code/game/objects/structures/dogbed.dm
+++ b/code/game/objects/structures/dogbed.dm
@@ -5,4 +5,4 @@
icon_state = "dogbed"
can_buckle = TRUE
buckle_dir = SOUTH
- buckle_lying = 1
\ No newline at end of file
+ buckle_lying = 1
diff --git a/code/game/objects/structures/flora/flora_vr.dm b/code/game/objects/structures/flora/flora_vr.dm
index 58ea426d97..2728991880 100644
--- a/code/game/objects/structures/flora/flora_vr.dm
+++ b/code/game/objects/structures/flora/flora_vr.dm
@@ -37,13 +37,13 @@
desc = "A fat, freshly picked pumpkin. This one has a face carved into it! This one has large, round eyes and a squiggly, cat-like smiling mouth. Its pleasantly surprised expression seems to suggest that the pumpkin has noticed something about you."
icon_state = "decor-jackolantern-owo"
-// Various decorá
+// Various decorá
/obj/structure/flora/log1
name = "waterlogged trunk"
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "A part of a felled tree. Moss is growing across it."
icon_state = "log1"
-
+
/obj/structure/flora/log2
name = "driftwood"
icon = 'icons/obj/flora/amayastuff.dmi'
@@ -55,13 +55,13 @@
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "A bunch of lilypads. A beautiful red flower grows in the middle of them."
icon_state = "lilypad1"
-
+
/obj/structure/flora/lily2
name = "yellow flowered lilypads"
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "A few lilypads. A sunny yellow flower stems from the water and from between the lilypads."
icon_state = "lilypad2"
-
+
/obj/structure/flora/lily3
name = "lilypads"
icon = 'icons/obj/flora/amayastuff.dmi'
@@ -73,29 +73,29 @@
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "A small boulder, with its top smothered with moss."
icon_state = "smallerboulder"
-
+
/obj/structure/flora/bboulder1
name = "large boulder"
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "Small stones sit beside this large boulder. Moss grows on the top of each of them."
icon_state = "bigboulder1"
density = TRUE
-
+
/obj/structure/flora/bboulder2
name = "jagged large boulder"
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "This boulder has had plates broken off it. Moss grows in the cracks and across the top."
icon_state = "bigboulder2"
density = TRUE
-
+
/obj/structure/flora/rocks1
name = "rocks"
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "A bunch of mossy rocks."
icon_state = "rocks1"
-
+
/obj/structure/flora/rocks2
name = "rocks"
icon = 'icons/obj/flora/amayastuff.dmi'
desc = "A bunch of mossy rocks."
- icon_state = "rocks2"
\ No newline at end of file
+ icon_state = "rocks2"
diff --git a/code/game/objects/structures/flora/grass.dm b/code/game/objects/structures/flora/grass.dm
index 0ed4e9c19c..66af4f08bd 100644
--- a/code/game/objects/structures/flora/grass.dm
+++ b/code/game/objects/structures/flora/grass.dm
@@ -23,4 +23,4 @@
/obj/structure/flora/grass/both/New()
..()
- icon_state = "snowgrassall[rand(1, 3)]"
\ No newline at end of file
+ icon_state = "snowgrassall[rand(1, 3)]"
diff --git a/code/game/objects/structures/props/fences.dm b/code/game/objects/structures/props/fences.dm
index 0d7ac7dbe2..d3409a6e78 100644
--- a/code/game/objects/structures/props/fences.dm
+++ b/code/game/objects/structures/props/fences.dm
@@ -4,4 +4,3 @@
name = "fence"
desc = "It's a fence! Not much else to say about it."
icon = 'icons/obj/props/decor_fences.dmi'
-
diff --git a/code/game/objects/structures/props/rocks.dm b/code/game/objects/structures/props/rocks.dm
index 253a36bda5..e77fa943fa 100644
--- a/code/game/objects/structures/props/rocks.dm
+++ b/code/game/objects/structures/props/rocks.dm
@@ -104,4 +104,4 @@
icon_state = "gems_3"
/obj/structure/prop/rock/glamour/small/alt3
- icon_state = "gems_4"
\ No newline at end of file
+ icon_state = "gems_4"
diff --git a/code/game/objects/structures/props/warfare.dm b/code/game/objects/structures/props/warfare.dm
index 04a903c15c..8148137d16 100644
--- a/code/game/objects/structures/props/warfare.dm
+++ b/code/game/objects/structures/props/warfare.dm
@@ -164,4 +164,4 @@
/obj/structure/prop/war/tgmc_30mm/loaded
icon_state = "30mm_cannon_loaded1"
/obj/structure/prop/war/tgmc_30mm/loadedempty
- icon_state = "30mm_cannon_loaded0"
\ No newline at end of file
+ icon_state = "30mm_cannon_loaded0"
diff --git a/code/game/objects/structures/signs_vr.dm b/code/game/objects/structures/signs_vr.dm
index 1e97c4736f..35e95d7d9f 100644
--- a/code/game/objects/structures/signs_vr.dm
+++ b/code/game/objects/structures/signs_vr.dm
@@ -62,4 +62,4 @@
/obj/structure/sign/small/warning/emerg_only
name = "\improper EMERGENCY USE ONLY"
- icon_state = "emerg_small"
\ No newline at end of file
+ icon_state = "emerg_small"
diff --git a/code/game/objects/structures/simple_doors_vr.dm b/code/game/objects/structures/simple_doors_vr.dm
index f6c9afd496..6c38272f14 100644
--- a/code/game/objects/structures/simple_doors_vr.dm
+++ b/code/game/objects/structures/simple_doors_vr.dm
@@ -20,4 +20,4 @@
icon_state = "flockdoor"
/obj/structure/simple_door/flock/New(var/newloc, var/newmat)
- ..(newloc, "flockium")
\ No newline at end of file
+ ..(newloc, "flockium")
diff --git a/code/game/response_team_vr.dm b/code/game/response_team_vr.dm
index 5b9c93ed6c..3d686cd723 100644
--- a/code/game/response_team_vr.dm
+++ b/code/game/response_team_vr.dm
@@ -8,4 +8,4 @@ GLOBAL_VAR(ert_loaded)
error("ERT Area is not a valid map template!")
else
MT.load_new_z(centered = TRUE)
- log_and_message_admins("Loaded the ERT shuttle just now.")
\ No newline at end of file
+ log_and_message_admins("Loaded the ERT shuttle just now.")
diff --git a/code/game/skincmd.dm b/code/game/skincmd.dm
index f8aa4c4b74..f09e880bfa 100644
--- a/code/game/skincmd.dm
+++ b/code/game/skincmd.dm
@@ -10,4 +10,4 @@
var/ref = copytext(data, 1, findtext(data, ";"))
if (src.skincmds[ref] != null)
var/obj/a = src.skincmds[ref]
- a.SkinCmd(src, copytext(data, findtext(data, ";") + 1))
\ No newline at end of file
+ a.SkinCmd(src, copytext(data, findtext(data, ";") + 1))
diff --git a/code/game/trader_visit_vr.dm b/code/game/trader_visit_vr.dm
index 14de3f9bc5..b9589eb2a5 100644
--- a/code/game/trader_visit_vr.dm
+++ b/code/game/trader_visit_vr.dm
@@ -8,4 +8,4 @@ GLOBAL_VAR(trader_loaded)
error("Trader is not a valid map template!")
else
MT.load_new_z(centered = TRUE)
- log_and_message_admins("Loaded the trade shuttle just now.")
\ No newline at end of file
+ log_and_message_admins("Loaded the trade shuttle just now.")
diff --git a/code/game/turfs/flooring/flooring_decals_vr.dm b/code/game/turfs/flooring/flooring_decals_vr.dm
index c215d111f3..10771d6b1b 100644
--- a/code/game/turfs/flooring/flooring_decals_vr.dm
+++ b/code/game/turfs/flooring/flooring_decals_vr.dm
@@ -468,4 +468,4 @@
//Road markings
/obj/effect/floor_decal/road/center
- icon_state = "center_lines"
\ No newline at end of file
+ icon_state = "center_lines"
diff --git a/code/game/turfs/simulated/dungeon/floor.dm b/code/game/turfs/simulated/dungeon/floor.dm
index 743b497878..f58160c3aa 100644
--- a/code/game/turfs/simulated/dungeon/floor.dm
+++ b/code/game/turfs/simulated/dungeon/floor.dm
@@ -4,4 +4,4 @@
block_tele = TRUE // Anti-cheese.
/turf/simulated/floor/dungeon/ex_act()
- return
\ No newline at end of file
+ return
diff --git a/code/game/turfs/simulated/floor_damage.dm b/code/game/turfs/simulated/floor_damage.dm
index 5e4fe9e381..255333fa40 100644
--- a/code/game/turfs/simulated/floor_damage.dm
+++ b/code/game/turfs/simulated/floor_damage.dm
@@ -22,4 +22,4 @@
burnt = rand(0,flooring.has_burn_range)
else
burnt = 0
- update_icon()
\ No newline at end of file
+ update_icon()
diff --git a/code/game/turfs/simulated/floor_static.dm b/code/game/turfs/simulated/floor_static.dm
index e561f98620..f91e9820b3 100644
--- a/code/game/turfs/simulated/floor_static.dm
+++ b/code/game/turfs/simulated/floor_static.dm
@@ -20,4 +20,3 @@
/turf/simulated/floor/fixed/set_flooring()
return
-
diff --git a/code/game/turfs/simulated/wall_icon.dm b/code/game/turfs/simulated/wall_icon.dm
index fdc54a18c4..65fe15a5e6 100644
--- a/code/game/turfs/simulated/wall_icon.dm
+++ b/code/game/turfs/simulated/wall_icon.dm
@@ -149,4 +149,4 @@
return 0
/turf/simulated/wall/proc/can_join_with_low_wall(var/obj/structure/low_wall/WF)
- return FALSE
\ No newline at end of file
+ return FALSE
diff --git a/code/game/turfs/simulated/water_vr.dm b/code/game/turfs/simulated/water_vr.dm
index 9063f6afc3..eac056eae3 100644
--- a/code/game/turfs/simulated/water_vr.dm
+++ b/code/game/turfs/simulated/water_vr.dm
@@ -2,4 +2,4 @@
outdoors = OUTDOORS_NO
/turf/simulated/floor/water/deep/indoors
- outdoors = OUTDOORS_NO
\ No newline at end of file
+ outdoors = OUTDOORS_NO
diff --git a/code/game/turfs/turf_changing.dm b/code/game/turfs/turf_changing.dm
index 755cda00de..8375496cce 100644
--- a/code/game/turfs/turf_changing.dm
+++ b/code/game/turfs/turf_changing.dm
@@ -146,16 +146,17 @@
propogate_sunlight_changes(oldtype, old_density, W)
var/turf/simulated/cur_turf = src
- if(istype(cur_turf) && is_open != was_open)
- do
- cur_turf = GetBelow(cur_turf)
- var/area/A = cur_turf.loc
- if(is_open && !A.isAlwaysIndoors())
- cur_turf.make_outdoors()
- else
- cur_turf.make_indoors()
- cur_turf.propogate_sunlight_changes(oldtype, old_density, W, above = TRUE)
- while(istype(cur_turf,/turf/simulated/open) && HasBelow(cur_turf.z))
+ if(istype(cur_turf))
+ if(is_open != was_open)
+ do
+ cur_turf = GetBelow(cur_turf)
+ var/area/A = cur_turf.loc
+ if(is_open && !A.isAlwaysIndoors())
+ cur_turf.make_outdoors()
+ else
+ cur_turf.make_indoors()
+ cur_turf.propogate_sunlight_changes(oldtype, old_density, W, above = TRUE)
+ while(istype(cur_turf,/turf/simulated/open) && HasBelow(cur_turf.z))
if(old_shandler) old_shandler.holder_change()
if(preserve_outdoors)
diff --git a/code/game/turfs/unsimulated/beach_vr.dm b/code/game/turfs/unsimulated/beach_vr.dm
index 3c1f48c7b9..f770dcd270 100644
--- a/code/game/turfs/unsimulated/beach_vr.dm
+++ b/code/game/turfs/unsimulated/beach_vr.dm
@@ -2,4 +2,4 @@
outdoors = OUTDOORS_YES
/turf/simulated/floor/beach/sand/desert/outdoors
- outdoors = OUTDOORS_YES
\ No newline at end of file
+ outdoors = OUTDOORS_YES
diff --git a/code/game/turfs/unsimulated/walls.dm b/code/game/turfs/unsimulated/walls.dm
index 674619158a..b5fc47a556 100644
--- a/code/game/turfs/unsimulated/walls.dm
+++ b/code/game/turfs/unsimulated/walls.dm
@@ -24,4 +24,4 @@
opacity = 0
/turf/unsimulated/wall/other
- icon_state = "r_wall"
\ No newline at end of file
+ icon_state = "r_wall"
diff --git a/code/js/byjax.dm b/code/js/byjax.dm
index 18b8180214..da74500c32 100644
--- a/code/js/byjax.dm
+++ b/code/js/byjax.dm
@@ -47,4 +47,3 @@ Be sure to include required js functions in your page, or it'll raise an excepti
*/
receiver << output(argums,"[control_id]:replaceContent")
return
-
diff --git a/code/js/menus.dm b/code/js/menus.dm
index 01137ce963..d1cd99ef3f 100644
--- a/code/js/menus.dm
+++ b/code/js/menus.dm
@@ -34,4 +34,4 @@ function dropdowns() {
}
}
}
-"}
\ No newline at end of file
+"}
diff --git a/code/modules/ai/__readme.dm b/code/modules/ai/__readme.dm
index 85b49ec6cb..dc0346e58a 100644
--- a/code/modules/ai/__readme.dm
+++ b/code/modules/ai/__readme.dm
@@ -198,4 +198,4 @@ the mob is initialize()d. Switching to a subtype 'live' will require additional
effort on the coder.
-*/
\ No newline at end of file
+*/
diff --git a/code/modules/ai/ai_holder_fleeing.dm b/code/modules/ai/ai_holder_fleeing.dm
index 7e9b78b1f4..705a6ef6c9 100644
--- a/code/modules/ai/ai_holder_fleeing.dm
+++ b/code/modules/ai/ai_holder_fleeing.dm
@@ -44,4 +44,4 @@
ai_log("flee_from_target() : Stepping away.", AI_LOG_TRACE)
step_away(holder, target, vision_range)
- ai_log("flee_from_target() : Exiting.", AI_LOG_DEBUG)
\ No newline at end of file
+ ai_log("flee_from_target() : Exiting.", AI_LOG_DEBUG)
diff --git a/code/modules/ai/interfaces.dm b/code/modules/ai/interfaces.dm
index 9fb58dbb88..4923ee7f94 100644
--- a/code/modules/ai/interfaces.dm
+++ b/code/modules/ai/interfaces.dm
@@ -99,4 +99,4 @@
// Apply movement delay.
// Player movement has more factors but its all in the client and fixing that would be its own project.
setMoveCooldown(delay_will_be)
- return
\ No newline at end of file
+ return
diff --git a/code/modules/alarm/atmosphere_alarm.dm b/code/modules/alarm/atmosphere_alarm.dm
index ecb1b1bafa..18b260e9cf 100644
--- a/code/modules/alarm/atmosphere_alarm.dm
+++ b/code/modules/alarm/atmosphere_alarm.dm
@@ -26,4 +26,4 @@
..()
var/atom/source = length(alarm.sources_assoc) ? alarm.sources_assoc[1] : alarm.alarm_area()
broadcast_engineering_hud_message("Alarm in [alarm.origin] [was_raised ? "raised!" : "cleared."]", source)*/
-//VOREStation Add End
\ No newline at end of file
+//VOREStation Add End
diff --git a/code/modules/assembly/igniter.dm b/code/modules/assembly/igniter.dm
index c2fcb0eb7b..4e7dd81459 100644
--- a/code/modules/assembly/igniter.dm
+++ b/code/modules/assembly/igniter.dm
@@ -37,4 +37,4 @@
add_fingerprint(user)
/obj/item/assembly/igniter/is_hot()
- return TRUE
\ No newline at end of file
+ return TRUE
diff --git a/code/modules/asset_cache/validate_assets.html b/code/modules/asset_cache/validate_assets.html
index 78bcbb92a1..9728bb5c28 100644
--- a/code/modules/asset_cache/validate_assets.html
+++ b/code/modules/asset_cache/validate_assets.html
@@ -24,6 +24,6 @@
};
xhr.send(null);
-
+