diff --git a/code/modules/admin/antag_panel.dm b/code/modules/admin/antag_panel.dm
index 79d68aa3e5e..7e7aa262de5 100644
--- a/code/modules/admin/antag_panel.dm
+++ b/code/modules/admin/antag_panel.dm
@@ -72,7 +72,7 @@ GLOBAL_VAR(antag_prototypes)
if (R.emagged)
common_commands += "Unemag slaved cyborgs"
break
- common_commands += "Toggle exploitables override" //SKYRAT EDIT ADDITION -- EXPLOITABLES
+ common_commands += "Toggle exploitables override" //SKYRAT EDIT ADDITION -- EXPLOITABLES
return common_commands
/datum/mind/proc/get_special_statuses()
diff --git a/modular_skyrat/master_files/code/modules/admin/admin.dm b/modular_skyrat/master_files/code/modules/admin/admin.dm
index 91afc0def67..b063c6936ad 100644
--- a/modular_skyrat/master_files/code/modules/admin/admin.dm
+++ b/modular_skyrat/master_files/code/modules/admin/admin.dm
@@ -28,9 +28,9 @@ ADMIN_VERB(toggledchat, R_ADMIN, "Toggle Dead Chat", "Toggle dis bitch.", ADMIN_
/datum/admin_help/ClosureLinks(ref_src)
. = ..()
- . += " (HANDLE)" //SKYRAT EDIT ADDITION
- . += " (PING MUTE)" //SKYRAT EDIT ADDITION
- . += " (MHELP)"
+ . += " (HANDLE)" //SKYRAT EDIT ADDITION
+ . += " (PING MUTE)" //SKYRAT EDIT ADDITION
+ . += " (MHELP)"
//Let the initiator know their ahelp is being handled
/datum/admin_help/proc/handle_issue(key_name = key_name_admin(usr))
diff --git a/modular_skyrat/master_files/code/modules/client/preferences.dm b/modular_skyrat/master_files/code/modules/client/preferences.dm
index 802e094427b..fc391799c97 100644
--- a/modular_skyrat/master_files/code/modules/client/preferences.dm
+++ b/modular_skyrat/master_files/code/modules/client/preferences.dm
@@ -68,14 +68,14 @@
else if (SA.color_src == USE_ONE_COLOR)
shown_colors = 1
if((allow_advanced_colors || SA.always_color_customizable) && shown_colors)
- dat += "R"
- dat += "[acc_name]"
+ dat += "R"
+ dat += "[acc_name]"
if(allow_advanced_colors || SA.always_color_customizable)
if(shown_colors)
dat += "
"
var/list/colorlist = mutant_bodyparts[key][MUTANT_INDEX_COLOR_LIST]
for(var/i in 1 to shown_colors)
- dat += " "
+ dat += " "
return dat
/datum/preferences/proc/reset_colors()
diff --git a/modular_skyrat/modules/alt_vox/code/vox_procs.dm b/modular_skyrat/modules/alt_vox/code/vox_procs.dm
index 00d6945d004..de7702db913 100644
--- a/modular_skyrat/modules/alt_vox/code/vox_procs.dm
+++ b/modular_skyrat/modules/alt_vox/code/vox_procs.dm
@@ -34,28 +34,28 @@
var/index = 0
for(var/word in GLOB.vox_sounds)
index++
- dat += "[capitalize(word)]"
+ dat += "[capitalize(word)]"
if(index != GLOB.vox_sounds.len)
dat += " / "
if(VOX_HL)
var/index = 0
for(var/word in GLOB.vox_sounds_hl)
index++
- dat += "[capitalize(word)]"
+ dat += "[capitalize(word)]"
if(index != GLOB.vox_sounds_hl.len)
dat += " / "
if(VOX_MIL)
var/index = 0
for(var/word in GLOB.vox_sounds_mil)
index++
- dat += "[capitalize(word)]"
+ dat += "[capitalize(word)]"
if(index != GLOB.vox_sounds_mil.len)
dat += " / "
if(VOX_BMS)
var/index = 0
for(var/word in GLOB.vox_sounds_bms)
index++
- dat += "[capitalize(word)]"
+ dat += "[capitalize(word)]"
if(index != GLOB.vox_sounds_bms.len)
dat += " / "
diff --git a/modular_skyrat/modules/customization/modules/mob/living/silicon/examine.dm b/modular_skyrat/modules/customization/modules/mob/living/silicon/examine.dm
index 3eb789b6a28..bfc77e49756 100644
--- a/modular_skyrat/modules/customization/modules/mob/living/silicon/examine.dm
+++ b/modular_skyrat/modules/customization/modules/mob/living/silicon/examine.dm
@@ -8,7 +8,7 @@
/// The first 1-FLAVOR_PREVIEW_LIMIT characters in the mob's client's silicon_flavor_text preference datum. FLAVOR_PREVIEW_LIMIT is defined in flavor_defines.dm.
var/silicon_preview_text = copytext_char((client?.prefs.read_preference(/datum/preference/text/silicon_flavor_text)), 1, FLAVOR_PREVIEW_LIMIT)
- flavor_text_link = span_notice("[silicon_preview_text]... Look closer?")
+ flavor_text_link = span_notice("[silicon_preview_text]... Look closer?")
if (flavor_text_link)
. += flavor_text_link
@@ -21,4 +21,4 @@
if(length_char(temporary_flavor_text) <= 40)
. += span_notice("They look different than usual: [temporary_flavor_text]")
else
- . += span_notice("They look different than usual: [copytext_char(temporary_flavor_text, 1, 37)]... More...")
+ . += span_notice("They look different than usual: [copytext_char(temporary_flavor_text, 1, 37)]... More...")
diff --git a/modular_skyrat/modules/customization/modules/mob/living/simple_mob/examine.dm b/modular_skyrat/modules/customization/modules/mob/living/simple_mob/examine.dm
index 2746ae43c51..d2dd6db5b53 100644
--- a/modular_skyrat/modules/customization/modules/mob/living/simple_mob/examine.dm
+++ b/modular_skyrat/modules/customization/modules/mob/living/simple_mob/examine.dm
@@ -5,4 +5,4 @@
if(length_char(temporary_flavor_text) <= 40)
. += span_notice("[temporary_flavor_text]")
else
- . += span_notice("[copytext_char(temporary_flavor_text, 1, 37)]... More...")
+ . += span_notice("[copytext_char(temporary_flavor_text, 1, 37)]... More...")
diff --git a/modular_skyrat/modules/death_consequences_perk/death_consequences_trauma.dm b/modular_skyrat/modules/death_consequences_perk/death_consequences_trauma.dm
index 0e6045eb285..46b9fb7c86d 100644
--- a/modular_skyrat/modules/death_consequences_perk/death_consequences_trauma.dm
+++ b/modular_skyrat/modules/death_consequences_perk/death_consequences_trauma.dm
@@ -412,7 +412,7 @@
return message
message += span_danger("\nCurrent degradation/max: [span_blue("[current_degradation]")]/[max_degradation].")
- message += span_notice("\nView degradation specifics?")
+ message += span_notice("\nView degradation specifics?")
if (permakill_if_at_max_degradation)
message += span_revenwarning("\n\nSUBJECT WILL BE PERMANENTLY KILLED IF DEGRADATION REACHES MAXIMUM!")
diff --git a/modular_skyrat/modules/delam_emergency_stop/code/delam.dm b/modular_skyrat/modules/delam_emergency_stop/code/delam.dm
index 29342d26511..18b391cb838 100644
--- a/modular_skyrat/modules/delam_emergency_stop/code/delam.dm
+++ b/modular_skyrat/modules/delam_emergency_stop/code/delam.dm
@@ -23,7 +23,7 @@
for(var/client/staff as anything in GLOB.admins)
if(staff?.prefs.read_preference(/datum/preference/toggle/comms_notification))
SEND_SOUND(staff, sound('sound/misc/server-ready.ogg'))
- message_admins("DELAM: Round timer under 30 minutes! [ADMIN_VERBOSEJMP(sm)] will perform an automatic delam suppression once integrity reaches 0%. (TOGGLE AUTOMATIC INTERVENTION))")
+ message_admins("DELAM: Round timer under 30 minutes! [ADMIN_VERBOSEJMP(sm)] will perform an automatic delam suppression once integrity reaches 0%. (TOGGLE AUTOMATIC INTERVENTION))")
sm.station_notified = TRUE
/datum/sm_delam/Topic(href, href_list)
diff --git a/modular_skyrat/modules/events/code/event_spawner_menu.dm b/modular_skyrat/modules/events/code/event_spawner_menu.dm
index 7f839bcfc13..b9278c7df9a 100644
--- a/modular_skyrat/modules/events/code/event_spawner_menu.dm
+++ b/modular_skyrat/modules/events/code/event_spawner_menu.dm
@@ -96,10 +96,10 @@
var/datum/event_spawner_instance/ESI = managed_instances["[panel_id]"]
if(!ESI)
return
- dat += "Return ----- Export Import