diff --git a/code/__DEFINES/admin.dm b/code/__DEFINES/admin.dm
index 74c9120d804..ea5c52bf36f 100644
--- a/code/__DEFINES/admin.dm
+++ b/code/__DEFINES/admin.dm
@@ -45,40 +45,40 @@
#define R_EVERYTHING (1<<15)-1 //the sum of all other rank permissions, used for +EVERYTHING
-#define ADMIN_QUE(user) "(? )"
-#define ADMIN_FLW(user) "(FLW )"
-#define ADMIN_PP(user) "(PP )"
-#define ADMIN_VV(atom) "(VV )"
-#define ADMIN_SM(user) "(SM )"
-#define ADMIN_TP(user) "(TP )"
-#define ADMIN_SP(user) "(SP )"
-#define ADMIN_KICK(user) "(KICK )"
-#define ADMIN_CENTCOM_REPLY(user) "(RPLY )"
-#define ADMIN_SYNDICATE_REPLY(user) "(RPLY )"
-#define ADMIN_SC(user) "(SC )"
-#define ADMIN_SMITE(user) "(SMITE )"
+#define ADMIN_QUE(user) "(? )"
+#define ADMIN_FLW(user) "(FLW )"
+#define ADMIN_PP(user) "(PP )"
+#define ADMIN_VV(atom) "(VV )"
+#define ADMIN_SM(user) "(SM )"
+#define ADMIN_TP(user) "(TP )"
+#define ADMIN_SP(user) "(SP )"
+#define ADMIN_KICK(user) "(KICK )"
+#define ADMIN_CENTCOM_REPLY(user) "(RPLY )"
+#define ADMIN_SYNDICATE_REPLY(user) "(RPLY )"
+#define ADMIN_SC(user) "(SC )"
+#define ADMIN_SMITE(user) "(SMITE )"
#define ADMIN_LOOKUP(user) "[key_name_admin(user)][ADMIN_QUE(user)]"
#define ADMIN_LOOKUPFLW(user) "[key_name_admin(user)][ADMIN_QUE(user)] [ADMIN_FLW(user)]"
-#define ADMIN_SET_SD_CODE "(SETCODE )"
+#define ADMIN_SET_SD_CODE "(SETCODE )"
#define ADMIN_FULLMONTY_NONAME(user) "[ADMIN_QUE(user)] [ADMIN_PP(user)] [ADMIN_VV(user)] [ADMIN_SM(user)] [ADMIN_FLW(user)] [ADMIN_TP(user)] [ADMIN_INDIVIDUALLOG(user)] [ADMIN_SMITE(user)]"
#define ADMIN_FULLMONTY(user) "[key_name_admin(user)] [ADMIN_FULLMONTY_NONAME(user)]"
-#define ADMIN_JMP(src) "(JMP )"
+#define ADMIN_JMP(src) "(JMP )"
#define COORD(src) "[src ? src.Admin_Coordinates_Readable() : "nonexistent location"]"
#define AREACOORD(src) "[src ? src.Admin_Coordinates_Readable(TRUE) : "nonexistent location"]"
#define ADMIN_COORDJMP(src) "[src ? src.Admin_Coordinates_Readable(FALSE, TRUE) : "nonexistent location"]"
#define ADMIN_VERBOSEJMP(src) "[src ? src.Admin_Coordinates_Readable(TRUE, TRUE) : "nonexistent location"]"
-#define ADMIN_INDIVIDUALLOG(user) "(LOGS )"
-#define ADMIN_TAG(datum) "(TAG )"
-#define ADMIN_LUAVIEW(state) "(VIEW STATE )"
-#define ADMIN_LUAVIEW_CHUNK(state, log_index) "(VIEW CODE )"
+#define ADMIN_INDIVIDUALLOG(user) "(LOGS )"
+#define ADMIN_TAG(datum) "(TAG )"
+#define ADMIN_LUAVIEW(state) "(VIEW STATE )"
+#define ADMIN_LUAVIEW_CHUNK(state, log_index) "(VIEW CODE )"
/// Displays "(SHOW)" in the chat, when clicked it tries to show atom(paper). First you need to set the request_state variable to TRUE for the paper.
-#define ADMIN_SHOW_PAPER(atom) "(SHOW )"
+#define ADMIN_SHOW_PAPER(atom) "(SHOW )"
/// Displays "(PRINT)" in the chat, when clicked it will try to print the atom(paper) on the CentCom/Syndicate fax machine.
-#define ADMIN_PRINT_FAX(atom, sender, destination) "(PRINT )"
+#define ADMIN_PRINT_FAX(atom, sender, destination) "(PRINT )"
/// Displays "(PLAY)" in the chat, when clicked it tries to play internet sounds from the request.
-#define ADMIN_PLAY_INTERNET(text, credit) "(PLAY )"
+#define ADMIN_PLAY_INTERNET(text, credit) "(PLAY )"
/// Displays "(SEE Z-LEVEL LAYOUT)" in the chat, when clicked it shows the z-level layouts for the current world state.
-#define ADMIN_SEE_ZLEVEL_LAYOUT "(SEE Z-LEVEL LAYOUT )"
+#define ADMIN_SEE_ZLEVEL_LAYOUT "(SEE Z-LEVEL LAYOUT )"
/atom/proc/Admin_Coordinates_Readable(area_name, admin_jump_ref)
var/turf/turf_at_coords = Safe_COORD_Location()
diff --git a/code/__DEFINES/say.dm b/code/__DEFINES/say.dm
index d905129b19b..c3bd425af0a 100644
--- a/code/__DEFINES/say.dm
+++ b/code/__DEFINES/say.dm
@@ -99,9 +99,9 @@
#define MODE_RANGE_INTERCOM 1
// A link given to ghost alice to follow bob
-#define FOLLOW_LINK(alice, bob) "(F) "
-#define TURF_LINK(alice, turfy) "(T) "
-#define FOLLOW_OR_TURF_LINK(alice, bob, turfy) "(F) "
+#define FOLLOW_LINK(alice, bob) "(F) "
+#define TURF_LINK(alice, turfy) "(T) "
+#define FOLLOW_OR_TURF_LINK(alice, bob, turfy) "(F) "
//Don't set this very much higher then 1024 unless you like inviting people in to dos your server with message spam
#define MAX_MESSAGE_LEN 1024
diff --git a/code/__DEFINES/vv.dm b/code/__DEFINES/vv.dm
index 88f46a53fd9..1ce2d5d46cb 100644
--- a/code/__DEFINES/vv.dm
+++ b/code/__DEFINES/vv.dm
@@ -50,7 +50,7 @@
#define GET_VV_VAR_TARGET href_list[VV_HK_VARNAME]
//Helper for getting something to vv_do_topic in general
-#define VV_TOPIC_LINK(datum, href_key, text) "text "
+#define VV_TOPIC_LINK(datum, href_key, text) "text "
//Helpers for vv_get_dropdown()
#define VV_DROPDOWN_OPTION(href_key, name) . += "[name] "
diff --git a/code/__HELPERS/logging/_logging.dm b/code/__HELPERS/logging/_logging.dm
index bfcaded67f0..8f8f733e6ba 100644
--- a/code/__HELPERS/logging/_logging.dm
+++ b/code/__HELPERS/logging/_logging.dm
@@ -215,11 +215,11 @@ GLOBAL_LIST_INIT(testing_global_profiler, list("_PROFILE_NAME" = "Global"))
if(key)
if(C?.holder && C.holder.fakekey && !include_name)
if(include_link)
- . += ""
+ . += " "
. += "Administrator"
else
if(include_link)
- . += " "
+ . += " "
. += key
if(!C)
. += "\[DC\]"
diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm
index 292639f3876..19dec4a7fd4 100644
--- a/code/__HELPERS/roundend.dm
+++ b/code/__HELPERS/roundend.dm
@@ -335,7 +335,7 @@ GLOBAL_LIST_INIT(achievements_unlocked, list())
if(GLOB.round_id)
var/statspage = CONFIG_GET(string/roundstatsurl)
- var/info = statspage ? " [GLOB.round_id] " : GLOB.round_id
+ var/info = statspage ? "[GLOB.round_id] " : GLOB.round_id
parts += "[FOURSPACES]Round ID: [info] "
parts += "[FOURSPACES]Shift Duration: [DisplayTimeText(world.time - SSticker.round_start_time)] "
parts += "[FOURSPACES]Station Integrity: [GLOB.station_was_nuked ? span_redtext("Destroyed") : "[popcount["station_integrity"]]%"] "
@@ -660,7 +660,7 @@ GLOBAL_LIST_INIT(achievements_unlocked, list())
var/datum/action/report/R = new
C.player_details.player_actions += R
R.Grant(C.mob)
- to_chat(C,span_infoplain("Show roundend report again "))
+ to_chat(C,span_infoplain("Show roundend report again "))
/datum/action/report
name = "Show roundend report"
diff --git a/code/controllers/subsystem/dbcore.dm b/code/controllers/subsystem/dbcore.dm
index 115250104f0..805fe419c94 100644
--- a/code/controllers/subsystem/dbcore.dm
+++ b/code/controllers/subsystem/dbcore.dm
@@ -674,7 +674,7 @@ Ignore_errors instructes mysql to continue inserting rows if some of them have e
/datum/db_query/proc/slow_query_check()
- message_admins("HEY! A database query timed out. Did the server just hang? \[YES\] |\[NO\] ")
+ message_admins("HEY! A database query timed out. Did the server just hang? \[YES\] |\[NO\] ")
/datum/db_query/proc/NextRow(async = TRUE)
Activity("NextRow")
diff --git a/code/controllers/subsystem/dynamic/dynamic.dm b/code/controllers/subsystem/dynamic/dynamic.dm
index 1e1a9afec47..73109d0dcca 100644
--- a/code/controllers/subsystem/dynamic/dynamic.dm
+++ b/code/controllers/subsystem/dynamic/dynamic.dm
@@ -203,23 +203,23 @@ SUBSYSTEM_DEF(dynamic)
/datum/controller/subsystem/dynamic/proc/admin_panel()
var/list/dat = list("
Game Mode Panel Game Mode Panel ")
- dat += "Dynamic Mode \[VV\] \[Refresh\] "
+ dat += "Dynamic Mode \[VV\] \[Refresh\] "
dat += "Threat Level: [threat_level] "
dat += "Budgets (Roundstart/Midrounds): [initial_round_start_budget]/[threat_level - initial_round_start_budget] "
- dat += "Midround budget to spend: [mid_round_budget] \[Adjust\] \[View Log\] "
+ dat += "Midround budget to spend: [mid_round_budget] \[Adjust\] \[View Log\] "
dat += " "
dat += "Parameters: centre = [threat_curve_centre] ; width = [threat_curve_width]. "
dat += "Split parameters: centre = [roundstart_split_curve_centre] ; width = [roundstart_split_curve_width]. "
dat += "On average, [clamp(peaceful_percentage, 1, 99)] % of the rounds are more peaceful. "
- dat += "Forced extended: [GLOB.dynamic_forced_extended ? "On" : "Off"] "
- dat += "No stacking (only one round-ender): [GLOB.dynamic_no_stacking ? "On" : "Off"] "
- dat += "Stacking limit: [GLOB.dynamic_stacking_limit] \[Adjust\] "
+ dat += "Forced extended: [GLOB.dynamic_forced_extended ? "On" : "Off"] "
+ dat += "No stacking (only one round-ender): [GLOB.dynamic_no_stacking ? "On" : "Off"] "
+ dat += "Stacking limit: [GLOB.dynamic_stacking_limit] \[Adjust\] "
dat += " "
- dat += "\[Force Next Latejoin Ruleset\] "
+ dat += "\[Force Next Latejoin Ruleset\] "
if (forced_latejoin_rule)
- dat += {"-> [forced_latejoin_rule.name] <- "}
- dat += "\[Execute Midround Ruleset\] "
+ dat += {"-> [forced_latejoin_rule.name] <- "}
+ dat += "\[Execute Midround Ruleset\] "
dat += " "
dat += "Executed rulesets: "
if (executed_rules.len > 0)
@@ -229,13 +229,13 @@ SUBSYSTEM_DEF(dynamic)
else
dat += "none. "
dat += " Injection Timers: ([get_heavy_midround_injection_chance(dry_run = TRUE)]% heavy midround chance) "
- dat += "Latejoin: [DisplayTimeText(latejoin_injection_cooldown-world.time)] \[Now!\] "
+ dat += "Latejoin: [DisplayTimeText(latejoin_injection_cooldown-world.time)] \[Now!\] "
var/next_injection = next_midround_injection()
if (next_injection == INFINITY)
dat += "All midrounds have been exhausted."
else
- dat += "Midround: [DisplayTimeText(next_injection - world.time)] \[Now!\] "
+ dat += "Midround: [DisplayTimeText(next_injection - world.time)] \[Now!\] "
usr << browse(dat.Join(), "window=gamemode_panel;size=500x500")
diff --git a/code/controllers/subsystem/dynamic/ruleset_picking.dm b/code/controllers/subsystem/dynamic/ruleset_picking.dm
index e3de3289899..f22ce331574 100644
--- a/code/controllers/subsystem/dynamic/ruleset_picking.dm
+++ b/code/controllers/subsystem/dynamic/ruleset_picking.dm
@@ -69,8 +69,8 @@
log_dynamic("[rule] ruleset executing...")
message_admins("DYNAMIC: Executing midround ruleset [rule] in [DisplayTimeText(ADMIN_CANCEL_MIDROUND_TIME)]. \
- CANCEL | \
- SOMETHING ELSE ")
+ CANCEL | \
+ SOMETHING ELSE ")
return rule
diff --git a/code/controllers/subsystem/lag_switch.dm b/code/controllers/subsystem/lag_switch.dm
index c79db051860..291e80fe18f 100644
--- a/code/controllers/subsystem/lag_switch.dm
+++ b/code/controllers/subsystem/lag_switch.dm
@@ -34,7 +34,7 @@ SUBSYSTEM_DEF(lag_switch)
auto_switch = FALSE
UnregisterSignal(SSdcs, COMSIG_GLOB_CLIENT_CONNECT)
veto_timer_id = addtimer(CALLBACK(src, PROC_REF(set_all_measures), TRUE, TRUE), 20 SECONDS, TIMER_STOPPABLE)
- message_admins("Lag Switch population threshold reached. Automatic activation of lag mitigation measures occuring in 20 seconds. (CANCEL )")
+ message_admins("Lag Switch population threshold reached. Automatic activation of lag mitigation measures occuring in 20 seconds. (CANCEL )")
log_admin("Lag Switch population threshold reached. Automatic activation of lag mitigation measures occuring in 20 seconds.")
/// (En/Dis)able automatic triggering of switches based on client count
diff --git a/code/controllers/subsystem/polling.dm b/code/controllers/subsystem/polling.dm
index 5cb81498c3d..6624c984cbb 100644
--- a/code/controllers/subsystem/polling.dm
+++ b/code/controllers/subsystem/polling.dm
@@ -148,11 +148,11 @@ SUBSYSTEM_DEF(polling)
var/custom_link_style_start = ""
var/custom_link_style_end = "style='color:DodgerBlue;font-weight:bold;-dm-text-outline: 1px black'"
if(isatom(alert_pic) && isobserver(candidate_mob))
- act_jump = "[custom_link_style_start]\[Teleport\] "
- var/act_signup = "[custom_link_style_start]\[[start_signed_up ? "Opt out" : "Sign Up"]\] "
+ act_jump = "[custom_link_style_start]\[Teleport\] "
+ var/act_signup = "[custom_link_style_start]\[[start_signed_up ? "Opt out" : "Sign Up"]\] "
var/act_never = ""
if(ignore_category)
- act_never = "[custom_link_style_start]\[Never For This Round\] "
+ act_never = "[custom_link_style_start]\[Never For This Round\] "
if(!duplicate_message_check(alert_poll)) //Only notify people once. They'll notice if there are multiple and we don't want to spam people.
SEND_SOUND(candidate_mob, 'sound/announcer/notice/notice2.ogg')
diff --git a/code/controllers/subsystem/shuttle.dm b/code/controllers/subsystem/shuttle.dm
index 4f573ee2f22..ff19d6d4b26 100644
--- a/code/controllers/subsystem/shuttle.dm
+++ b/code/controllers/subsystem/shuttle.dm
@@ -385,7 +385,7 @@ SUBSYSTEM_DEF(shuttle)
SSblackbox.record_feedback("text", "shuttle_reason", 1, "[call_reason]")
log_shuttle("Shuttle call reason: [call_reason]")
SSticker.emergency_reason = call_reason
- message_admins("[ADMIN_LOOKUPFLW(user)] has called the shuttle. (TRIGGER CENTCOM RECALL )")
+ message_admins("[ADMIN_LOOKUPFLW(user)] has called the shuttle. (TRIGGER CENTCOM RECALL )")
/// Call the emergency shuttle.
/// If you are doing this on behalf of a player, use requestEvac instead.
diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index 03e7b6dcbd8..96cde0ef0dd 100644
--- a/code/controllers/subsystem/ticker.dm
+++ b/code/controllers/subsystem/ticker.dm
@@ -490,7 +490,7 @@ SUBSYSTEM_DEF(ticker)
if(!hard_popcap)
list_clear_nulls(queued_players)
for (var/mob/dead/new_player/new_player in queued_players)
- to_chat(new_player, span_userdanger("The alive players limit has been released![html_encode(">>Join Game<<")] "))
+ to_chat(new_player, span_userdanger("The alive players limit has been released![html_encode(">>Join Game<<")] "))
SEND_SOUND(new_player, sound('sound/announcer/notice/notice1.ogg'))
GLOB.latejoin_menu.ui_interact(new_player)
queued_players.len = 0
@@ -505,7 +505,7 @@ SUBSYSTEM_DEF(ticker)
list_clear_nulls(queued_players)
if(living_player_count() < hard_popcap)
if(next_in_line?.client)
- to_chat(next_in_line, span_userdanger("A slot has opened! You have approximately 20 seconds to join. \>\>Join Game\<\< "))
+ to_chat(next_in_line, span_userdanger("A slot has opened! You have approximately 20 seconds to join. \>\>Join Game\<\< "))
SEND_SOUND(next_in_line, sound('sound/announcer/notice/notice1.ogg'))
next_in_line.ui_interact(next_in_line)
return
diff --git a/code/datums/browser.dm b/code/datums/browser.dm
index b9d85955238..cf0df8dac50 100644
--- a/code/datums/browser.dm
+++ b/code/datums/browser.dm
@@ -138,13 +138,13 @@
var/output = {"[Message]
"}
@@ -356,11 +356,11 @@
var/setting = settings["mainsettings"][name]
if (setting["type"] == "datum")
if (setting["subtypesonly"])
- dat += "[setting["desc"]]: [setting["value"]] "
+ dat += "[setting["desc"]]: [setting["value"]] "
else
- dat += "[setting["desc"]]: [setting["value"]] "
+ dat += "[setting["desc"]]: [setting["value"]] "
else
- dat += "[setting["desc"]]: [setting["value"]] "
+ dat += "[setting["desc"]]: [setting["value"]] "
if (preview_icon)
dat += ""
@@ -371,7 +371,7 @@
dat += ""
- dat += "Ok "
+ dat += "Ok "
dat += " "
diff --git a/code/datums/elements/slapcrafting.dm b/code/datums/elements/slapcrafting.dm
index 925b2fd5755..046a8668a29 100644
--- a/code/datums/elements/slapcrafting.dm
+++ b/code/datums/elements/slapcrafting.dm
@@ -134,7 +134,7 @@
for(var/datum/crafting_recipe/recipe as anything in slapcraft_recipes)
var/atom/result = initial(recipe.result)
- examine_list += "See Recipe For [initial(result.name)] "
+ examine_list += "See Recipe For [initial(result.name)] "
/datum/element/slapcrafting/proc/topic_handler(atom/source, user, href_list)
SIGNAL_HANDLER
diff --git a/code/datums/elements/weapon_description.dm b/code/datums/elements/weapon_description.dm
index 110a490b5ca..022318abfcf 100644
--- a/code/datums/elements/weapon_description.dm
+++ b/code/datums/elements/weapon_description.dm
@@ -39,7 +39,7 @@
SIGNAL_HANDLER
if(item.force >= 5 || item.throwforce >= 5 || item.override_notes || item.offensive_notes || attached_proc) /// Only show this tag for items that could feasibly be weapons, shields, or those that have special notes
- examine_texts += span_notice("See combat information. ")
+ examine_texts += span_notice("See combat information. ")
/**
*
diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm
index 2a4af3a781a..c34c018d59c 100644
--- a/code/datums/world_topic.dm
+++ b/code/datums/world_topic.dm
@@ -114,7 +114,7 @@
var/message = "CROSS-SECTOR MESSAGE (INCOMING): [input["sender_ckey"]] (from [input["source"]]) is about to send \
the following message (will autoapprove in [soft_filter_passed ? "[extended_time_display]" : "[normal_time_display]"]): \
- REJECT \
+ REJECT \
[html_encode(input["message"])]"
if(soft_filter_passed)
diff --git a/code/game/atom/atom_vv.dm b/code/game/atom/atom_vv.dm
index 7a7dc8d3a87..14a8b41e6e1 100644
--- a/code/game/atom/atom_vv.dm
+++ b/code/game/atom/atom_vv.dm
@@ -199,7 +199,7 @@
. = ..()
var/refid = REF(src)
. += "[VV_HREF_TARGETREF(refid, VV_HK_AUTO_RENAME, "[src] ")]"
- . += "<< [dir2text(dir) || dir] >> "
+ . += "<< [dir2text(dir) || dir] >> "
/**
* call back when a var is edited on this atom
diff --git a/code/game/machinery/camera/camera_construction.dm b/code/game/machinery/camera/camera_construction.dm
index b3593aad6e7..19d7d2a3956 100644
--- a/code/game/machinery/camera/camera_construction.dm
+++ b/code/game/machinery/camera/camera_construction.dm
@@ -189,9 +189,9 @@
ai.last_tablet_note_seen = "[itemname] [info] "
if(user.name == "Unknown")
- to_chat(ai, "[span_name(user)] holds \a [itemname] up to one of your cameras ...")
+ to_chat(ai, "[span_name(user)] holds \a [itemname] up to one of your cameras ...")
else
- to_chat(ai, "[user] holds \a [itemname] up to one of your cameras ...")
+ to_chat(ai, "[user] holds \a [itemname] up to one of your cameras ...")
continue
if (potential_viewer.client?.eye == src)
@@ -232,16 +232,16 @@
log_paper("[key_name(user)] held [last_shown_paper] up to [src], requesting [key_name(ai)] read it.")
if(user.name == "Unknown")
- to_chat(ai, "[span_name(user.name)] holds \a [item_name] up to one of your cameras ...")
+ to_chat(ai, "[span_name(user.name)] holds \a [item_name] up to one of your cameras ...")
else
- to_chat(ai, "[user] holds \a [item_name] up to one of your cameras ...")
+ to_chat(ai, "[user] holds \a [item_name] up to one of your cameras ...")
continue
// If it's not an AI, eye if the client's eye is set to the camera. I wonder if this even works anymore with tgui camera apps and stuff?
if (potential_viewer.client?.eye == src)
log_paper("[key_name(user)] held [last_shown_paper] up to [src], and [key_name(potential_viewer)] may read it.")
potential_viewer.log_talk(item_name, LOG_VICTIM, tag="Pressed to camera from [key_name(user)]", log_globally=FALSE)
- to_chat(potential_viewer, "[span_name(user)] holds \a [item_name] up to your camera...")
+ to_chat(potential_viewer, "[span_name(user)] holds \a [item_name] up to your camera...")
return
return ..()
diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm
index b3992235222..7e9ef45e8f5 100644
--- a/code/game/machinery/computer/communications.dm
+++ b/code/game/machinery/computer/communications.dm
@@ -346,7 +346,7 @@
span_adminnotice( \
"CROSS-SECTOR MESSAGE (OUTGOING): [ADMIN_LOOKUPFLW(user)] is about to send \
the following message to [destination] (will autoapprove in [GLOB.communications_controller.soft_filtering ? DisplayTimeText(EXTENDED_CROSS_SECTOR_CANCEL_TIME) : DisplayTimeText(CROSS_SECTOR_CANCEL_TIME)]): \
- REJECT \
+ REJECT \
[html_encode(message)]" \
)
)
diff --git a/code/game/machinery/computer/robot.dm b/code/game/machinery/computer/robot.dm
index 12aa1c3ce03..228391e6bde 100644
--- a/code/game/machinery/computer/robot.dm
+++ b/code/game/machinery/computer/robot.dm
@@ -176,7 +176,7 @@
if(!isnull(console_location))
to_chat(R, span_alert("The approximate location of the console that is keeping you locked down is [console_location]"))
if(R.connected_ai)
- to_chat(R.connected_ai, "[!R.lockcharge ? span_notice("NOTICE - Cyborg lockdown lifted") : span_alert("ALERT - Cyborg lockdown detected")]: [R.name] ")
+ to_chat(R.connected_ai, "[!R.lockcharge ? span_notice("NOTICE - Cyborg lockdown lifted") : span_alert("ALERT - Cyborg lockdown detected")]: [R.name] ")
/obj/machinery/computer/robotics/proc/borg_destroyed()
SIGNAL_HANDLER
diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm
index a40eaf710a6..4cb2386056c 100644
--- a/code/game/machinery/hologram.dm
+++ b/code/game/machinery/hologram.dm
@@ -327,7 +327,7 @@ Possible to do for anyone motivated enough:
for(var/mob/living/silicon/ai/AI in GLOB.silicon_mobs)
if(!AI.client)
continue
- to_chat(AI, span_info("Your presence is requested at \the [area] . Project Hologram? "))
+ to_chat(AI, span_info("Your presence is requested at \the [area] . Project Hologram? "))
return TRUE
else
to_chat(usr, span_info("A request for AI presence was already sent recently."))
diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm
index b83d9a78ac3..01c506d6fd7 100644
--- a/code/game/objects/items.dm
+++ b/code/game/objects/items.dm
@@ -2042,9 +2042,9 @@
. = ..()
. += {"
- DAMTYPE: [uppertext(damtype)]
- FORCE: [force]
- WOUND: [wound_bonus]
- BARE WOUND: [bare_wound_bonus]
+ DAMTYPE: [uppertext(damtype)]
+ FORCE: [force]
+ WOUND: [wound_bonus]
+ BARE WOUND: [bare_wound_bonus]
"}
diff --git a/code/game/objects/items/charter.dm b/code/game/objects/items/charter.dm
index 69b57fe4e73..6f8ad945621 100644
--- a/code/game/objects/items/charter.dm
+++ b/code/game/objects/items/charter.dm
@@ -58,7 +58,7 @@
// Autoapproves after a certain time
response_timer_id = addtimer(CALLBACK(src, PROC_REF(rename_station), new_name, user.name, user.real_name, key_name(user)), approval_time, TIMER_STOPPABLE)
to_chat(GLOB.admins,
- span_adminnotice("CUSTOM STATION RENAME: [ADMIN_LOOKUPFLW(user)] proposes to rename the [name_type] to [new_name] (will autoapprove in [DisplayTimeText(approval_time)]). [ADMIN_SMITE(user)] (REJECT ) [ADMIN_CENTCOM_REPLY(user)]"),
+ span_adminnotice("CUSTOM STATION RENAME: [ADMIN_LOOKUPFLW(user)] proposes to rename the [name_type] to [new_name] (will autoapprove in [DisplayTimeText(approval_time)]). [ADMIN_SMITE(user)] (REJECT ) [ADMIN_CENTCOM_REPLY(user)]"),
type = MESSAGE_TYPE_PRAYER)
for(var/client/admin_client in GLOB.admins)
if(admin_client.prefs.toggles & SOUND_ADMINHELP)
diff --git a/code/game/objects/items/devices/powersink.dm b/code/game/objects/items/devices/powersink.dm
index 364550f062a..c6aa10784ee 100644
--- a/code/game/objects/items/devices/powersink.dm
+++ b/code/game/objects/items/devices/powersink.dm
@@ -151,7 +151,7 @@
air_update_turf(FALSE, FALSE)
if(warning_given && internal_heat < max_heat * 0.75)
warning_given = FALSE
- message_admins("Power sink at ([x],[y],[z] - JMP ) has cooled down and will not explode.")
+ message_admins("Power sink at ([x],[y],[z] - JMP ) has cooled down and will not explode.")
if(mode != OPERATING && internal_heat < MINIMUM_HEAT)
internal_heat = 0
STOP_PROCESSING(SSobj, src)
@@ -188,7 +188,7 @@
if(internal_heat > max_heat * ALERT / 100)
if (!warning_given)
warning_given = TRUE
- message_admins("Power sink at ([x],[y],[z] - JMP ) has reached [ALERT]% of max heat. Explosion imminent.")
+ message_admins("Power sink at ([x],[y],[z] - JMP ) has reached [ALERT]% of max heat. Explosion imminent.")
notify_ghosts(
"[src] is about to reach critical heat capacity!",
source = src,
diff --git a/code/game/objects/items/devices/transfer_valve.dm b/code/game/objects/items/devices/transfer_valve.dm
index 4f0c0a84aa3..ffa172707bc 100644
--- a/code/game/objects/items/devices/transfer_valve.dm
+++ b/code/game/objects/items/devices/transfer_valve.dm
@@ -245,7 +245,7 @@
if(attached_device)
if(issignaler(attached_device))
var/obj/item/assembly/signaler/attached_signaller = attached_device
- attachment = "[attached_signaller] "
+ attachment = "[attached_signaller] "
attachment_signal_log = attached_signaller.last_receive_signal_log ? "The following log entry is the last one associated with the attached signaller [attached_signaller.last_receive_signal_log]" : "There is no signal log entry."
else
attachment = attached_device
diff --git a/code/game/objects/structures/votingbox.dm b/code/game/objects/structures/votingbox.dm
index 55909978fe2..013556febbd 100644
--- a/code/game/objects/structures/votingbox.dm
+++ b/code/game/objects/structures/votingbox.dm
@@ -44,13 +44,13 @@
dat += " Unregistered. Swipe ID card to register as voting box operator "
dat += "[vote_description] "
if(is_operator(user))
- dat += "Voting: [voting_active ? "Active" : "Maintenance Mode"] "
- dat += "Set Description: Set Description "
- dat += "One vote per ID: [id_auth ? "Yes" : "No"] "
- dat += "Reset voted ID's: Reset "
- dat += "Draw random vote: Raffle "
- dat += "Shred votes: Shred "
- dat += "Tally votes: Tally "
+ dat += "Voting: [voting_active ? "Active" : "Maintenance Mode"] "
+ dat += "Set Description: Set Description "
+ dat += "One vote per ID: [id_auth ? "Yes" : "No"] "
+ dat += "Reset voted ID's: Reset "
+ dat += "Draw random vote: Raffle "
+ dat += "Shred votes: Shred "
+ dat += "Tally votes: Tally "
var/datum/browser/popup = new(user, "votebox", "Voting Box", 300, 300)
popup.set_content(dat.Join())
diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index 5f40de037f4..10f0cd72693 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -21,27 +21,27 @@
var/dat = " Game Panel "
if(SSticker.current_state <= GAME_STATE_PREGAME)
- dat += "(Manage Dynamic Rulesets) "
- dat += "(Force Roundstart Rulesets) "
+ dat += "(Manage Dynamic Rulesets) "
+ dat += "(Force Roundstart Rulesets) "
if (GLOB.dynamic_forced_roundstart_ruleset.len > 0)
for(var/datum/dynamic_ruleset/roundstart/rule in GLOB.dynamic_forced_roundstart_ruleset)
- dat += {"-> [rule.name] <- "}
- dat += "(Clear Rulesets) "
- dat += "(Dynamic mode options) "
+ dat += {"-> [rule.name] <- "}
+ dat += "(Clear Rulesets) "
+ dat += "(Dynamic mode options) "
dat += " "
if(SSticker.IsRoundInProgress())
- dat += "(Game Mode Panel) "
- dat += "(Manage Dynamic Rulesets) "
+ dat += "(Game Mode Panel) "
+ dat += "(Manage Dynamic Rulesets) "
dat += {"
- Create Object
- Quick Create Object
- Create Turf
- Create Mob
+ Create Object
+ Quick Create Object
+ Create Turf
+ Create Mob
"}
if(marked_datum && istype(marked_datum, /atom))
- dat += "Duplicate Marked Datum "
+ dat += "Duplicate Marked Datum "
usr << browse(dat, "window=admin2;size=240x280")
return
@@ -110,17 +110,17 @@ ADMIN_VERB(spawn_cargo, R_SPAWN, "Spawn Cargo", "Spawn a cargo crate.", ADMIN_CA
Common options
All these options can be changed midround.
- Force extended: - Option is [GLOB.dynamic_forced_extended ? "ON" : "OFF"] .
+ Force extended: - Option is [GLOB.dynamic_forced_extended ? "ON" : "OFF"] .
This will force the round to be extended. No rulesets will be drafted.
- No stacking: - Option is [GLOB.dynamic_no_stacking ? "ON" : "OFF"] .
+ No stacking: - Option is [GLOB.dynamic_no_stacking ? "ON" : "OFF"] .
Unless the threat goes above [GLOB.dynamic_stacking_limit], only one "round-ender" ruleset will be drafted.
- Forced threat level: Current value : [GLOB.dynamic_forced_threat_level] .
+ Forced threat level: Current value : [GLOB.dynamic_forced_threat_level] .
The value threat is set to if it is higher than -1.
- Stacking threeshold: Current value : [GLOB.dynamic_stacking_limit] .
+ Stacking threeshold: Current value : [GLOB.dynamic_stacking_limit] .
The threshold at which "round-ender" rulesets will stack. A value higher than 100 ensure this never happens.
"}
@@ -131,9 +131,9 @@ ADMIN_VERB(spawn_cargo, R_SPAWN, "Spawn Cargo", "Spawn a cargo crate.", ADMIN_CA
Change these options to forcibly enable or disable dynamic rulesets. \
Disabled rulesets will never run, even if they would otherwise be valid. \
Enabled rulesets will run even if the qualifying minimum of threat or player count is not present, this does not guarantee that they will necessarily be chosen (for example their weight may be set to 0 in config). \
- \[force enable all / \
- force disable all / \
- reset all \]"
+ \[force enable all / \
+ force disable all / \
+ reset all \]"
if (SSticker.current_state <= GAME_STATE_PREGAME) // Don't bother displaying after the round has started
var/static/list/rulesets_by_context = list()
@@ -166,9 +166,9 @@ ADMIN_VERB(spawn_cargo, R_SPAWN, "Spawn Cargo", "Spawn a cargo crate.", ADMIN_CA
if (RULESET_FORCE_DISABLED)
color = COLOR_RED
dat += "[initial(rule.name)] \[[forced] \] \[\
- force enabled /\
- force disabled /\
- reset \] "
+ force enabled /\
+ force disabled /\
+ reset \] "
dat += ""
return dat
@@ -199,10 +199,10 @@ ADMIN_VERB(spawn_cargo, R_SPAWN, "Spawn Cargo", "Spawn a cargo crate.", ADMIN_CA
dat += "[rule.name] \
\[Weight : [rule.weight]\]\
\[[active][explanation] \] \[\
- force enabled /\
- force disabled /\
- reset \] \
- \[VV \] "
+ force enabled /\
+ force disabled /\
+ reset \]\
+ \[VV \] "
dat += ""
return dat
diff --git a/code/modules/admin/antag_panel.dm b/code/modules/admin/antag_panel.dm
index e3483213264..33d12f9be22 100644
--- a/code/modules/admin/antag_panel.dm
+++ b/code/modules/admin/antag_panel.dm
@@ -30,7 +30,7 @@ GLOBAL_VAR(antag_prototypes)
/datum/antagonist/proc/antag_panel()
var/list/commands = list()
for(var/command in get_admin_commands())
- commands += "[command] "
+ commands += "[command] "
var/command_part = commands.Join(" | ")
var/data_part = antag_panel_data()
var/objective_part = antag_panel_objectives()
@@ -47,30 +47,30 @@ GLOBAL_VAR(antag_prototypes)
var/obj_count = 1
for(var/datum/objective/objective as anything in objectives)
result += "[obj_count] : [objective.explanation_text] \
- Edit \
- Delete \
- [objective.completed ? "Mark as incomplete" : "Mark as complete"] \
+ Edit \
+ Delete \
+ [objective.completed ? "Mark as incomplete" : "Mark as complete"] \
"
obj_count++
- result += "Add objective "
- result += "Prompt custom objective entry "
- result += "Announce objectives "
+ result += "Add objective "
+ result += "Prompt custom objective entry "
+ result += "Announce objectives "
return result
/datum/mind/proc/get_common_admin_commands()
var/common_commands = "Common Commands: "
if(ishuman(current))
- common_commands += "undress "
+ common_commands += "undress "
else if(iscyborg(current))
var/mob/living/silicon/robot/R = current
if(R.emagged)
- common_commands += "Unemag "
+ common_commands += "Unemag "
else if(isAI(current))
var/mob/living/silicon/ai/A = current
if (A.connected_robots.len)
for (var/mob/living/silicon/robot/R in A.connected_robots)
if (R.emagged)
- common_commands += "Unemag slaved cyborgs "
+ common_commands += "Unemag slaved cyborgs "
break
return common_commands
@@ -99,9 +99,9 @@ GLOBAL_VAR(antag_prototypes)
var/out = "[name] [(current && (current.real_name != name))?" (as [current.real_name])":""] "
out += "Mind currently owned by key: [key] [active?"(synced)":"(not synced)"] "
- out += "Assigned role: [assigned_role.title]. Edit "
+ out += "Assigned role: [assigned_role.title]. Edit "
out += "Faction and special role: [special_role] "
- out += "Show Teams "
+ out += "Show Teams "
var/special_statuses = get_special_statuses()
if(length(special_statuses))
@@ -138,7 +138,7 @@ GLOBAL_VAR(antag_prototypes)
continue //Let's skip subtypes of what we already shown.
else if(prototype.show_in_antagpanel)
if(prototype.can_be_owned(src))
- possible_admin_antags += "[prototype.name] "
+ possible_admin_antags += "[prototype.name] "
else
possible_admin_antags += "[prototype.name] "
else
@@ -155,8 +155,8 @@ GLOBAL_VAR(antag_prototypes)
else //Show removal and current one
priority_sections |= antag_category
antag_header_parts += span_bad("[current_antag.name]")
- antag_header_parts += "Remove "
- antag_header_parts += "Open VV "
+ antag_header_parts += "Remove "
+ antag_header_parts += "Open VV "
//We aren't antag of this category, grab first prototype to check the prefs (This is pretty vague but really not sure how else to do this)
@@ -196,19 +196,19 @@ GLOBAL_VAR(antag_prototypes)
var/datum/component/uplink/U = find_syndicate_uplink()
if(U)
if(!U.uplink_handler.has_objectives)
- uplink_info += "take "
+ uplink_info += "take "
if (check_rights(R_FUN, 0))
- uplink_info += ", [U.uplink_handler.telecrystals] TC"
+ uplink_info += ", [U.uplink_handler.telecrystals] TC"
if(U.uplink_handler.has_progression)
- uplink_info += ", [U.uplink_handler.progression_points] PR"
+ uplink_info += ", [U.uplink_handler.progression_points] PR"
if(U.uplink_handler.has_objectives)
- uplink_info += ", Force Give Objective "
+ uplink_info += ", Force Give Objective "
else
uplink_info += ", [U.uplink_handler.telecrystals] TC"
if(U.uplink_handler.has_progression)
uplink_info += ", [U.uplink_handler.progression_points] PR"
else
- uplink_info += "give "
+ uplink_info += "give "
uplink_info += "." //hiel grammar
out += uplink_info + " "
diff --git a/code/modules/admin/check_antagonists.dm b/code/modules/admin/check_antagonists.dm
index 04db519ffb5..30071504c91 100644
--- a/code/modules/admin/check_antagonists.dm
+++ b/code/modules/admin/check_antagonists.dm
@@ -5,9 +5,9 @@
if(!owner)
return "Unassigned"
if(owner.current)
- return "[owner.current.real_name] "
+ return "[owner.current.real_name] "
else
- return "[owner.name] "
+ return "[owner.name] "
//Whatever interesting things happened to the antag admins should know about
//Include additional information about antag in this part
@@ -28,12 +28,12 @@
if(!owner)
return
var/list/parts = list()
- parts += "PM "
+ parts += "PM "
if(owner.current) //There's body to follow
- parts += "FLW "
+ parts += "FLW "
else
parts += ""
- parts += "Show Objective "
+ parts += "Show Objective "
return parts //Better as one cell or two/three
//Builds table row for the antag
@@ -95,26 +95,26 @@
tgui_alert(usr, "The game hasn't started yet!")
return
var/list/dat = list("Round Status Round Status ")
- dat += "Game Mode Panel "
+ dat += "Game Mode Panel "
dat += "Round Duration: [DisplayTimeText(world.time - SSticker.round_start_time)] "
dat += "Emergency shuttle "
if(EMERGENCY_IDLE_OR_RECALLED)
- dat += "Call Shuttle "
+ dat += "Call Shuttle "
else
var/timeleft = SSshuttle.emergency.timeLeft()
if(SSshuttle.emergency.mode == SHUTTLE_CALL)
- dat += "ETA: [(timeleft / 60) % 60]:[add_leading(num2text(timeleft % 60), 2, "0")] "
- dat += "Send Back "
+ dat += "ETA: [(timeleft / 60) % 60]:[add_leading(num2text(timeleft % 60), 2, "0")] "
+ dat += "Send Back "
else
- dat += "ETA: [(timeleft / 60) % 60]:[add_leading(num2text(timeleft % 60), 2, "0")] "
- dat += "End Round Now "
+ dat += "ETA: [(timeleft / 60) % 60]:[add_leading(num2text(timeleft % 60), 2, "0")] "
+ dat += "End Round Now "
if(SSticker.delay_end)
- dat += "Undelay Round End "
+ dat += "Undelay Round End "
else
- dat += "Delay Round End "
- dat += "Enable/Disable CTF "
- dat += "Reboot World "
- dat += "Check Teams "
+ dat += "Delay Round End "
+ dat += "Enable/Disable CTF "
+ dat += "Reboot World "
+ dat += "Check Teams "
var/connected_players = GLOB.clients.len
var/lobby_players = 0
var/observers = 0
diff --git a/code/modules/admin/known_alts.dm b/code/modules/admin/known_alts.dm
index 4105c7f4edc..3c51ca68bdf 100644
--- a/code/modules/admin/known_alts.dm
+++ b/code/modules/admin/known_alts.dm
@@ -168,7 +168,7 @@ GLOBAL_DATUM_INIT(known_alts, /datum/known_alts, new)
var/list/known_alts_html = list()
for (var/known_alt in load_known_alts())
- known_alts_html += "\[-\] Delete [known_alt[1]] is an alt of [known_alt[2]] (added by [known_alt[3]] )."
+ known_alts_html += "\[-\] Delete [known_alt[1]] is an alt of [known_alt[2]] (added by [known_alt[3]] )."
var/html = {"
@@ -179,7 +179,7 @@ GLOBAL_DATUM_INIT(known_alts, /datum/known_alts, new)
Any two ckeys in this panel will not show in "banned connection history".
Sometimes players switch account, and it's customary to perma-ban the old one.
- All Known Alts: \[+\] Add
+ All Known Alts: \[+\] Add
[known_alts_html.Join(" ")]
diff --git a/code/modules/admin/permissionedit.dm b/code/modules/admin/permissionedit.dm
index 6bd97dcaa20..e474fcff095 100644
--- a/code/modules/admin/permissionedit.dm
+++ b/code/modules/admin/permissionedit.dm
@@ -7,11 +7,11 @@ ADMIN_VERB(edit_admin_permissions, R_PERMISSIONS, "Permissions Panel", "Edit adm
return
var/datum/asset/asset_cache_datum = get_asset_datum(/datum/asset/group/permissions)
asset_cache_datum.send(usr)
- var/list/output = list("\[Permissions\] ")
+ var/list/output = list("\[Permissions\] ")
if(action)
- output += " | \[Log\] | \[Management\] "
+ output += " | \[Log\] | \[Management\] "
else
- output += "\[Log\] \[Management\] "
+ output += "\[Log\] \[Management\] "
if(action == 1)
var/logcount = 0
var/logssperpage = 20
@@ -30,7 +30,7 @@ ADMIN_VERB(edit_admin_permissions, R_PERMISSIONS, "Permissions Panel", "Edit adm
if(logcount > logssperpage)
output += "Page: "
while(logcount > 0)
- output += "|[pagecount == page ? "\[[pagecount]\] " : "\[[pagecount]\]"] "
+ output += "|[pagecount == page ? "\[[pagecount]\] " : "\[[pagecount]\]"] "
logcount -= logssperpage
pagecount++
output += "|"
@@ -69,7 +69,7 @@ ADMIN_VERB(edit_admin_permissions, R_PERMISSIONS, "Permissions Panel", "Edit adm
while(query_check_admin_errors.NextRow())
var/admin_key = query_check_admin_errors.item[1]
var/admin_rank = query_check_admin_errors.item[2]
- output += "[admin_key] has non-existent rank [admin_rank] | \[Change Rank\] | \[Remove\] "
+ output += "[admin_key] has non-existent rank [admin_rank] | \[Change Rank\] | \[Remove\] "
output += " "
qdel(query_check_admin_errors)
output += "Unused ranks "
@@ -79,7 +79,7 @@ ADMIN_VERB(edit_admin_permissions, R_PERMISSIONS, "Permissions Panel", "Edit adm
return
while(query_check_unused_rank.NextRow())
var/admin_rank = query_check_unused_rank.item[1]
- output += {"Rank [admin_rank] is not held by any admin | \[Remove\]
+ output += {"Rank [admin_rank] is not held by any admin | \[Remove\]
Permissions: [rights2text(text2num(query_check_unused_rank.item[2])," ")]
Denied: [rights2text(text2num(query_check_unused_rank.item[3])," ", "-")]
Allowed to edit: [rights2text(text2num(query_check_unused_rank.item[4])," ", "*")]
@@ -95,7 +95,7 @@ ADMIN_VERB(edit_admin_permissions, R_PERMISSIONS, "Permissions Panel", "Edit adm
Search:
"
if(QDELETED(usr))
@@ -140,7 +140,7 @@ ADMIN_VERB(edit_admin_permissions, R_PERMISSIONS, "Permissions Panel", "Edit adm
permissions_assets.send(usr.client)
var/admin_key = href_list["key"]
var/admin_ckey = ckey(admin_key)
-
+
var/task = href_list["editrights"]
var/datum/admins/target_admin_datum = GLOB.admin_datums[admin_ckey]
if(!target_admin_datum)
@@ -178,7 +178,7 @@ ADMIN_VERB(edit_admin_permissions, R_PERMISSIONS, "Permissions Panel", "Edit adm
use_db = FALSE
if(QDELETED(usr))
return
-
+
if(target_admin_datum && (task != "sync" && task != "verify") && !check_if_greater_rights_than_holder(target_admin_datum))
message_admins("[key_name_admin(usr)] attempted to change the rank of [admin_key] without sufficient rights.")
log_admin("[key_name(usr)] attempted to change the rank of [admin_key] without sufficient rights.")
diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm
index 31c34957544..ddb02b78b8a 100644
--- a/code/modules/admin/player_panel.dm
+++ b/code/modules/admin/player_panel.dm
@@ -80,19 +80,19 @@
body += "";
- body += "PP - "
- body += "N - "
- body += "VV - "
- body += "SP - "
- body += "TP - "
+ body += "PP - "
+ body += "N - "
+ body += "VV - "
+ body += "SP - "
+ body += "TP - "
if (job == "Cyborg")
- body += "BP - "
- body += "PM - "
- body += "SM - "
- body += "FLW - "
- body += "LOGS "
+ body += "BP - "
+ body += "PM - "
+ body += "SM - "
+ body += "FLW - "
+ body += "LOGS "
if(antagonist > 0)
- body += "Antagonist ";
+ body += "Antagonist ";
body += " ";
@@ -198,7 +198,7 @@
Player panel
- Hover over a line to see more information - Check antagonists - Kick everyone /AFKers in lobby
+ Hover over a line to see more information - Check antagonists - Kick everyone /AFKers in lobby
diff --git a/code/modules/admin/poll_management.dm b/code/modules/admin/poll_management.dm
index 86f075d3113..88a38c90166 100644
--- a/code/modules/admin/poll_management.dm
+++ b/code/modules/admin/poll_management.dm
@@ -71,12 +71,12 @@
*
*/
/datum/admins/proc/poll_list_panel()
- var/list/output = list("Current and future polls Note when editing polls or their options changes are not saved until you press Submit Poll.New Poll Reload Polls ")
+ var/list/output = list("Current and future polls Note when editing polls or their options changes are not saved until you press Submit Poll.New Poll Reload Polls ")
for(var/p in GLOB.polls)
var/datum/poll_question/poll = p
output += {"[poll.question]
- Edit
- Delete
+ Edit
+ Delete
"}
if(poll.subtitle)
output += " [poll.subtitle]"
@@ -204,20 +204,20 @@
"}
if(poll.poll_type == POLLTYPE_TEXT)
- output += "Clear poll responses [poll.poll_votes] players have responded"
+ output += "Clear poll responses [poll.poll_votes] players have responded"
else
- output += "Clear poll votes [poll.poll_votes] players have voted"
+ output += "Clear poll votes [poll.poll_votes] players have voted"
if(poll.poll_type == POLLTYPE_TEXT)
output += ""
else
- output += "Add Option "
+ output += "Add Option "
if(length(poll.options))
for(var/o in poll.options)
var/datum/poll_option/option = o
option_count++
output += {"Option [option_count]
- Edit
- Delete
+ Edit
+ Delete
[option.text]
"}
if(poll.poll_type == POLLTYPE_RATING)
diff --git a/code/modules/admin/sound_emitter.dm b/code/modules/admin/sound_emitter.dm
index 9f1d430a46c..165b882ab46 100644
--- a/code/modules/admin/sound_emitter.dm
+++ b/code/modules/admin/sound_emitter.dm
@@ -61,16 +61,16 @@
/obj/effect/sound_emitter/proc/edit_emitter(mob/user)
var/dat = ""
- dat += "Label: [maptext ? maptext : "No label set!"] "
+ dat += "Label: [maptext ? maptext : "No label set!"] "
dat += " "
- dat += "Sound File: [sound_file ? sound_file : "No file chosen!"] "
- dat += "Volume: [sound_volume]% "
+ dat += "Sound File: [sound_file ? sound_file : "No file chosen!"] "
+ dat += "Volume: [sound_volume]% "
dat += " "
- dat += "Mode: [motus_operandi] "
+ dat += "Mode: [motus_operandi] "
if(motus_operandi != SOUND_EMITTER_LOCAL)
- dat += "Range: [emitter_range] [emitter_range == SOUND_EMITTER_RADIUS ? "[play_radius]-tile radius " : ""] "
+ dat += "Range: [emitter_range] [emitter_range == SOUND_EMITTER_RADIUS ? "[play_radius]-tile radius " : ""] "
dat += " "
- dat += "Play Sound (interrupts other sound emitter sounds)"
+ dat += "Play Sound (interrupts other sound emitter sounds)"
var/datum/browser/popup = new(user, "emitter", "", 500, 600)
popup.set_content(dat)
popup.open()
diff --git a/code/modules/admin/sql_ban_system.dm b/code/modules/admin/sql_ban_system.dm
index 74955324dff..a8f16e92daa 100644
--- a/code/modules/admin/sql_ban_system.dm
+++ b/code/modules/admin/sql_ban_system.dm
@@ -689,7 +689,7 @@
var/pagecount = 1
var/list/pagelist = list()
while(bancount > 0)
- pagelist += "[pagecount == page ? "\[[pagecount]\] " : "\[[pagecount]\]"] "
+ pagelist += "[pagecount == page ? "\[[pagecount]\] " : "\[[pagecount]\]"] "
bancount -= bansperpage
pagecount++
output += pagelist.Join(" | ")
@@ -775,13 +775,13 @@
var/un_or_reban_href
if(unban_datetime)
- un_or_reban_href = "Reban "
+ un_or_reban_href = "Reban "
else
- un_or_reban_href = "Unban "
- output += "Edit [un_or_reban_href]"
+ un_or_reban_href = "Unban "
+ output += "Edit [un_or_reban_href]"
if(edits)
- output += "Edit log "
+ output += "Edit log "
output += ""
qdel(query_unban_search_bans)
output += ""
diff --git a/code/modules/admin/sql_message_system.dm b/code/modules/admin/sql_message_system.dm
index 7aab49d1c36..f7d00235345 100644
--- a/code/modules/admin/sql_message_system.dm
+++ b/code/modules/admin/sql_message_system.dm
@@ -377,10 +377,10 @@
var/list/output = list()
var/ruler = " "
- var/list/navbar = list("All # ")
+ var/list/navbar = list("All # ")
for(var/letter in GLOB.alphabet)
- navbar += "[letter] "
- navbar += "Memos Watchlist "
+ navbar += "[letter] "
+ navbar += "Memos Watchlist "
navbar += "