diff --git a/code/__HELPERS/icon_smoothing.dm b/code/__HELPERS/icon_smoothing.dm index 544eab55f1a..dfe2e43b4ca 100644 --- a/code/__HELPERS/icon_smoothing.dm +++ b/code/__HELPERS/icon_smoothing.dm @@ -59,7 +59,7 @@ DEFINE_BITFIELD(smoothing_junction, list( var/turf/neighbor = get_step(source, direction); \ if(!neighbor) { \ if(source.smoothing_flags & SMOOTH_BORDER) { \ - junction |= direction_flag; \ + junction |= direction_flag; \ }; \ }; \ else { \ diff --git a/code/__HELPERS/priority_announce.dm b/code/__HELPERS/priority_announce.dm index ea5c69195c1..97db6c3b3ca 100644 --- a/code/__HELPERS/priority_announce.dm +++ b/code/__HELPERS/priority_announce.dm @@ -32,7 +32,7 @@ ///If the announcer overrides alert messages, use that message. if(SSstation.announcer.custom_alert_message && !has_important_message) - announcement += SSstation.announcer.custom_alert_message + announcement += SSstation.announcer.custom_alert_message else announcement += "
[span_alert("[html_encode(text)]")]
" announcement += "
" @@ -85,7 +85,7 @@ var/datum/comm_message/M = new M.title = title - M.content = text + M.content = text SScommunications.send_message(M) diff --git a/code/_onclick/hud/human.dm b/code/_onclick/hud/human.dm index 572220dc3bc..cd06088b2e9 100644 --- a/code/_onclick/hud/human.dm +++ b/code/_onclick/hud/human.dm @@ -306,7 +306,7 @@ lingstingdisplay.hud = src infodisplay += lingstingdisplay - zone_select = new /atom/movable/screen/zone_sel() + zone_select = new /atom/movable/screen/zone_sel() zone_select.icon = ui_style zone_select.hud = src zone_select.update_appearance() diff --git a/code/controllers/subsystem/processing/networks.dm b/code/controllers/subsystem/processing/networks.dm index 0ccb2344146..0e2ca718baf 100644 --- a/code/controllers/subsystem/processing/networks.dm +++ b/code/controllers/subsystem/processing/networks.dm @@ -313,12 +313,12 @@ SUBSYSTEM_DEF(networks) // Anything in Centcom is completely isolated // Special case for holodecks. if(istype(A,/area/holodeck)) - A.network_root_id = "HOLODECK" // isolated from the station network + A.network_root_id = "HOLODECK" // isolated from the station network else if(SSmapping.level_trait(A.z, ZTRAIT_CENTCOM)) - A.network_root_id = CENTCOM_NETWORK_ROOT + A.network_root_id = CENTCOM_NETWORK_ROOT // Otherwise the default is the station else - A.network_root_id = STATION_NETWORK_ROOT + A.network_root_id = STATION_NETWORK_ROOT /datum/controller/subsystem/networks/proc/assign_area_network_id(area/A, datum/map_template/M=null) if(!istype(A)) @@ -471,7 +471,7 @@ SUBSYSTEM_DEF(networks) #endif network_tree += network_string_to_list(part) - var/datum/ntnet/network = _hard_create_network(network_tree) + var/datum/ntnet/network = _hard_create_network(network_tree) log_telecomms("create_network: created final [network.network_id]") return network diff --git a/code/datums/ai/basic_mobs/basic_ai_behaviors/basic_attacking.dm b/code/datums/ai/basic_mobs/basic_ai_behaviors/basic_attacking.dm index 624cf0d60d6..f98d3508133 100644 --- a/code/datums/ai/basic_mobs/basic_ai_behaviors/basic_attacking.dm +++ b/code/datums/ai/basic_mobs/basic_ai_behaviors/basic_attacking.dm @@ -4,7 +4,7 @@ /datum/ai_behavior/basic_melee_attack/setup(datum/ai_controller/controller, target_key, targetting_datum_key, hiding_location_key) . = ..() - controller.current_movement_target = controller.blackboard[hiding_location_key] || controller.blackboard[target_key] //Hiding location is priority + controller.current_movement_target = controller.blackboard[hiding_location_key] || controller.blackboard[target_key] //Hiding location is priority /datum/ai_behavior/basic_melee_attack/perform(delta_time, datum/ai_controller/controller, target_key, targetting_datum_key, hiding_location_key) . = ..() @@ -38,7 +38,7 @@ /datum/ai_behavior/basic_ranged_attack/setup(datum/ai_controller/controller, target_key, targetting_datum_key, hiding_location_key) . = ..() - controller.current_movement_target = controller.blackboard[hiding_location_key] || controller.blackboard[target_key] //Hiding location is priority + controller.current_movement_target = controller.blackboard[hiding_location_key] || controller.blackboard[target_key] //Hiding location is priority /datum/ai_behavior/basic_ranged_attack/perform(delta_time, datum/ai_controller/controller, target_key, targetting_datum_key, hiding_location_key) diff --git a/code/datums/ai/basic_mobs/basic_subtrees/speech_subtree.dm b/code/datums/ai/basic_mobs/basic_subtrees/speech_subtree.dm index 55654a33ffc..bcc2d5e482c 100644 --- a/code/datums/ai/basic_mobs/basic_subtrees/speech_subtree.dm +++ b/code/datums/ai/basic_mobs/basic_subtrees/speech_subtree.dm @@ -25,7 +25,7 @@ var/total_choices_length = audible_emotes_length + non_audible_emotes_length + speak_lines_length - var/random_number_in_range = rand(1, total_choices_length) + var/random_number_in_range = rand(1, total_choices_length) if(random_number_in_range <= audible_emotes_length) controller.queue_behavior(/datum/ai_behavior/perform_emote, pick(emote_hear)) diff --git a/code/datums/browser.dm b/code/datums/browser.dm index 8d1ef5d1322..77b7b3ddf43 100644 --- a/code/datums/browser.dm +++ b/code/datums/browser.dm @@ -136,7 +136,7 @@ if (!User) return - var/output = {"
[Message]

+ var/output = {"
[Message]

[Button1]"} @@ -249,7 +249,7 @@ if (!User) return - var/output = {"