diff --git a/code/_onclick/hud/robot.dm b/code/_onclick/hud/robot.dm index 54a81efddd1..8eed2493b4f 100644 --- a/code/_onclick/hud/robot.dm +++ b/code/_onclick/hud/robot.dm @@ -207,7 +207,7 @@ screenmob.client.screen += module_store_icon //"store" icon if(!R.module.modules) - to_chat(usr, "Selected module has no modules to select") + to_chat(usr, "Selected module has no modules to select!") return if(!R.robot_modules_background) diff --git a/code/_onclick/observer.dm b/code/_onclick/observer.dm index 130d6960360..589109d45e6 100644 --- a/code/_onclick/observer.dm +++ b/code/_onclick/observer.dm @@ -72,14 +72,14 @@ if(awaygate) user.forceMove(awaygate.loc) else - to_chat(user, "[src] has no destination.") + to_chat(user, "[src] has no destination.") return ..() /obj/machinery/gateway/centeraway/attack_ghost(mob/user) if(stationgate) user.forceMove(stationgate.loc) else - to_chat(user, "[src] has no destination.") + to_chat(user, "[src] has no destination.") return ..() /obj/machinery/teleport/hub/attack_ghost(mob/user) diff --git a/code/controllers/subsystem/shuttle.dm b/code/controllers/subsystem/shuttle.dm index 659a737f2cb..7d3271b6848 100644 --- a/code/controllers/subsystem/shuttle.dm +++ b/code/controllers/subsystem/shuttle.dm @@ -187,33 +187,33 @@ SUBSYSTEM_DEF(shuttle) emergency = backup_shuttle var/srd = CONFIG_GET(number/shuttle_refuel_delay) if(world.time - SSticker.round_start_time < srd) - to_chat(user, "The emergency shuttle is refueling. Please wait [DisplayTimeText(srd - (world.time - SSticker.round_start_time))] before trying again.") + to_chat(user, "The emergency shuttle is refueling. Please wait [DisplayTimeText(srd - (world.time - SSticker.round_start_time))] before trying again.") return switch(emergency.mode) if(SHUTTLE_RECALL) - to_chat(user, "The emergency shuttle may not be called while returning to CentCom.") + to_chat(user, "The emergency shuttle may not be called while returning to CentCom.") return if(SHUTTLE_CALL) - to_chat(user, "The emergency shuttle is already on its way.") + to_chat(user, "The emergency shuttle is already on its way.") return if(SHUTTLE_DOCKED) - to_chat(user, "The emergency shuttle is already here.") + to_chat(user, "The emergency shuttle is already here.") return if(SHUTTLE_IGNITING) - to_chat(user, "The emergency shuttle is firing its engines to leave.") + to_chat(user, "The emergency shuttle is firing its engines to leave.") return if(SHUTTLE_ESCAPE) - to_chat(user, "The emergency shuttle is moving away to a safe distance.") + to_chat(user, "The emergency shuttle is moving away to a safe distance.") return if(SHUTTLE_STRANDED) - to_chat(user, "The emergency shuttle has been disabled by CentCom.") + to_chat(user, "The emergency shuttle has been disabled by CentCom.") return call_reason = trim(html_encode(call_reason)) if(length(call_reason) < CALL_SHUTTLE_REASON_LENGTH && seclevel2num(get_security_level()) > SEC_LEVEL_GREEN) - to_chat(user, "You must provide a reason.") + to_chat(user, "You must provide a reason.") return var/area/signal_origin = get_area(user) diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 9ce063ee313..e474e79bdf5 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -377,7 +377,7 @@ SUBSYSTEM_DEF(ticker) for(var/i in GLOB.new_player_list) var/mob/dead/new_player/N = i if(N.new_character) - to_chat(N, "Captainship not forced on anyone.") + to_chat(N, "Captainship not forced on anyone.") CHECK_TICK /datum/controller/subsystem/ticker/proc/transfer_characters() diff --git a/code/datums/brain_damage/imaginary_friend.dm b/code/datums/brain_damage/imaginary_friend.dm index a2be11b327d..94912e0befe 100644 --- a/code/datums/brain_damage/imaginary_friend.dm +++ b/code/datums/brain_damage/imaginary_friend.dm @@ -142,7 +142,7 @@ if (src.client) if(client.prefs.muted & MUTE_IC) - to_chat(src, "You cannot send IC messages (muted).") + to_chat(src, "You cannot send IC messages (muted).") return if (!(ignore_spam || forced) && src.client.handle_spam_prevention(message,MUTE_IC)) return diff --git a/code/datums/components/archaeology.dm b/code/datums/components/archaeology.dm index b5740650e9f..449c3560f03 100644 --- a/code/datums/components/archaeology.dm +++ b/code/datums/components/archaeology.dm @@ -27,7 +27,7 @@ /datum/component/archaeology/proc/Dig(datum/source, obj/item/I, mob/living/user) if(dug) - to_chat(user, "Looks like someone has dug here already.") + to_chat(user, "Looks like someone has dug here already!") return if(!isturf(user.loc)) diff --git a/code/datums/components/art.dm b/code/datums/components/art.dm index 91682a2df19..cd685e5ec91 100644 --- a/code/datums/components/art.dm +++ b/code/datums/components/art.dm @@ -34,7 +34,7 @@ apply_moodlet(M, impressiveness *(O.obj_integrity/O.max_integrity)) /datum/component/art/proc/on_attack_hand(datum/source, mob/M) - to_chat(M, "You start examining [parent].") + to_chat(M, "You start examining [parent]...") if(!do_after(M, 20, target = parent)) return on_obj_examine(source, M) @@ -49,4 +49,3 @@ SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "artgreat", /datum/mood_event/artgreat) else SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "artbad", /datum/mood_event/artbad) - diff --git a/code/datums/components/butchering.dm b/code/datums/components/butchering.dm index 7542f1020a5..07ada8a4b2d 100644 --- a/code/datums/components/butchering.dm +++ b/code/datums/components/butchering.dm @@ -31,8 +31,8 @@ var/mob/living/carbon/human/H = M if((H.health <= H.crit_threshold || (user.pulling == H && user.grab_state >= GRAB_NECK) || H.IsSleeping()) && user.zone_selected == BODY_ZONE_HEAD) // Only sleeping, neck grabbed, or crit, can be sliced. if(H.has_status_effect(/datum/status_effect/neck_slice)) - user.show_message("[H]'s neck has already been already cut, you can't make the bleeding any worse!", MSG_VISUAL, \ - "Their neck has already been already cut, you can't make the bleeding any worse!") + user.show_message("[H]'s neck has already been already cut, you can't make the bleeding any worse!", MSG_VISUAL, \ + "Their neck has already been already cut, you can't make the bleeding any worse!") return COMPONENT_ITEM_NO_ATTACK INVOKE_ASYNC(src, .proc/startNeckSlice, source, H, user) return COMPONENT_ITEM_NO_ATTACK @@ -54,8 +54,8 @@ playsound(H.loc, butcher_sound, 50, TRUE, -1) if(do_mob(user, H, CLAMP(500 / source.force, 30, 100)) && H.Adjacent(source)) if(H.has_status_effect(/datum/status_effect/neck_slice)) - user.show_message("[H]'s neck has already been already cut, you can't make the bleeding any worse!", MSG_VISUAL, \ - "Their neck has already been already cut, you can't make the bleeding any worse!") + user.show_message("[H]'s neck has already been already cut, you can't make the bleeding any worse!", MSG_VISUAL, \ + "Their neck has already been already cut, you can't make the bleeding any worse!") return H.visible_message("[user] slits [H]'s throat!", \ diff --git a/code/datums/components/gps.dm b/code/datums/components/gps.dm index 9920b0f9d95..2ad4b1629ee 100644 --- a/code/datums/components/gps.dm +++ b/code/datums/components/gps.dm @@ -68,21 +68,21 @@ GLOBAL_LIST_EMPTY(GPS_list) if(!user.canUseTopic(parent, BE_CLOSE)) return //user not valid to use gps if(emped) - to_chat(user, "It's busted!") + to_chat(user, "It's busted!") return var/atom/A = parent if(tracking) A.cut_overlay("working") - to_chat(user, "[parent] is no longer tracking, or visible to other GPS devices.") + to_chat(user, "[parent] is no longer tracking, or visible to other GPS devices.") tracking = FALSE else A.add_overlay("working") - to_chat(user, "[parent] is now tracking, and visible to other GPS devices.") + to_chat(user, "[parent] is now tracking, and visible to other GPS devices.") tracking = TRUE /datum/component/gps/item/ui_interact(mob/user, ui_key = "gps", datum/tgui/ui = null, force_open = FALSE, datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state) // Remember to use the appropriate state. if(emped) - to_chat(user, "[parent] fizzles weakly.") + to_chat(user, "[parent] fizzles weakly.") return ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open) if(!ui) @@ -138,7 +138,7 @@ GLOBAL_LIST_EMPTY(GPS_list) if("rename") var/atom/parentasatom = parent var/a = input("Please enter desired tag.", parentasatom.name, gpstag) as text|null - + if (!a) return diff --git a/code/datums/components/remote_materials.dm b/code/datums/components/remote_materials.dm index 7d6fdd85a8d..ab5dd224733 100644 --- a/code/datums/components/remote_materials.dm +++ b/code/datums/components/remote_materials.dm @@ -85,7 +85,7 @@ handles linking back and forth. var/obj/item/multitool/M = I if (!QDELETED(M.buffer) && istype(M.buffer, /obj/machinery/ore_silo)) if (silo == M.buffer) - to_chat(user, "[parent] is already connected to [silo].") + to_chat(user, "[parent] is already connected to [silo]!") return COMPONENT_BLOCK_TOOL_ATTACK if (silo) silo.connected -= src diff --git a/code/datums/components/spooky.dm b/code/datums/components/spooky.dm index 94620429aa0..17da4150cf8 100644 --- a/code/datums/components/spooky.dm +++ b/code/datums/components/spooky.dm @@ -48,9 +48,9 @@ else if(prob(30)) new/obj/item/instrument/trombone/spectral(T) else - to_chat(H, "The spooky gods forgot to ship your instrument. Better luck next unlife.") - to_chat(H, "You are the spooky skeleton!") - to_chat(H, "A new life and identity has begun. Help your fellow skeletons into bringing out the spooky-pocalypse. You haven't forgotten your past life, and are still beholden to past loyalties.") + to_chat(H, "The spooky gods forgot to ship your instrument. Better luck next unlife.") + to_chat(H, "You are the spooky skeleton!") + to_chat(H, "A new life and identity has begun. Help your fellow skeletons into bringing out the spooky-pocalypse. You haven't forgotten your past life, and are still beholden to past loyalties.") change_name(H) //time for a new name! /datum/component/spooky/proc/change_name(mob/living/carbon/human/H) diff --git a/code/datums/components/storage/concrete/bluespace.dm b/code/datums/components/storage/concrete/bluespace.dm index d381517c57c..d9669eaa1e1 100644 --- a/code/datums/components/storage/concrete/bluespace.dm +++ b/code/datums/components/storage/concrete/bluespace.dm @@ -17,7 +17,6 @@ playsound(src, dumping_sound, 40, TRUE) M.Beam(dumping_location, icon_state="rped_upgrade", time=5) return TRUE - to_chat(M, "The [A.name] buzzes.") + to_chat(M, "The [A.name] buzzes.") playsound(src, 'sound/machines/buzz-sigh.ogg', 50, FALSE) return FALSE - diff --git a/code/datums/components/storage/storage.dm b/code/datums/components/storage/storage.dm index 5068e0806e3..9f7b3fbd708 100644 --- a/code/datums/components/storage/storage.dm +++ b/code/datums/components/storage/storage.dm @@ -807,8 +807,8 @@ collection_mode = (collection_mode+1)%3 switch(collection_mode) if(COLLECT_SAME) - to_chat(user, "[parent] now picks up all items of a single type at once.") + to_chat(user, "[parent] now picks up all items of a single type at once.") if(COLLECT_EVERYTHING) - to_chat(user, "[parent] now picks up all items in a tile at once.") + to_chat(user, "[parent] now picks up all items in a tile at once.") if(COLLECT_ONE) - to_chat(user, "[parent] now picks up one item at a time.") + to_chat(user, "[parent] now picks up one item at a time.") diff --git a/code/datums/components/uplink.dm b/code/datums/components/uplink.dm index 97d75d581a9..eb957bb67da 100644 --- a/code/datums/components/uplink.dm +++ b/code/datums/components/uplink.dm @@ -248,7 +248,7 @@ GLOBAL_LIST_EMPTY(uplinks) return locked = FALSE interact(null, user) - to_chat(user, "The PDA softly beeps.") + to_chat(user, "The PDA softly beeps.") user << browse(null, "window=pda") master.mode = 0 return COMPONENT_STOP_RINGTONE_CHANGE diff --git a/code/datums/diseases/gastrolisis.dm b/code/datums/diseases/gastrolisis.dm index a1a87ba1a54..61c508ab5ed 100644 --- a/code/datums/diseases/gastrolisis.dm +++ b/code/datums/diseases/gastrolisis.dm @@ -52,7 +52,7 @@ if(!tongue && prob(5)) var/obj/item/organ/tongue/snail/new_tongue = new() new_tongue.Insert(affected_mob) - to_chat(affected_mob, "You feel your speech slow down") + to_chat(affected_mob, "You feel your speech slow down...") return if(shell && eyes && tongue && prob(5)) affected_mob.set_species(/datum/species/snail) @@ -82,4 +82,4 @@ if(istype(bag, /obj/item/storage/backpack/snail)) bag.emptyStorage() H.doUnEquip(bag, TRUE, no_move = TRUE) - qdel(bag) \ No newline at end of file + qdel(bag) diff --git a/code/datums/diseases/retrovirus.dm b/code/datums/diseases/retrovirus.dm index b1cf149600a..f7e9e2724c7 100644 --- a/code/datums/diseases/retrovirus.dm +++ b/code/datums/diseases/retrovirus.dm @@ -38,7 +38,7 @@ if (prob(8)) to_chat(affected_mob, "Your head hurts.") if (prob(9)) - to_chat(affected_mob, "You feel a tingling sensation in your chest.") + to_chat(affected_mob, "You feel a tingling sensation in your chest.") if (prob(9)) to_chat(affected_mob, "You feel angry.") if(2) @@ -50,7 +50,7 @@ if (prob(8)) to_chat(affected_mob, "Your skin feels loose.") if (prob(10)) - to_chat(affected_mob, "You feel very strange.") + to_chat(affected_mob, "You feel very strange.") if (prob(4)) to_chat(affected_mob, "You feel a stabbing pain in your head!") affected_mob.Unconscious(40) @@ -81,4 +81,4 @@ if(prob(50)) scramble_dna(affected_mob, 1, 0, rand(50,75)) else - scramble_dna(affected_mob, 0, 1, rand(50,75)) \ No newline at end of file + scramble_dna(affected_mob, 0, 1, rand(50,75)) diff --git a/code/datums/diseases/transformation.dm b/code/datums/diseases/transformation.dm index c39de1ef553..55415279d52 100644 --- a/code/datums/diseases/transformation.dm +++ b/code/datums/diseases/transformation.dm @@ -81,12 +81,12 @@ var/list/mob/dead/observer/candidates = pollCandidatesForMob("Do you want to play as [affected_mob.name]?", bantype, null, bantype, 50, affected_mob) if(LAZYLEN(candidates)) var/mob/dead/observer/C = pick(candidates) - to_chat(affected_mob, "Your mob has been taken over by a ghost! Appeal your job ban if you want to avoid this in the future!") + to_chat(affected_mob, "Your mob has been taken over by a ghost! Appeal your job ban if you want to avoid this in the future!") message_admins("[key_name_admin(C)] has taken control of ([key_name_admin(affected_mob)]) to replace a jobbanned player.") affected_mob.ghostize(0) affected_mob.key = C.key else - to_chat(new_mob, "Your mob has been claimed by death! Appeal your job ban if you want to avoid this in the future!") + to_chat(new_mob, "Your mob has been claimed by death! Appeal your job ban if you want to avoid this in the future!") new_mob.death() if (!QDELETED(new_mob)) new_mob.ghostize(can_reenter_corpse = FALSE) diff --git a/code/datums/diseases/tuberculosis.dm b/code/datums/diseases/tuberculosis.dm index dd29c25e799..f3257f717ce 100644 --- a/code/datums/diseases/tuberculosis.dm +++ b/code/datums/diseases/tuberculosis.dm @@ -26,7 +26,7 @@ to_chat(affected_mob, "You feel a cold sweat form.") if(4) if(prob(2)) - to_chat(affected_mob, "You see four of everything") + to_chat(affected_mob, "You see four of everything!") affected_mob.Dizzy(5) if(prob(2)) to_chat(affected_mob, "You feel a sharp pain from your lower chest!") @@ -57,4 +57,3 @@ to_chat(affected_mob, "[pick("You feel uncomfortably hot...", "You feel like unzipping your jumpsuit", "You feel like taking off some clothes...")]") affected_mob.adjust_bodytemperature(40) return - diff --git a/code/datums/holocall.dm b/code/datums/holocall.dm index fde9b4ad4aa..4edf8161706 100644 --- a/code/datums/holocall.dm +++ b/code/datums/holocall.dm @@ -241,10 +241,10 @@ record.caller_image = holodiskOriginal.record.caller_image record.entries = holodiskOriginal.record.entries.Copy() record.language = holodiskOriginal.record.language - to_chat(user, "You copy the record from [holodiskOriginal] to [src] by connecting the ports!") + to_chat(user, "You copy the record from [holodiskOriginal] to [src] by connecting the ports!") name = holodiskOriginal.name else - to_chat(user, "[holodiskOriginal] has no record on it!") + to_chat(user, "[holodiskOriginal] has no record on it!") ..() /obj/item/disk/holodisk/proc/build_record() diff --git a/code/datums/mind.dm b/code/datums/mind.dm index bb3fae518d1..78736c29cf7 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -296,7 +296,7 @@ if (!uplink_loc) if(!silent) - to_chat(traitor_mob, "Unfortunately, [employer] wasn't able to get you an Uplink.") + to_chat(traitor_mob, "Unfortunately, [employer] wasn't able to get you an Uplink.") . = 0 else . = uplink_loc @@ -306,11 +306,11 @@ U.setup_unlock_code() if(!silent) if(uplink_loc == R) - to_chat(traitor_mob, "[employer] has cunningly disguised a Syndicate Uplink as your [R.name]. Simply dial the frequency [format_frequency(U.unlock_code)] to unlock its hidden features.") + to_chat(traitor_mob, "[employer] has cunningly disguised a Syndicate Uplink as your [R.name]. Simply dial the frequency [format_frequency(U.unlock_code)] to unlock its hidden features.") else if(uplink_loc == PDA) - to_chat(traitor_mob, "[employer] has cunningly disguised a Syndicate Uplink as your [PDA.name]. Simply enter the code \"[U.unlock_code]\" into the ringtone select to unlock its hidden features.") + to_chat(traitor_mob, "[employer] has cunningly disguised a Syndicate Uplink as your [PDA.name]. Simply enter the code \"[U.unlock_code]\" into the ringtone select to unlock its hidden features.") else if(uplink_loc == P) - to_chat(traitor_mob, "[employer] has cunningly disguised a Syndicate Uplink as your [P.name]. Simply twist the top of the pen [english_list(U.unlock_code)] from its starting position to unlock its hidden features.") + to_chat(traitor_mob, "[employer] has cunningly disguised a Syndicate Uplink as your [P.name]. Simply twist the top of the pen [english_list(U.unlock_code)] from its starting position to unlock its hidden features.") if(uplink_owner) uplink_owner.antag_memory += U.unlock_note + "
" diff --git a/code/datums/status_effects/gas.dm b/code/datums/status_effects/gas.dm index 608dbb2d7a1..659abb72506 100644 --- a/code/datums/status_effects/gas.dm +++ b/code/datums/status_effects/gas.dm @@ -26,16 +26,16 @@ qdel(src) /datum/status_effect/freon/proc/owner_resist() - to_chat(owner, "You start breaking out of the ice cube!") + to_chat(owner, "You start breaking out of the ice cube...") if(do_mob(owner, owner, 40)) if(!QDELETED(src)) - to_chat(owner, "You break out of the ice cube!") + to_chat(owner, "You break out of the ice cube!") owner.remove_status_effect(/datum/status_effect/freon) owner.update_mobility() /datum/status_effect/freon/on_remove() if(!owner.stat) - to_chat(owner, "The cube melts!") + to_chat(owner, "The cube melts!") owner.cut_overlay(cube) owner.adjust_bodytemperature(100) owner.update_mobility() diff --git a/code/game/gamemodes/clown_ops/clown_weapons.dm b/code/game/gamemodes/clown_ops/clown_weapons.dm index b0213027fbb..6248e639730 100644 --- a/code/game/gamemodes/clown_ops/clown_weapons.dm +++ b/code/game/gamemodes/clown_ops/clown_weapons.dm @@ -91,7 +91,7 @@ /obj/item/melee/transforming/energy/sword/bananium/attackby(obj/item/I, mob/living/user, params) if((world.time > next_trombone_allowed) && istype(I, /obj/item/melee/transforming/energy/sword/bananium)) next_trombone_allowed = world.time + 50 - to_chat(user, "You slap the two swords together. Sadly, they do not seem to fit.") + to_chat(user, "You slap the two swords together. Sadly, they do not seem to fit!") playsound(src, 'sound/misc/sadtrombone.ogg', 50) return TRUE return ..() @@ -179,7 +179,7 @@ bomb = new /obj/item/grenade/syndieminibomb(src) bomb.det_time = det_time if(iscarbon(loc)) - to_chat(loc, "[src] begins to beep.") + to_chat(loc, "[src] begins to beep.") var/mob/living/carbon/C = loc C.throw_mode_on() bomb.preprime(loc, null, FALSE) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 310cc882ad6..1346e80282a 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -815,7 +815,7 @@ GLOBAL_LIST_EMPTY(possible_items_special) var/mob/new_target = input(admin,"Select target:", "Objective target") as null|anything in possible_targets target = new_target.mind else - to_chat(admin, "No active AIs with minds") + to_chat(admin, "No active AIs with minds.") update_explanation_text() /datum/objective/destroy/internal diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm index 83234c6e6f0..1f14789e413 100644 --- a/code/game/machinery/Sleeper.dm +++ b/code/game/machinery/Sleeper.dm @@ -281,7 +281,7 @@ name = "soothing sleeper" desc = "A large cryogenics unit built from brass. Its surface is pleasantly cool the touch." icon_state = "sleeper_clockwork" - enter_message = "You hear the gentle hum and click of machinery, and are lulled into a sense of peace." + enter_message = "You hear the gentle hum and click of machinery, and are lulled into a sense of peace." possible_chems = list(list(/datum/reagent/medicine/epinephrine, /datum/reagent/medicine/salbutamol, /datum/reagent/medicine/C2/libital, /datum/reagent/medicine/C2/aiuri, /datum/reagent/medicine/oculine, /datum/reagent/medicine/inacusiate, /datum/reagent/medicine/mannitol)) /obj/machinery/sleeper/clockwork/process() diff --git a/code/game/machinery/buttons.dm b/code/game/machinery/buttons.dm index 6abbdebe4e8..69dabad5911 100644 --- a/code/game/machinery/buttons.dm +++ b/code/game/machinery/buttons.dm @@ -65,7 +65,7 @@ default_deconstruction_screwdriver(user, "button-open", "[skin]",W) update_icon() else - to_chat(user, "Maintenance Access Denied") + to_chat(user, "Maintenance Access Denied.") flick("[skin]-denied", src) return @@ -166,7 +166,7 @@ return if(!allowed(user)) - to_chat(user, "Access Denied") + to_chat(user, "Access Denied.") flick("[skin]-denied", src) return diff --git a/code/game/machinery/camera/camera.dm b/code/game/machinery/camera/camera.dm index 7a63833f65d..517d9cfba85 100644 --- a/code/game/machinery/camera/camera.dm +++ b/code/game/machinery/camera/camera.dm @@ -150,7 +150,7 @@ if (M.client.eye == src) M.unset_machine() M.reset_perspective(null) - to_chat(M, "The screen bursts into static.") + to_chat(M, "The screen bursts into static!") /obj/machinery/camera/proc/post_emp_reset(thisemp, previous_network) if(QDELETED(src)) @@ -240,7 +240,7 @@ to_chat(user, "You attach [I] into [assembly]'s inner circuits.") qdel(I) else - to_chat(user, "[src] already has that upgrade!") + to_chat(user, "[src] already has that upgrade!") return else if(istype(I, /obj/item/stack/sheet/mineral/plasma)) @@ -249,7 +249,7 @@ upgradeEmpProof(FALSE, TRUE) to_chat(user, "You attach [I] into [assembly]'s inner circuits.") else - to_chat(user, "[src] already has that upgrade!") + to_chat(user, "[src] already has that upgrade!") return else if(istype(I, /obj/item/assembly/prox_sensor)) @@ -260,7 +260,7 @@ to_chat(user, "You attach [I] into [assembly]'s inner circuits.") qdel(I) else - to_chat(user, "[src] already has that upgrade!") + to_chat(user, "[src] already has that upgrade!") return // OTHER @@ -287,12 +287,12 @@ if(AI.control_disabled || (AI.stat == DEAD)) return if(U.name == "Unknown") - to_chat(AI, "[U] holds \a [itemname] up to one of your cameras ...") + to_chat(AI, "[U] holds \a [itemname] up to one of your cameras ...") else to_chat(AI, "[U] holds \a [itemname] up to one of your cameras ...") AI.last_paper_seen = "[itemname][info]" else if (O.client.eye == src) - to_chat(O, "[U] holds \a [itemname] up to one of the cameras ...") + to_chat(O, "[U] holds \a [itemname] up to one of the cameras ...") O << browse(text("[][]", itemname, info), text("window=[]", itemname)) return @@ -394,7 +394,7 @@ if (O.client.eye == src) O.unset_machine() O.reset_perspective(null) - to_chat(O, "The screen bursts into static.") + to_chat(O, "The screen bursts into static!") /obj/machinery/camera/proc/triggerCameraAlarm() alarm_on = TRUE diff --git a/code/game/machinery/computer/aifixer.dm b/code/game/machinery/computer/aifixer.dm index 4baff3ae896..21e2a4c55dd 100644 --- a/code/game/machinery/computer/aifixer.dm +++ b/code/game/machinery/computer/aifixer.dm @@ -128,29 +128,29 @@ //Downloading AI from card to terminal. if(interaction == AI_TRANS_FROM_CARD) if(stat & (NOPOWER|BROKEN)) - to_chat(user, "[src] is offline and cannot take an AI at this time!") + to_chat(user, "[src] is offline and cannot take an AI at this time.") return AI.forceMove(src) occupier = AI AI.control_disabled = TRUE AI.radio_enabled = FALSE - to_chat(AI, "You have been uploaded to a stationary terminal. Sadly, there is no remote access from here.") - to_chat(user, "Transfer successful: [AI.name] ([rand(1000,9999)].exe) installed and executed successfully. Local copy has been removed.") + to_chat(AI, "You have been uploaded to a stationary terminal. Sadly, there is no remote access from here.") + to_chat(user, "Transfer successful: [AI.name] ([rand(1000,9999)].exe) installed and executed successfully. Local copy has been removed.") card.AI = null update_icon() else //Uploading AI from terminal to card if(occupier && !active) - to_chat(occupier, "You have been downloaded to a mobile storage device. Still no remote access.") - to_chat(user, "Transfer successful: [occupier.name] ([rand(1000,9999)].exe) removed from host terminal and stored within local memory.") + to_chat(occupier, "You have been downloaded to a mobile storage device. Still no remote access.") + to_chat(user, "Transfer successful: [occupier.name] ([rand(1000,9999)].exe) removed from host terminal and stored within local memory.") occupier.forceMove(card) card.AI = occupier occupier = null update_icon() else if (active) - to_chat(user, "ERROR: Reconstruction in progress.") + to_chat(user, "ERROR: Reconstruction in progress.") else if (!occupier) - to_chat(user, "ERROR: Unable to locate artificial intelligence.") + to_chat(user, "ERROR: Unable to locate artificial intelligence.") /obj/machinery/computer/aifixer/on_deconstruction() if(occupier) diff --git a/code/game/machinery/computer/arena.dm b/code/game/machinery/computer/arena.dm index 1eac900cf64..ed0ce112ad1 100644 --- a/code/game/machinery/computer/arena.dm +++ b/code/game/machinery/computer/arena.dm @@ -132,11 +132,11 @@ if(bd) current_arena_template = arena_template loading = FALSE - + message_admins("[key_name_admin(user)] loaded [arena_template] event arena for [arena_id] arena.") log_admin("[key_name(user)] loaded [arena_template] event arena for [arena_id] arena.") - + /obj/machinery/computer/arena/proc/add_new_arena_template(user,fname,friendly_name) if(!fname) @@ -193,7 +193,7 @@ M.equipOutfit(outfits[team] ? outfits[team] : default_outfit) M.faction += team //In case anyone wants to add team based stuff to arena special effects M.key = ckey - + var/datum/atom_hud/antag/team_hud = team_huds[team] team_hud.join_hud(M) set_antag_hud(M,"arena",team_hud_index[team]) @@ -379,7 +379,7 @@ /// Team ID var/team = "default" /// only exist to cut down on glob.machines lookups, do not modify - var/obj/machinery/computer/arena/_controller + var/obj/machinery/computer/arena/_controller /obj/machinery/arena_spawn/red name = "Red Team Spawnpoint" @@ -414,4 +414,4 @@ #undef ARENA_RED_TEAM #undef ARENA_DEFAULT_ID #undef ARENA_CORNER_A -#undef ARENA_CORNER_B \ No newline at end of file +#undef ARENA_CORNER_B diff --git a/code/game/machinery/computer/atmos_alert.dm b/code/game/machinery/computer/atmos_alert.dm index 0b9606fef03..ff8086bed66 100644 --- a/code/game/machinery/computer/atmos_alert.dm +++ b/code/game/machinery/computer/atmos_alert.dm @@ -47,11 +47,11 @@ if("clear") var/zone = params["zone"] if(zone in priority_alarms) - to_chat(usr, "Priority alarm for [zone] cleared.") + to_chat(usr, "Priority alarm for [zone] cleared.") priority_alarms -= zone . = TRUE if(zone in minor_alarms) - to_chat(usr, "Minor alarm for [zone] cleared.") + to_chat(usr, "Minor alarm for [zone] cleared.") minor_alarms -= zone . = TRUE update_icon() diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index aece47d0122..64e8d2b1325 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -151,12 +151,12 @@ var/datum/map_template/shuttle/S = locate(href_list["chosen_shuttle"]) in shuttles if(S && istype(S)) if(SSshuttle.emergency.mode != SHUTTLE_RECALL && SSshuttle.emergency.mode != SHUTTLE_IDLE) - to_chat(usr, "It's a bit late to buy a new shuttle, don't you think?") + to_chat(usr, "It's a bit late to buy a new shuttle, don't you think?") return if(SSshuttle.shuttle_purchased) - to_chat(usr, "A replacement shuttle has already been purchased.") + to_chat(usr, "A replacement shuttle has already been purchased.") else if(!S.prerequisites_met()) - to_chat(usr, "You have not met the requirements for purchasing this shuttle.") + to_chat(usr, "You have not met the requirements for purchasing this shuttle.") else var/points_to_check var/datum/bank_account/D = SSeconomy.get_dep_account(ACCOUNT_CAR) @@ -173,7 +173,7 @@ message_admins("[ADMIN_LOOKUPFLW(usr)] purchased [S.name].") SSblackbox.record_feedback("text", "shuttle_purchase", 1, "[S.name]") else - to_chat(usr, "Not enough credits.") + to_chat(usr, "Insufficient credits.") if("callshuttle") state = STATE_DEFAULT @@ -692,7 +692,7 @@ /obj/machinery/computer/communications/proc/make_announcement(mob/living/user, is_silicon) if(!SScommunications.can_announce(user, is_silicon)) - to_chat(user, "Intercomms recharging. Please stand by.") + to_chat(user, "Intercomms recharging. Please stand by.") return var/input = stripped_input(user, "Please choose a message to announce to the station crew.", "What?") if(!input || !user.canUseTopic(src, !issilicon(usr))) diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm index 3e4fcd6134d..935c162f8b7 100644 --- a/code/game/machinery/computer/dna_console.dm +++ b/code/game/machinery/computer/dna_console.dm @@ -75,7 +75,7 @@ if(LAZYLEN(stored_chromosomes) < max_chromosomes) I.forceMove(src) stored_chromosomes += I - to_chat(user, "You insert [I]") + to_chat(user, "You insert [I].") else to_chat(user, "You cannot store any more chromosomes!") return @@ -848,7 +848,7 @@ var/datum/mutation/human/HM = new A.type() HM.copy_mutation(A) stored_mutations += HM - to_chat(usr,"Successfully wrote [A.name] to storage.") + to_chat(usr,"Successfully wrote [A.name] to storage.") if("combine") if(num && (LAZYLEN(stored_mutations) >= num)) if(LAZYLEN(stored_mutations) < max_storage) diff --git a/code/game/machinery/computer/law.dm b/code/game/machinery/computer/law.dm index b5aeb0ee8d7..6b90eafb68a 100644 --- a/code/game/machinery/computer/law.dm +++ b/code/game/machinery/computer/law.dm @@ -46,7 +46,7 @@ if (!current) to_chat(user, "No active AIs detected!") else - to_chat(user, "[current.name] selected for law changes.") + to_chat(user, "[current.name] selected for law changes.") /obj/machinery/computer/upload/ai/can_upload_to(mob/living/silicon/ai/A) if(!A || !isAI(A)) @@ -67,7 +67,7 @@ if(!current) to_chat(user, "No active unslaved cyborgs detected!") else - to_chat(user, "[current.name] selected for law changes.") + to_chat(user, "[current.name] selected for law changes.") /obj/machinery/computer/upload/borg/can_upload_to(mob/living/silicon/robot/B) if(!B || !iscyborg(B)) diff --git a/code/game/machinery/computer/prisoner/gulag_teleporter.dm b/code/game/machinery/computer/prisoner/gulag_teleporter.dm index 1f98b9bb9fe..c99c9229c76 100644 --- a/code/game/machinery/computer/prisoner/gulag_teleporter.dm +++ b/code/game/machinery/computer/prisoner/gulag_teleporter.dm @@ -89,16 +89,16 @@ if(!new_goal) new_goal = default_goal if (new_goal > 1000) - to_chat(usr, "The entered amount of points is too large. Points have instead been set to the maximum allowed amount.") + to_chat(usr, "The entered amount of points is too large. Points have instead been set to the maximum allowed amount.") contained_id.goal = CLAMP(new_goal, 0, 1000) //maximum 1000 points if("toggle_open") if(teleporter.locked) - to_chat(usr, "The teleporter is locked") + to_chat(usr, "The teleporter must be unlocked first.") return teleporter.toggle_open() if("teleporter_lock") if(teleporter.state_open) - to_chat(usr, "Close the teleporter before locking!") + to_chat(usr, "The teleporter must be closed first.") return teleporter.locked = !teleporter.locked if("teleport") diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index 9ddb5ed56a5..59ecc803950 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -377,14 +377,14 @@ What a mess.*/ else var/diff = p.fine - p.paid GLOB.data_core.payCitation(active2.fields["id"], text2num(href_list["cdataid"]), pay) - to_chat(usr, "You have paid [pay] credit\s towards your fine") + to_chat(usr, "You have paid [pay] credit\s towards your fine.") if (pay == diff || pay > diff || pay >= diff) investigate_log("Citation Paid off: [p.crimeName] Fine: [p.fine] | Paid off by [key_name(usr)]", INVESTIGATE_RECORDS) - to_chat(usr, "The fine has been paid in full") + to_chat(usr, "The fine has been paid in full.") qdel(C) playsound(src, "terminal_type", 25, FALSE) else - to_chat(usr, "Fines can only be paid with holochips") + to_chat(usr, "Fines can only be paid with holochips!") if("Print Record") if(!( printing )) @@ -642,7 +642,7 @@ What a mess.*/ if("age") if(istype(active1, /datum/data/record)) var/t1 = input("Please input age:", "Secure. records", active1.fields["age"], null) as num|null - + if (!t1) return @@ -733,7 +733,7 @@ What a mess.*/ if(istype(active1, /datum/data/record)) var/t1 = stripped_input(usr, "Please input citation crime:", "Secure. records", "", null) var/fine = FLOOR(input(usr, "Please input citation fine:", "Secure. records", 50) as num|null, 1) - + if (isnull(fine)) return @@ -745,7 +745,7 @@ What a mess.*/ if(!canUseSecurityRecordsConsole(usr, t1, null, a2)) return - + var/crime = GLOB.data_core.createCrimeEntry(t1, "", authenticated, station_time_timestamp(), fine) for (var/obj/item/pda/P in GLOB.PDAs) if(P.owner == active1.fields["name"]) diff --git a/code/game/machinery/computer/warrant.dm b/code/game/machinery/computer/warrant.dm index 7b236f4fcef..057d033e3bf 100644 --- a/code/game/machinery/computer/warrant.dm +++ b/code/game/machinery/computer/warrant.dm @@ -136,13 +136,13 @@ else var/diff = p.fine - p.paid GLOB.data_core.payCitation(current.fields["id"], text2num(href_list["cdataid"]), pay) - to_chat(M, "You have paid [pay] credit\s towards your fine") + to_chat(M, "You have paid [pay] credit\s towards your fine.") if (pay == diff || pay > diff || pay >= diff) investigate_log("Citation Paid off: [p.crimeName] Fine: [p.fine] | Paid off by [key_name(usr)]", INVESTIGATE_RECORDS) - to_chat(M, "The fine has been paid in full") + to_chat(M, "The fine has been paid in full.") qdel(C) playsound(src, "terminal_type", 25, FALSE) else - to_chat(M, "Fines can only be paid with holochips") + to_chat(M, "Fines can only be paid with holochips!") updateUsrDialog() add_fingerprint(M) diff --git a/code/game/machinery/deployable.dm b/code/game/machinery/deployable.dm index 8f712fc4e70..5af13a9c3dd 100644 --- a/code/game/machinery/deployable.dm +++ b/code/game/machinery/deployable.dm @@ -165,7 +165,7 @@ if(HORIZONTAL) mode = SINGLE - to_chat(user, "[src] is now in [mode] mode.") + to_chat(user, "[src] is now in [mode] mode.") /obj/item/grenade/barrier/prime() new /obj/structure/barricade/security(get_turf(src.loc)) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index de92ebb7e54..f34c0b17432 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -686,43 +686,43 @@ set waitfor = 0 if(!aiHacking) aiHacking = TRUE - to_chat(user, "Airlock AI control has been blocked. Beginning fault-detection.") + to_chat(user, "Airlock AI control has been blocked. Beginning fault-detection.") sleep(50) if(canAIControl(user)) - to_chat(user, "Alert cancelled. Airlock control has been restored without our assistance.") + to_chat(user, "Alert cancelled. Airlock control has been restored without our assistance.") aiHacking = FALSE return else if(!canAIHack()) - to_chat(user, "Connection lost! Unable to hack airlock.") + to_chat(user, "Connection lost! Unable to hack airlock.") aiHacking = FALSE return - to_chat(user, "Fault confirmed: airlock control wire disabled or cut.") + to_chat(user, "Fault confirmed: airlock control wire disabled or cut.") sleep(20) - to_chat(user, "Attempting to hack into airlock. This may take some time.") + to_chat(user, "Attempting to hack into airlock. This may take some time.") sleep(200) if(canAIControl(user)) - to_chat(user, "Alert cancelled. Airlock control has been restored without our assistance.") + to_chat(user, "Alert cancelled. Airlock control has been restored without our assistance.") aiHacking = FALSE return else if(!canAIHack()) - to_chat(user, "Connection lost! Unable to hack airlock.") + to_chat(user, "Connection lost! Unable to hack airlock.") aiHacking = FALSE return - to_chat(user, "Upload access confirmed. Loading control program into airlock software.") + to_chat(user, "Upload access confirmed. Loading control program into airlock software.") sleep(170) if(canAIControl(user)) - to_chat(user, "Alert cancelled. Airlock control has been restored without our assistance.") + to_chat(user, "Alert cancelled. Airlock control has been restored without our assistance.") aiHacking = FALSE return else if(!canAIHack()) - to_chat(user, "Connection lost! Unable to hack airlock.") + to_chat(user, "Connection lost! Unable to hack airlock.") aiHacking = FALSE return - to_chat(user, "Transfer complete. Forcing airlock to execute program.") + to_chat(user, "Transfer complete. Forcing airlock to execute program.") sleep(50) //disable blocked control aiControlDisabled = 2 - to_chat(user, "Receiving control information from airlock.") + to_chat(user, "Receiving control information from airlock.") sleep(10) //bring up airlock dialog aiHacking = FALSE @@ -1425,14 +1425,14 @@ loseMainPower() update_icon() else - to_chat(usr, "Main power is already offline.") + to_chat(usr, "Main power is already offline.") . = TRUE if("disrupt-backup") if(!secondsBackupPowerLost) loseBackupPower() update_icon() else - to_chat(usr, "Backup power is already offline.") + to_chat(usr, "Backup power is already offline.") . = TRUE if("shock-restore") shock_restore(usr) @@ -1445,17 +1445,17 @@ . = TRUE if("idscan-on") if(wires.is_cut(WIRE_IDSCAN)) - to_chat(usr, "You can't enable IdScan - The IdScan wire has been cut.") + to_chat(usr, "You can't enable IdScan - The IdScan wire has been cut.") else if(aiDisabledIdScanner) aiDisabledIdScanner = FALSE else - to_chat(usr, "The IdScan feature is not disabled.") + to_chat(usr, "The IdScan feature is not disabled.") . = TRUE if("idscan-off") if(wires.is_cut(WIRE_IDSCAN)) - to_chat(usr, "The IdScan wire has been cut - So, you can't disable it, but it is already disabled anyways.") + to_chat(usr, "The IdScan wire has been cut - so, you can't disable it, but it is already disabled anyways.") else if(aiDisabledIdScanner) - to_chat(usr, "You've already disabled the IdScan feature.") + to_chat(usr, "You've already disabled the IdScan feature.") else aiDisabledIdScanner = TRUE . = TRUE @@ -1473,53 +1473,53 @@ . = TRUE if("light-on") if(wires.is_cut(WIRE_LIGHT)) - to_chat(usr, "Control to door bolt lights has been severed.") + to_chat(usr, "Control to door bolt lights has been severed.") else if (!lights) lights = TRUE update_icon() else - to_chat(usr, text("Door bolt lights are already enabled!")) + to_chat(usr, text("Door bolt lights are already enabled!")) . = TRUE if("light-off") if(wires.is_cut(WIRE_LIGHT)) - to_chat(usr, "Control to door bolt lights has been severed.") + to_chat(usr, "Control to door bolt lights has been severed.") else if (lights) lights = FALSE update_icon() else - to_chat(usr, "Door bolt lights are already disabled!") + to_chat(usr, "Door bolt lights are already disabled!") . = TRUE if("safe-on") if(wires.is_cut(WIRE_SAFETY)) - to_chat(usr, "Control to door sensors is disabled.") + to_chat(usr, "Control to door sensors is disabled.") else if (!safe) safe = TRUE else - to_chat(usr, "Firmware reports safeties already in place.") + to_chat(usr, "Firmware reports safeties already in place.") . = TRUE if("safe-off") if(wires.is_cut(WIRE_SAFETY)) - to_chat(usr, "Control to door sensors is disabled.") + to_chat(usr, "Control to door sensors is disabled.") else if (safe) safe = FALSE else - to_chat(usr, "Firmware reports safeties already overridden.") + to_chat(usr, "Firmware reports safeties already overridden.") . = TRUE if("speed-on") if(wires.is_cut(WIRE_TIMING)) - to_chat(usr, "Control to door timing circuitry has been severed.") + to_chat(usr, "Control to door timing circuitry has been severed.") else if (!normalspeed) normalspeed = 1 else - to_chat(usr,"Door timing circuitry currently operating normally.") + to_chat(usr,"Door timing circuitry currently operating normally.") . = TRUE if("speed-off") if(wires.is_cut(WIRE_TIMING)) - to_chat(usr, "Control to door timing circuitry has been severed.") + to_chat(usr, "Control to door timing circuitry has been severed.") else if (normalspeed) normalspeed = 0 else - to_chat(usr, "Door timing circuitry already accelerated.") + to_chat(usr, "Door timing circuitry already accelerated.") . = TRUE if("open-close") @@ -1533,7 +1533,7 @@ if(!user_allowed(user)) return if(wires.is_cut(WIRE_SHOCK)) - to_chat(user, "Can't un-electrify the airlock - The electrification wire is cut.") + to_chat(user, "Can't un-electrify the airlock - The electrification wire is cut.") else if(isElectrified()) set_electrified(MACHINE_NOT_ELECTRIFIED, user) @@ -1541,7 +1541,7 @@ if(!user_allowed(user)) return if(wires.is_cut(WIRE_SHOCK)) - to_chat(user, "The electrification wire has been cut") + to_chat(user, "The electrification wire has been cut.") else set_electrified(MACHINE_DEFAULT_ELECTRIFY_TIME, user) @@ -1549,7 +1549,7 @@ if(!user_allowed(user)) return if(wires.is_cut(WIRE_SHOCK)) - to_chat(user, "The electrification wire has been cut") + to_chat(user, "The electrification wire has been cut.") else set_electrified(MACHINE_ELECTRIFIED_PERMANENT, user) @@ -1560,7 +1560,7 @@ emergency = TRUE update_icon() else - to_chat(user, "Emergency access is already enabled!") + to_chat(user, "Emergency access is already enabled!") /obj/machinery/door/airlock/proc/emergency_off(mob/user) if(!user_allowed(user)) @@ -1569,26 +1569,26 @@ emergency = FALSE update_icon() else - to_chat(user, "Emergency access is already disabled!") + to_chat(user, "Emergency access is already disabled!") /obj/machinery/door/airlock/proc/bolt_raise(mob/user) if(!user_allowed(user)) return if(wires.is_cut(WIRE_BOLTS)) - to_chat(user, "The door bolt drop wire is cut - you can't raise the door bolts") + to_chat(user, "The door bolt drop wire is cut - you can't raise the door bolts.") else if(!locked) - to_chat(user, "The door bolts are already up") + to_chat(user, "The door bolts are already up.") else if(hasPower()) unbolt() else - to_chat(user, "Cannot raise door bolts due to power failure") + to_chat(user, "Cannot raise door bolts due to power failure.") /obj/machinery/door/airlock/proc/bolt_drop(mob/user) if(!user_allowed(user)) return if(wires.is_cut(WIRE_BOLTS)) - to_chat(user, "You can't drop the door bolts - The door bolt dropping wire has been cut.") + to_chat(user, "You can't drop the door bolts - The door bolt dropping wire has been cut.") else bolt() diff --git a/code/game/machinery/fat_sucker.dm b/code/game/machinery/fat_sucker.dm index 24a5cc7cb14..7adccf8dbba 100644 --- a/code/game/machinery/fat_sucker.dm +++ b/code/game/machinery/fat_sucker.dm @@ -57,7 +57,7 @@ occupant.forceMove(drop_location()) occupant = null return - to_chat(occupant, "You enter [src]") + to_chat(occupant, "You enter [src].") addtimer(CALLBACK(src, .proc/start_extracting), 20, TIMER_OVERRIDE|TIMER_UNIQUE) update_icon() diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 31c7a4c299c..fe6f5ae15cc 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -160,11 +160,11 @@ Possible to do for anyone motivated enough: if(istype(P,/obj/item/disk/holodisk)) if(disk) - to_chat(user,"There's already a disk inside [src]") + to_chat(user,"There's already a disk inside [src]!") return if (!user.transferItemToLoc(P,src)) return - to_chat(user,"You insert [P] into [src]") + to_chat(user,"You insert [P] into [src].") disk = P updateDialog() return diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index c542277ddfd..2aa851042d6 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -211,7 +211,7 @@ if(usr.incapacitated()) return mode = !mode - to_chat(usr, "The IV drip is now [mode ? "injecting" : "taking blood"].") + to_chat(usr, "The IV drip is now [mode ? "injecting" : "taking blood"].") update_icon() /obj/machinery/iv_drip/examine(mob/user) diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index 90f28fdacb5..2c7085f72d4 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -790,7 +790,7 @@ GLOBAL_LIST_EMPTY(allCasters) else to_chat(user, "You cannot interface with silicon photo uploading!") if(!targetcam.stored.len) - to_chat(usr, "No images saved") + to_chat(usr, "No images saved.") return var/datum/picture/selection = targetcam.selectpicture(user) if(selection) @@ -963,7 +963,7 @@ GLOBAL_LIST_EMPTY(allCasters) human_user << browse(dat, "window=newspaper_main;size=300x400") onclose(human_user, "newspaper_main") else - to_chat(user, "The paper is full of unintelligible symbols!") + to_chat(user, "The paper is full of unintelligible symbols!") /obj/item/newspaper/proc/notContent(list/L) if(!L.len) @@ -1013,7 +1013,7 @@ GLOBAL_LIST_EMPTY(allCasters) to_chat(user, "You scribble illegibly on [src]!") return if(scribble_page == curr_page) - to_chat(user, "There's already a scribble in this page... You wouldn't want to make things too cluttered, would you?") + to_chat(user, "There's already a scribble in this page... You wouldn't want to make things too cluttered, would you?") else var/s = stripped_input(user, "Write something", "Newspaper") if (!s) diff --git a/code/game/machinery/porta_turret/portable_turret.dm b/code/game/machinery/porta_turret/portable_turret.dm index a179740149b..30c011009dd 100644 --- a/code/game/machinery/porta_turret/portable_turret.dm +++ b/code/game/machinery/porta_turret/portable_turret.dm @@ -197,7 +197,7 @@ if(anchored) //you can't turn a turret on/off if it's not anchored/secured on = !on //toggle on/off else - to_chat(usr, "It has to be secured first!") + to_chat(usr, "It has to be secured first!") interact(usr) return @@ -275,7 +275,7 @@ locked = !locked to_chat(user, "Controls are now [locked ? "locked" : "unlocked"].") else - to_chat(user, "Access denied.") + to_chat(user, "Access denied.") else if(I.tool_behaviour == TOOL_MULTITOOL && !locked) if(!multitool_check_buffer(user, I)) return @@ -289,7 +289,7 @@ if(obj_flags & EMAGGED) return to_chat(user, "You short out [src]'s threat assessment circuits.") - visible_message("[src] hums oddly...") + audible_message("[src] hums oddly...") obj_flags |= EMAGGED controllock = TRUE on = FALSE //turns off the turret temporarily @@ -572,7 +572,7 @@ popDown() src.mode = mode power_change() - + /datum/action/turret_toggle name = "Toggle Mode" @@ -827,7 +827,7 @@ for(var/obj/machinery/porta_turret/T in control_area) turrets |= T T.cp = src - + /obj/machinery/turretid/examine(mob/user) . += ..() if(issilicon(user) && (!stat & BROKEN)) @@ -844,7 +844,7 @@ var/obj/item/multitool/M = I if(M.buffer && istype(M.buffer, /obj/machinery/porta_turret)) turrets |= M.buffer - to_chat(user, "You link \the [M.buffer] with \the [src]") + to_chat(user, "You link \the [M.buffer] with \the [src].") return if (issilicon(user)) @@ -853,7 +853,7 @@ if ( get_dist(src, user) == 0 ) // trying to unlock the interface if (allowed(usr)) if(obj_flags & EMAGGED) - to_chat(user, "The turret control is unresponsive.") + to_chat(user, "The turret control is unresponsive!") return locked = !locked @@ -866,12 +866,12 @@ if (user.machine==src) attack_hand(user) else - to_chat(user, "Access denied.") + to_chat(user, "Access denied.") /obj/machinery/turretid/emag_act(mob/user) if(obj_flags & EMAGGED) return - to_chat(user, "You short out the turret controls' access analysis module.") + to_chat(user, "You short out the turret controls' access analysis module.") obj_flags |= EMAGGED locked = FALSE if(user && user.machine == src) @@ -881,7 +881,7 @@ if(!ailock || IsAdminGhost(user)) return attack_hand(user) else - to_chat(user, "There seems to be a firewall preventing you from accessing this device.") + to_chat(user, "There seems to be a firewall preventing you from accessing this device!") /obj/machinery/turretid/ui_interact(mob/user) . = ..() @@ -912,7 +912,7 @@ return if (locked) if(!(issilicon(usr) || IsAdminGhost(usr))) - to_chat(usr, "Control panel is locked!") + to_chat(usr, "Control panel is locked!") return if (href_list["toggleOn"]) toggle_on(usr) diff --git a/code/game/machinery/washing_machine.dm b/code/game/machinery/washing_machine.dm index 4666d76a3f8..2217cb5eda4 100644 --- a/code/game/machinery/washing_machine.dm +++ b/code/game/machinery/washing_machine.dm @@ -137,10 +137,10 @@ GLOBAL_LIST_INIT(dye_registry, list( if(busy) return if(state_open) - to_chat(user, "Close the door first") + to_chat(user, "Close the door first!") return if(bloody_mess) - to_chat(user, "[src] must be cleaned up first.") + to_chat(user, "[src] must be cleaned up first!") return busy = TRUE update_icon() @@ -182,7 +182,7 @@ GLOBAL_LIST_INIT(dye_registry, list( color_source = null update_icon() -/obj/item/proc/dye_item(dye_color, dye_key_override) +/obj/item/proc/dye_item(dye_color, dye_key_override) var/dye_key_selector = dye_key_override ? dye_key_override : dying_key if(undyeable) return FALSE @@ -280,7 +280,7 @@ GLOBAL_LIST_INIT(dye_registry, list( return TRUE if(bloody_mess) - to_chat(user, "[src] must be cleaned up first.") + to_chat(user, "[src] must be cleaned up first!") return TRUE if(contents.len >= max_wash_capacity) @@ -303,7 +303,7 @@ GLOBAL_LIST_INIT(dye_registry, list( if(.) return if(busy) - to_chat(user, "[src] is busy.") + to_chat(user, "[src] is busy!") return if(user.pulling && user.a_intent == INTENT_GRAB && isliving(user.pulling)) diff --git a/code/game/machinery/wishgranter.dm b/code/game/machinery/wishgranter.dm index bec51d1d305..a16db8db30f 100644 --- a/code/game/machinery/wishgranter.dm +++ b/code/game/machinery/wishgranter.dm @@ -15,29 +15,29 @@ if(.) return if(charges <= 0) - to_chat(user, "The Wish Granter lies silent.") + to_chat(user, "The Wish Granter lies silent.") return else if(!ishuman(user)) - to_chat(user, "You feel a dark stirring inside of the Wish Granter, something you want nothing of. Your instincts are better than any man's.") + to_chat(user, "You feel a dark stirring inside of the Wish Granter, something you want nothing of. Your instincts are better than any man's.") return else if(is_special_character(user)) - to_chat(user, "Even to a heart as dark as yours, you know nothing good will come of this. Something instinctual makes you pull away.") + to_chat(user, "Even to a heart as dark as yours, you know nothing good will come of this. Something instinctual makes you pull away.") else if (!insisting) - to_chat(user, "Your first touch makes the Wish Granter stir, listening to you. Are you really sure you want to do this?") + to_chat(user, "Your first touch makes the Wish Granter stir, listening to you. Are you really sure you want to do this?") insisting++ else - to_chat(user, "You speak. [pick("I want the station to disappear","Humanity is corrupt, mankind must be destroyed","I want to be rich", "I want to rule the world","I want immortality.")]. The Wish Granter answers.") - to_chat(user, "Your head pounds for a moment, before your vision clears. You are the avatar of the Wish Granter, and your power is LIMITLESS! And it's all yours. You need to make sure no one can take it from you. No one can know, first.") + to_chat(user, "You speak. [pick("I want the station to disappear","Humanity is corrupt, mankind must be destroyed","I want to be rich", "I want to rule the world","I want immortality.")]. The Wish Granter answers.") + to_chat(user, "Your head pounds for a moment, before your vision clears. You are the avatar of the Wish Granter, and your power is LIMITLESS! And it's all yours. You need to make sure no one can take it from you. No one can know, first.") charges-- insisting = 0 user.mind.add_antag_datum(/datum/antagonist/wishgranter) - to_chat(user, "You have a very bad feeling about this.") + to_chat(user, "You have a very bad feeling about this.") return diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm index 5b1c9ae7f2e..5e86b4d99c3 100644 --- a/code/game/mecha/mecha.dm +++ b/code/game/mecha/mecha.dm @@ -762,7 +762,7 @@ AI.controlled_mech = null AI.remote_control = null icon_state = initial(icon_state)+"-open" - to_chat(AI, "You have been downloaded to a mobile storage device. Wireless connection offline.") + to_chat(AI, "You have been downloaded to a mobile storage device. Wireless connection offline.") to_chat(user, "Transfer successful: [AI.name] ([rand(1000,9999)].exe) removed from [name] and stored within local memory.") if(AI_MECH_HACK) //Called by AIs on the mech @@ -1005,7 +1005,7 @@ /obj/mecha/Exited(atom/movable/M, atom/newloc) if(occupant && occupant == M) // The occupant exited the mech without calling go_out() go_out(TRUE, newloc) - + if(cell && cell == M) cell = null return diff --git a/code/game/mecha/mecha_defense.dm b/code/game/mecha/mecha_defense.dm index ffdaab14c85..12afc636758 100644 --- a/code/game/mecha/mecha_defense.dm +++ b/code/game/mecha/mecha_defense.dm @@ -167,9 +167,9 @@ if(istype(W, /obj/item/mmi)) if(mmi_move_inside(W,user)) - to_chat(user, "[src]-[W] interface initialized successfully.") + to_chat(user, "[src]-[W] interface initialized successfully.") else - to_chat(user, "[src]-[W] interface initialization failed.") + to_chat(user, "[src]-[W] interface initialization failed.") return if(istype(W, /obj/item/mecha_ammo)) @@ -203,7 +203,7 @@ cell = C log_message("Powercell installed", LOG_MECHA) else - to_chat(user, "There's already a power cell installed.") + to_chat(user, "There's already a power cell installed!") return if(istype(W, /obj/item/stock_parts/scanning_module)) @@ -217,7 +217,7 @@ log_message("[W] installed", LOG_MECHA) update_part_values() else - to_chat(user, "There's already a scanning module installed.") + to_chat(user, "There's already a scanning module installed!") return if(istype(W, /obj/item/stock_parts/capacitor)) @@ -231,7 +231,7 @@ log_message("[W] installed", LOG_MECHA) update_part_values() else - to_chat(user, "There's already a capacitor installed.") + to_chat(user, "There's already a capacitor installed!") return if(istype(W, /obj/item/stack/cable_coil)) diff --git a/code/game/mecha/mecha_topic.dm b/code/game/mecha/mecha_topic.dm index 0bccab310f7..9da67cf6d7d 100644 --- a/code/game/mecha/mecha_topic.dm +++ b/code/game/mecha/mecha_topic.dm @@ -251,10 +251,10 @@ return if(construction_state == MECHA_LOCKED) construction_state = MECHA_SECURE_BOLTS - to_chat(usr, "The securing bolts are now exposed.") + to_chat(usr, "The securing bolts are now exposed.") else if(construction_state == MECHA_SECURE_BOLTS) construction_state = MECHA_LOCKED - to_chat(usr, "The securing bolts are now hidden.") + to_chat(usr, "The securing bolts are now hidden.") output_maintenance_dialog(id_card,usr) return if(href_list["drop_cell"]) diff --git a/code/game/mecha/mecha_wreckage.dm b/code/game/mecha/mecha_wreckage.dm index 21d9189947c..91b2a2bbf2a 100644 --- a/code/game/mecha/mecha_wreckage.dm +++ b/code/game/mecha/mecha_wreckage.dm @@ -63,7 +63,7 @@ return var/type = pick(welder_salvage) var/N = new type(get_turf(user)) - user.visible_message("[user] cuts [N] from [src].", "You cut [N] from [src].") + user.visible_message("[user] cuts [N] from [src].", "You cut [N] from [src].") if(!istype(N, /obj/item/stack)) welder_salvage -= type salvage_num-- @@ -75,7 +75,7 @@ to_chat(user, "You don't see anything that can be cut with [I]!") return var/N = new /obj/item/stack/cable_coil(get_turf(user), rand(1,3)) - user.visible_message("[user] cuts [N] from [src].", "You cut [N] from [src].") + user.visible_message("[user] cuts [N] from [src].", "You cut [N] from [src].") wires_removed = TRUE /obj/structure/mecha_wreckage/crowbar_act(mob/living/user, obj/item/I) @@ -103,7 +103,7 @@ AI.forceMove(card) //Move the dead AI to the card. card.AI = AI if(AI.client) //AI player is still in the dead AI and is connected - to_chat(AI, "The remains of your file system have been recovered on a mobile storage device.") + to_chat(AI, "The remains of your file system have been recovered on a mobile storage device.") else //Give the AI a heads-up that it is probably going to get fixed. AI.notify_ghost_cloning("You have been recovered from the wreckage!", source = card) to_chat(user, "Backup files recovered: [AI.name] ([rand(1000,9999)].exe) salvaged from [name] and stored within local memory.") diff --git a/code/game/objects/items/AI_modules.dm b/code/game/objects/items/AI_modules.dm index 79d79b8de2e..63aeffd43c8 100644 --- a/code/game/objects/items/AI_modules.dm +++ b/code/game/objects/items/AI_modules.dm @@ -161,7 +161,7 @@ AI MODULES /obj/item/aiModule/supplied/safeguard/install(datum/ai_laws/law_datum, mob/user) if(!targetName) - to_chat(user, "No name detected on module, please enter one.") + to_chat(user, "No name detected on module, please enter one.") return 0 ..() @@ -187,7 +187,7 @@ AI MODULES /obj/item/aiModule/zeroth/oneHuman/install(datum/ai_laws/law_datum, mob/user) if(!targetName) - to_chat(user, "No name detected on module, please enter one.") + to_chat(user, "No name detected on module, please enter one.") return 0 ..() @@ -253,7 +253,7 @@ AI MODULES /obj/item/aiModule/supplied/freeform/install(datum/ai_laws/law_datum, mob/user) if(laws[1] == "") - to_chat(user, "No law detected on module, please create one.") + to_chat(user, "No law detected on module, please create one.") return 0 ..() diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index 9ac60a7958d..02211760f8f 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -134,7 +134,7 @@ RLD else if(silo_mats.on_hold()) if(user) - to_chat(user, "Mineral access is on hold, please contact the quartermaster.") + to_chat(user, "Mineral access is on hold, please contact the Quartermaster.") return FALSE if(!silo_mats.mat_container.has_materials(list(/datum/material/iron = 500), amount)) if(user) @@ -151,7 +151,7 @@ RLD else if(silo_mats.on_hold()) if(user) - to_chat(user, "Mineral access is on hold, please contact the quartermaster.") + to_chat(user, "Mineral access is on hold, please contact the Quartermaster.") return FALSE . = silo_mats.mat_container.has_materials(list(/datum/material/iron = 500), amount) if(!. && user) diff --git a/code/game/objects/items/RSF.dm b/code/game/objects/items/RSF.dm index 8626f2ba1d1..1c497b94a7c 100644 --- a/code/game/objects/items/RSF.dm +++ b/code/game/objects/items/RSF.dm @@ -29,12 +29,12 @@ RSF /obj/item/rsf/attackby(obj/item/W, mob/user, params) if(istype(W, /obj/item/rcd_ammo)) if((matter + 10) > 30) - to_chat(user, "The RSF can't hold any more matter.") + to_chat(user, "The RSF can't hold any more matter!") return qdel(W) matter += 10 playsound(src.loc, 'sound/machines/click.ogg', 10, TRUE) - to_chat(user, "The RSF now holds [matter]/30 fabrication-units.") + to_chat(user, "The RSF now holds [matter]/30 fabrication-units.") else return ..() @@ -43,19 +43,19 @@ RSF switch(mode) if(5) mode = 1 - to_chat(user, "Changed dispensing mode to 'Drinking Glass'") + to_chat(user, "Changed dispensing mode to 'Drinking Glass'.") if(1) mode = 2 - to_chat(user, "Changed dispensing mode to 'Paper'") + to_chat(user, "Changed dispensing mode to 'Paper'.") if(2) mode = 3 - to_chat(user, "Changed dispensing mode to 'Pen'") + to_chat(user, "Changed dispensing mode to 'Pen'.") if(3) mode = 4 - to_chat(user, "Changed dispensing mode to 'Dice Pack'") + to_chat(user, "Changed dispensing mode to 'Dice Pack'.") if(4) mode = 5 - to_chat(user, "Changed dispensing mode to 'Cigarette'") + to_chat(user, "Changed dispensing mode to 'Cigarette'.") // Change mode /obj/item/rsf/afterattack(atom/A, mob/user, proximity) @@ -78,23 +78,23 @@ RSF playsound(src.loc, 'sound/machines/click.ogg', 10, TRUE) switch(mode) if(1) - to_chat(user, "Dispensing Drinking Glass...") + to_chat(user, "Dispensing Drinking Glass...") new /obj/item/reagent_containers/food/drinks/drinkingglass(T) use_matter(20, user) if(2) - to_chat(user, "Dispensing Paper Sheet...") + to_chat(user, "Dispensing Paper Sheet...") new /obj/item/paper(T) use_matter(10, user) if(3) - to_chat(user, "Dispensing Pen...") + to_chat(user, "Dispensing Pen...") new /obj/item/pen(T) use_matter(50, user) if(4) - to_chat(user, "Dispensing Dice Pack...") + to_chat(user, "Dispensing Dice Pack...") new /obj/item/storage/pill_bottle/dice(T) use_matter(200, user) if(5) - to_chat(user, "Dispensing Cigarette...") + to_chat(user, "Dispensing Cigarette...") new /obj/item/clothing/mask/cigarette(T) use_matter(10, user) @@ -104,7 +104,7 @@ RSF R.cell.charge -= charge else matter-- - to_chat(user, "The RSF now holds [matter]/30 fabrication-units.") + to_chat(user, "The RSF now holds [matter]/30 fabrication-units.") /obj/item/cookiesynth name = "Cookie Synthesizer" @@ -140,13 +140,13 @@ RSF P = user if((obj_flags & EMAGGED)&&!toxin) toxin = 1 - to_chat(user, "Cookie Synthesizer Hacked") + to_chat(user, "Cookie Synthesizer hacked.") else if(P.emagged&&!toxin) toxin = 1 - to_chat(user, "Cookie Synthesizer Hacked") + to_chat(user, "Cookie Synthesizer hacked.") else toxin = 0 - to_chat(user, "Cookie Synthesizer Reset") + to_chat(user, "Cookie Synthesizer reset.") /obj/item/cookiesynth/process() if(matter < 10) @@ -170,7 +170,7 @@ RSF return var/turf/T = get_turf(A) playsound(src.loc, 'sound/machines/click.ogg', 10, TRUE) - to_chat(user, "Fabricating Cookie..") + to_chat(user, "Fabricating Cookie...") var/obj/item/reagent_containers/food/snacks/cookie/S = new /obj/item/reagent_containers/food/snacks/cookie(T) if(toxin) S.reagents.add_reagent(/datum/reagent/toxin/chloralhydrate, 10) diff --git a/code/game/objects/items/airlock_painter.dm b/code/game/objects/items/airlock_painter.dm index c488ae64e23..2001413e55f 100644 --- a/code/game/objects/items/airlock_painter.dm +++ b/code/game/objects/items/airlock_painter.dm @@ -108,7 +108,7 @@ /obj/item/airlock_painter/attackby(obj/item/W, mob/user, params) if(istype(W, /obj/item/toner)) if(ink) - to_chat(user, "[src] already contains \a [ink].") + to_chat(user, "[src] already contains \a [ink]!") return if(!user.transferItemToLoc(W, src)) return diff --git a/code/game/objects/items/charter.dm b/code/game/objects/items/charter.dm index 395047b95c6..7865320f050 100644 --- a/code/game/objects/items/charter.dm +++ b/code/game/objects/items/charter.dm @@ -28,13 +28,13 @@ /obj/item/station_charter/attack_self(mob/living/user) if(used) - to_chat(user, "The [name_type] has already been named.") + to_chat(user, "The [name_type] has already been named!") return if(!ignores_timeout && (world.time-SSticker.round_start_time > STATION_RENAME_TIME_LIMIT)) //5 minutes - to_chat(user, "The crew has already settled into the shift. It probably wouldn't be good to rename the [name_type] right now.") + to_chat(user, "The crew has already settled into the shift. It probably wouldn't be good to rename the [name_type] right now.") return if(response_timer_id) - to_chat(user, "You're still waiting for approval from your employers about your proposed name change, it'd be best to wait for now.") + to_chat(user, "You're still waiting for approval from your employers about your proposed name change, it'd be best to wait for now.") return var/new_name = stripped_input(user, message="What do you want to name \ @@ -43,7 +43,7 @@ will automatically be accepted.", max_length=MAX_CHARTER_LEN) if(response_timer_id) - to_chat(user, "You're still waiting for approval from your employers about your proposed name change, it'd be best to wait for now.") + to_chat(user, "You're still waiting for approval from your employers about your proposed name change, it'd be best to wait for now.") return if(!new_name) @@ -52,11 +52,11 @@ [new_name]") if(standard_station_regex.Find(new_name)) - to_chat(user, "Your name has been automatically approved.") + to_chat(user, "Your name has been automatically approved.") rename_station(new_name, user.name, user.real_name, key_name(user)) return - to_chat(user, "Your name has been sent to your employers for approval.") + to_chat(user, "Your name has been sent to your employers for approval.") // Autoapproves after a certain time response_timer_id = addtimer(CALLBACK(src, .proc/rename_station, new_name, user.name, user.real_name, key_name(user)), approval_time, TIMER_STOPPABLE) to_chat(GLOB.admins, "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)]") diff --git a/code/game/objects/items/circuitboards/computer_circuitboards.dm b/code/game/objects/items/circuitboards/computer_circuitboards.dm index c738f932a7f..dad83097f21 100644 --- a/code/game/objects/items/circuitboards/computer_circuitboards.dm +++ b/code/game/objects/items/circuitboards/computer_circuitboards.dm @@ -38,7 +38,7 @@ /obj/item/circuitboard/computer/card/minor/examine(user) ..() - to_chat(user, "Currently set to \"[dept_list[target_dept]]\".") + to_chat(user, "Currently set to \"[dept_list[target_dept]]\".") //obj/item/circuitboard/computer/shield @@ -446,7 +446,7 @@ contraband = !contraband to_chat(user, "Receiver spectrum set to [contraband ? "Broad" : "Standard"].") else - to_chat(user, "The spectrum chip is unresponsive.") + to_chat(user, "The spectrum chip is unresponsive.") /obj/item/circuitboard/computer/cargo/emag_act(mob/living/user) if(!(obj_flags & EMAGGED)) @@ -461,7 +461,7 @@ /obj/item/circuitboard/computer/cargo/express/multitool_act(mob/living/user) . = ..() if (!(obj_flags & EMAGGED)) - to_chat(user, "Routing protocols are already set to: \"factory defaults\".") + to_chat(user, "Routing protocols are already set to: \"factory defaults\".") else to_chat(user, "You reset the routing protocols to: \"factory defaults\".") obj_flags &= ~EMAGGED diff --git a/code/game/objects/items/control_wand.dm b/code/game/objects/items/control_wand.dm index be39bb69734..14b8545843a 100644 --- a/code/game/objects/items/control_wand.dm +++ b/code/game/objects/items/control_wand.dm @@ -28,7 +28,7 @@ mode = WAND_EMERGENCY if(WAND_EMERGENCY) mode = WAND_OPEN - to_chat(user, "Now in mode: [mode].") + to_chat(user, "Now in mode: [mode].") // Airlock remote works by sending NTNet packets to whatever it's pointed at. /obj/item/door_remote/afterattack(atom/A, mob/user) diff --git a/code/game/objects/items/crayons.dm b/code/game/objects/items/crayons.dm index c77b93f0436..b6f9e242010 100644 --- a/code/game/objects/items/crayons.dm +++ b/code/game/objects/items/crayons.dm @@ -238,7 +238,7 @@ if (!isnull(chosen_colour)) paint_color = chosen_colour . = TRUE - else + else . = FALSE if("enter_text") var/txt = stripped_input(usr,"Choose what to write.", @@ -393,7 +393,7 @@ SStgui.update_uis(src) if(post_noise) - audible_message("You hear spraying.") + audible_message("You hear spraying.") playsound(user.loc, 'sound/effects/spray.ogg', 5, TRUE, 5) var/fraction = min(1, . / reagents.maximum_volume) @@ -416,7 +416,7 @@ if(covered) to_chat(C, "You have to remove your [covered] first!") return - to_chat(user, "You take a bite of the [src.name]. Delicious!") + to_chat(user, "You take a bite of the [src.name]. Delicious!") var/eaten = use_charges(user, 5, FALSE) if(check_empty(user)) //Prevents divsion by zero return @@ -542,13 +542,13 @@ var/obj/item/toy/crayon/C = W switch(C.crayon_color) if("mime") - to_chat(usr, "This crayon is too sad to be contained in this box.") + to_chat(usr, "This crayon is too sad to be contained in this box!") return if("rainbow") - to_chat(usr, "This crayon is too powerful to be contained in this box.") + to_chat(usr, "This crayon is too powerful to be contained in this box!") return if(istype(W, /obj/item/toy/crayon/spraycan)) - to_chat(user, "Spraycans are not crayons.") + to_chat(user, "Spraycans are not crayons!") return return ..() @@ -669,7 +669,7 @@ if(color_hex2num(paint_color) < 350 && !istype(target, /obj/structure/window) && !istype(target, /obj/effect/decal/cleanable/crayon)) //Colors too dark are rejected to_chat(usr, "A color that dark on an object like this? Surely not...") return FALSE - + target.add_atom_colour(paint_color, WASHABLE_COLOUR_PRIORITY) if(istype(target, /obj/structure/window)) diff --git a/code/game/objects/items/defib.dm b/code/game/objects/items/defib.dm index cff862374da..040e68cdbef 100644 --- a/code/game/objects/items/defib.dm +++ b/code/game/objects/items/defib.dm @@ -125,7 +125,7 @@ else if(istype(W, /obj/item/stock_parts/cell)) var/obj/item/stock_parts/cell/C = W if(cell) - to_chat(user, "[src] already has a cell.") + to_chat(user, "[src] already has a cell!") else if(C.maxcharge < paddles.revivecost) to_chat(user, "[src] requires a higher capacity cell.") diff --git a/code/game/objects/items/devices/PDA/PDA.dm b/code/game/objects/items/devices/PDA/PDA.dm index 46a57b8dbc2..84750a65a3e 100644 --- a/code/game/objects/items/devices/PDA/PDA.dm +++ b/code/game/objects/items/devices/PDA/PDA.dm @@ -930,7 +930,7 @@ GLOBAL_LIST_EMPTY(PDAs) var/list/namecounts = list() if(aiPDA.toff) - to_chat(user, "Turn on your receiver in order to send messages.") + to_chat(user, "Turn on your receiver in order to send messages.") return for (var/obj/item/pda/P in get_viewable_pdas()) @@ -969,7 +969,7 @@ GLOBAL_LIST_EMPTY(PDAs) aiPDA.toff = !aiPDA.toff to_chat(usr, "PDA sender/receiver toggled [(aiPDA.toff ? "Off" : "On")]!") else - to_chat(usr, "You do not have a PDA. You should make an issue report about this.") + to_chat(usr, "You do not have a PDA! You should make an issue report about this.") /mob/living/silicon/verb/cmd_toggle_pda_silent() set category = "AI Commands" @@ -981,7 +981,7 @@ GLOBAL_LIST_EMPTY(PDAs) aiPDA.silent = !aiPDA.silent to_chat(usr, "PDA ringer toggled [(aiPDA.silent ? "Off" : "On")]!") else - to_chat(usr, "You do not have a PDA. You should make an issue report about this.") + to_chat(usr, "You do not have a PDA! You should make an issue report about this.") /mob/living/silicon/proc/cmd_show_message_log(mob/user) if(incapacitated()) @@ -990,7 +990,7 @@ GLOBAL_LIST_EMPTY(PDAs) var/HTML = "AI PDA Message Log[aiPDA.tnote]" user << browse(HTML, "window=log;size=400x444;border=1;can_resize=1;can_close=1;can_minimize=0") else - to_chat(user, "You do not have a PDA. You should make an issue report about this.") + to_chat(user, "You do not have a PDA! You should make an issue report about this.") // Pass along the pulse to atoms in contents, largely added so pAIs are vulnerable to EMP diff --git a/code/game/objects/items/devices/PDA/virus_cart.dm b/code/game/objects/items/devices/PDA/virus_cart.dm index e85f6f4ce43..e44e58c9444 100644 --- a/code/game/objects/items/devices/PDA/virus_cart.dm +++ b/code/game/objects/items/devices/PDA/virus_cart.dm @@ -32,7 +32,7 @@ to_chat(U, "Virus Sent!") target.honkamt = (rand(15,20)) else - to_chat(U, "PDA not found.") + to_chat(U, "PDA not found.") /obj/item/cartridge/virus/mime name = "\improper Gestur-O 1000 cartridge" @@ -41,7 +41,7 @@ /obj/item/cartridge/virus/mime/send_virus(obj/item/pda/target, mob/living/U) if(charges <= 0) - to_chat(U, "Out of charges.") + to_chat(U, "Out of charges.") return if(!isnull(target) && !target.toff) charges-- @@ -49,7 +49,7 @@ target.silent = TRUE target.ttone = "silence" else - to_chat(U, "PDA not found.") + to_chat(U, "PDA not found.") /obj/item/cartridge/virus/syndicate name = "\improper Detomatix cartridge" @@ -78,7 +78,7 @@ U.show_message("Success!", MSG_VISUAL) target.explode() else - to_chat(U, "PDA not found.") + to_chat(U, "PDA not found.") /obj/item/cartridge/virus/frame name = "\improper F.R.A.M.E. cartridge" @@ -87,12 +87,12 @@ /obj/item/cartridge/virus/frame/send_virus(obj/item/pda/target, mob/living/U) if(charges <= 0) - to_chat(U, "Out of charges.") + to_chat(U, "Out of charges.") return if(!isnull(target) && !target.toff) charges-- var/lock_code = "[rand(100,999)] [pick(GLOB.phonetic_alphabet)]" - to_chat(U, "Virus Sent! The unlock code to the target is: [lock_code]") + to_chat(U, "Virus Sent! The unlock code to the target is: [lock_code]") var/datum/component/uplink/hidden_uplink = target.GetComponent(/datum/component/uplink) if(!hidden_uplink) hidden_uplink = target.AddComponent(/datum/component/uplink) @@ -103,4 +103,4 @@ telecrystals = 0 hidden_uplink.active = TRUE else - to_chat(U, "PDA not found.") + to_chat(U, "PDA not found.") diff --git a/code/game/objects/items/devices/aicard.dm b/code/game/objects/items/devices/aicard.dm index 6607d7a90f3..7c5df679560 100644 --- a/code/game/objects/items/devices/aicard.dm +++ b/code/game/objects/items/devices/aicard.dm @@ -86,7 +86,7 @@ if(confirm == "Yes" && !..()) flush = TRUE if(AI && AI.loc == src) - to_chat(AI, "Your core files are being wiped!") + to_chat(AI, "Your core files are being wiped!") while(AI.stat != DEAD && flush) AI.adjustOxyLoss(1) AI.updatehealth() @@ -95,10 +95,10 @@ . = TRUE if("wireless") AI.control_disabled = !AI.control_disabled - to_chat(AI, "[src]'s wireless port has been [AI.control_disabled ? "disabled" : "enabled"]!") + to_chat(AI, "[src]'s wireless port has been [AI.control_disabled ? "disabled" : "enabled"]!") . = TRUE if("radio") AI.radio_enabled = !AI.radio_enabled - to_chat(AI, "Your Subspace Transceiver has been [AI.radio_enabled ? "enabled" : "disabled"]!") + to_chat(AI, "Your Subspace Transceiver has been [AI.radio_enabled ? "enabled" : "disabled"]!") . = TRUE update_icon() diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index e64fb344603..a95e88a100e 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -306,7 +306,7 @@ to_chat(user, "[src] is out of fuel!") return if(on) - to_chat(user, "[src] is already on.") + to_chat(user, "[src] is already on!") return . = ..() @@ -407,7 +407,7 @@ "[user] blinks \the [src] at you.") else A.visible_message("[user] blinks \the [src] at \the [A].") - to_chat(user, "\The [src] now has [emp_cur_charges] charge\s.") + to_chat(user, "\The [src] now has [emp_cur_charges] charge\s.") A.emp_act(EMP_HEAVY) else to_chat(user, "\The [src] needs time to recharge!") @@ -474,7 +474,7 @@ to_chat(user, "[src] is spent.") return if(on) - to_chat(user, "[src] is already lit.") + to_chat(user, "[src] is already lit!") return . = ..() diff --git a/code/game/objects/items/devices/laserpointer.dm b/code/game/objects/items/devices/laserpointer.dm index ac30f0924ea..232b9c71dbd 100644 --- a/code/game/objects/items/devices/laserpointer.dm +++ b/code/game/objects/items/devices/laserpointer.dm @@ -46,7 +46,7 @@ diode = W to_chat(user, "You install a [diode.name] in [src].") else - to_chat(user, "[src] already has a diode installed.") + to_chat(user, "[src] already has a diode installed!") else if(W.tool_behaviour == TOOL_SCREWDRIVER) if(diode) diff --git a/code/game/objects/items/devices/lightreplacer.dm b/code/game/objects/items/devices/lightreplacer.dm index 23dd64437cd..119d9dce93c 100644 --- a/code/game/objects/items/devices/lightreplacer.dm +++ b/code/game/objects/items/devices/lightreplacer.dm @@ -212,7 +212,7 @@ return else - to_chat(U, "\The [src]'s refill light blinks red.") + to_chat(U, "\The [src]'s refill light blinks red.") return else to_chat(U, "There is a working [target.fitting] already inserted!") @@ -250,7 +250,7 @@ ReplaceLight(A, U) if(!used) - to_chat(U, "\The [src]'s refill light blinks red.") + to_chat(U, "\The [src]'s refill light blinks red.") /obj/item/lightreplacer/proc/janicart_insert(mob/user, obj/structure/janitorialcart/J) J.put_in_cart(src, user) diff --git a/code/game/objects/items/devices/pressureplates.dm b/code/game/objects/items/devices/pressureplates.dm index 8520571d22e..202bdcede17 100644 --- a/code/game/objects/items/devices/pressureplates.dm +++ b/code/game/objects/items/devices/pressureplates.dm @@ -56,7 +56,7 @@ /obj/item/pressure_plate/attack_self(mob/living/L) if(removable_signaller && istype(sigdev)) - to_chat(L, "You remove [sigdev] from [src]") + to_chat(L, "You remove [sigdev] from [src].") if(!L.put_in_hands(sigdev)) sigdev.forceMove(get_turf(src)) sigdev = null @@ -78,4 +78,3 @@ active = FALSE if(tile_overlay) loc.overlays -= tile_overlay - diff --git a/code/game/objects/items/granters.dm b/code/game/objects/items/granters.dm index 0d2fa616ccc..fba198bf552 100644 --- a/code/game/objects/items/granters.dm +++ b/code/game/objects/items/granters.dm @@ -72,7 +72,7 @@ return TRUE for(var/datum/action/A in user.actions) if(A.type == granted_action) - to_chat(user, "You already know all about [actionname].") + to_chat(user, "You already know all about [actionname]!") return TRUE return FALSE @@ -125,9 +125,9 @@ if(knownspell.type == spell) if(user.mind) if(iswizard(user)) - to_chat(user,"You're already far more versed in this spell than this flimsy how-to book can provide.") + to_chat(user,"You're already far more versed in this spell than this flimsy how-to book can provide!") else - to_chat(user,"You've already read this one.") + to_chat(user,"You've already read this one!") return TRUE return FALSE diff --git a/code/game/objects/items/holy_weapons.dm b/code/game/objects/items/holy_weapons.dm index a86a9380824..3d80ff72fa7 100644 --- a/code/game/objects/items/holy_weapons.dm +++ b/code/game/objects/items/holy_weapons.dm @@ -440,7 +440,7 @@ if(possessed) return - to_chat(user, "You attempt to wake the spirit of the blade...") + to_chat(user, "You attempt to wake the spirit of the blade...") possessed = TRUE @@ -459,12 +459,12 @@ name = input S.fully_replace_character_name(null, "The spirit of [input]") else - to_chat(user, "The blade is dormant. Maybe you can try again later.") + to_chat(user, "The blade is dormant. Maybe you can try again later.") possessed = FALSE /obj/item/nullrod/scythe/talking/Destroy() for(var/mob/living/simple_animal/shade/S in contents) - to_chat(S, "You were destroyed!") + to_chat(S, "You were destroyed!") qdel(S) return ..() @@ -606,7 +606,7 @@ /obj/item/nullrod/carp/attack_self(mob/living/user) if(used_blessing) else if(user.mind && (user.mind.isholy)) - to_chat(user, "You are blessed by Carp-Sie. Wild space carp will no longer attack you.") + to_chat(user, "You are blessed by Carp-Sie. Wild space carp will no longer attack you.") user.faction |= "carp" used_blessing = TRUE diff --git a/code/game/objects/items/hourglass.dm b/code/game/objects/items/hourglass.dm index 2c5c69eb170..d7b6d105fbf 100644 --- a/code/game/objects/items/hourglass.dm +++ b/code/game/objects/items/hourglass.dm @@ -22,7 +22,7 @@ /obj/item/hourglass/proc/toggle(mob/user) if(!timing_id) - to_chat(user,"You flip the [src]") + to_chat(user,"You flip the [src].") start() flick("hourglass_flip",src) else @@ -79,4 +79,4 @@ if(user.client && user.client.holder) toggle(user) -#undef HOURGLASS_STATES \ No newline at end of file +#undef HOURGLASS_STATES diff --git a/code/game/objects/items/implants/implant_freedom.dm b/code/game/objects/items/implants/implant_freedom.dm index 280fbb7cd33..af4e8e7b11d 100644 --- a/code/game/objects/items/implants/implant_freedom.dm +++ b/code/game/objects/items/implants/implant_freedom.dm @@ -9,7 +9,7 @@ /obj/item/implant/freedom/activate() . = ..() uses-- - to_chat(imp_in, "You feel a faint click.") + to_chat(imp_in, "You feel a faint click.") if(iscarbon(imp_in)) var/mob/living/carbon/C_imp_in = imp_in C_imp_in.uncuff() diff --git a/code/game/objects/items/inducer.dm b/code/game/objects/items/inducer.dm index f61af567858..1b61f796433 100644 --- a/code/game/objects/items/inducer.dm +++ b/code/game/objects/items/inducer.dm @@ -83,7 +83,7 @@ update_icon() return else - to_chat(user, "[src] already has \a [cell] installed!") + to_chat(user, "[src] already has \a [cell] installed!") return if(cantbeused(user)) @@ -105,7 +105,7 @@ var/obj/O var/coefficient = 1 if(istype(A, /obj/item/gun/energy)) - to_chat(user,"Error unable to interface with device") + to_chat(user, "Error unable to interface with device.") return FALSE if(istype(A, /obj)) O = A diff --git a/code/game/objects/items/melee/misc.dm b/code/game/objects/items/melee/misc.dm index 8f8dfcf16f4..74d53ad0b43 100644 --- a/code/game/objects/items/melee/misc.dm +++ b/code/game/objects/items/melee/misc.dm @@ -237,7 +237,7 @@ add_fingerprint(user) if((HAS_TRAIT(user, TRAIT_CLUMSY)) && prob(50)) - to_chat(user, "You hit yourself over the head.") + to_chat(user, "You hit yourself over the head!") user.Paralyze(knockdown_time_carbon * force) user.adjustStaminaLoss(stamina_damage) @@ -609,14 +609,14 @@ return if (is_type_in_typecache(target, ovens)) if (held_sausage && held_sausage.roasted) - to_chat("Your [held_sausage] has already been cooked.") + to_chat("Your [held_sausage] has already been cooked!") return if (istype(target, /obj/singularity) && get_dist(user, target) < 10) - to_chat(user, "You send [held_sausage] towards [target].") + to_chat(user, "You send [held_sausage] towards [target].") playsound(src, 'sound/items/rped.ogg', 50, TRUE) beam = user.Beam(target,icon_state="rped_upgrade",time=100) else if (user.Adjacent(target)) - to_chat(user, "You extend [src] towards [target].") + to_chat(user, "You extend [src] towards [target].") playsound(src.loc, 'sound/weapons/batonextend.ogg', 50, TRUE) else return @@ -627,7 +627,7 @@ playsound(src, 'sound/weapons/batonextend.ogg', 50, TRUE) /obj/item/melee/roastingstick/proc/finish_roasting(user, atom/target) - to_chat(user, "You finish roasting [held_sausage]") + to_chat(user, "You finish roasting [held_sausage].") playsound(src,'sound/items/welder2.ogg',50,TRUE) held_sausage.add_atom_colour(rgb(103,63,24), FIXED_COLOUR_PRIORITY) held_sausage.name = "[target.name]-roasted [held_sausage.name]" diff --git a/code/game/objects/items/miscellaneous.dm b/code/game/objects/items/miscellaneous.dm index 53937f774a1..dd79b223eee 100644 --- a/code/game/objects/items/miscellaneous.dm +++ b/code/game/objects/items/miscellaneous.dm @@ -129,7 +129,7 @@ /obj/item/choice_beacon/augments/spawn_option(obj/choice,mob/living/M) new choice(get_turf(M)) - to_chat(M, "You hear something crackle from the beacon for a moment before a voice speaks. \"Please stand by for a message from S.E.L.F. Message as follows: Item request received. Your package has been transported, use the autosurgeon supplied to apply the upgrade. Message ends.\"") + to_chat(M, "You hear something crackle from the beacon for a moment before a voice speaks. \"Please stand by for a message from S.E.L.F. Message as follows: Item request received. Your package has been transported, use the autosurgeon supplied to apply the upgrade. Message ends.\"") /obj/item/skub desc = "It's skub." diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 856f8a8438d..8c9e60a3c5e 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -77,11 +77,11 @@ if(.) var/obj/item/gun/energy/disabler/cyborg/T = locate() in R.module.modules if(!T) - to_chat(user, "There's no disabler in this unit!") + to_chat(user, "There's no disabler in this unit!") return FALSE if(T.charge_delay <= 2) - to_chat(R, "A cooling unit is already installed!") - to_chat(user, "There's no room for another cooling unit!") + to_chat(R, "A cooling unit is already installed!") + to_chat(user, "There's no room for another cooling unit!") return FALSE T.charge_delay = max(2 , T.charge_delay - 4) @@ -103,7 +103,7 @@ . = ..() if(.) if(R.ionpulse) - to_chat(user, "This unit already has ion thrusters installed!") + to_chat(user, "This unit already has ion thrusters installed!") return FALSE R.ionpulse = TRUE @@ -501,7 +501,7 @@ if(.) if(R.hasExpanded) - to_chat(usr, "This unit already has an expand module installed!") + to_chat(usr, "This unit already has an expand module installed!") return FALSE R.notransform = TRUE @@ -668,4 +668,4 @@ if (.) var/obj/item/borg/apparatus/beaker/extra/E = locate() in R.module.modules if (E) - R.module.remove_module(E, TRUE) \ No newline at end of file + R.module.remove_module(E, TRUE) diff --git a/code/game/objects/items/shields.dm b/code/game/objects/items/shields.dm index 21dd03458e8..7a15c15778c 100644 --- a/code/game/objects/items/shields.dm +++ b/code/game/objects/items/shields.dm @@ -45,7 +45,7 @@ cooldown = world.time else if(istype(W, /obj/item/stack/sheet/mineral/titanium)) if (obj_integrity >= max_integrity) - to_chat(user, "[src] is already in perfect condition.") + to_chat(user, "[src] is already in perfect condition.") else var/obj/item/stack/sheet/mineral/titanium/T = W T.use(1) @@ -148,10 +148,10 @@ if(istype(W, /obj/item/assembly/flash/handheld)) var/obj/item/assembly/flash/handheld/flash = W if(flash.burnt_out) - to_chat(user, "No sense replacing it with a broken bulb.") + to_chat(user, "No sense replacing it with a broken bulb!") return else - to_chat(user, "You begin to replace the bulb.") + to_chat(user, "You begin to replace the bulb...") if(do_after(user, 20, target = user)) if(flash.burnt_out || !flash || QDELETED(flash)) return @@ -211,7 +211,7 @@ /obj/item/shield/energy/attack_self(mob/living/carbon/human/user) if(clumsy_check && HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50)) - to_chat(user, "You beat yourself in the head with [src].") + to_chat(user, "You beat yourself in the head with [src]!") user.take_bodypart_damage(5) active = !active icon_state = "[base_icon_state][active]" diff --git a/code/game/objects/items/stunbaton.dm b/code/game/objects/items/stunbaton.dm index 5732835ce02..44cb6dc3575 100644 --- a/code/game/objects/items/stunbaton.dm +++ b/code/game/objects/items/stunbaton.dm @@ -78,7 +78,7 @@ if(istype(W, /obj/item/stock_parts/cell)) var/obj/item/stock_parts/cell/C = W if(cell) - to_chat(user, "[src] already has a cell.") + to_chat(user, "[src] already has a cell!") else if(C.maxcharge < hitcost) to_chat(user, "[src] requires a higher capacity cell.") @@ -138,7 +138,7 @@ if(baton_effect(M, user)) user.do_attack_animation(M) return - else + else to_chat(user, "The baton is still charging!") else M.visible_message("[user] has prodded [M] with [src]. Luckily it was off.", \ diff --git a/code/game/objects/items/tanks/watertank.dm b/code/game/objects/items/tanks/watertank.dm index e5227e28cc4..e7d76f77f30 100644 --- a/code/game/objects/items/tanks/watertank.dm +++ b/code/game/objects/items/tanks/watertank.dm @@ -234,7 +234,7 @@ /obj/item/extinguisher/mini/nozzle/doMove(atom/destination) if(destination && (destination != tank.loc || !ismob(destination))) if(loc != tank) - to_chat(tank.loc, "The nozzle snaps back onto the tank!") + to_chat(tank.loc, "The nozzle snaps back onto the tank.") destination = tank ..() @@ -243,17 +243,17 @@ if(EXTINGUISHER) nozzle_mode = RESIN_LAUNCHER tank.icon_state = "waterbackpackatmos_1" - to_chat(user, "Swapped to resin launcher") + to_chat(user, "Swapped to resin launcher.") return if(RESIN_LAUNCHER) nozzle_mode = RESIN_FOAM tank.icon_state = "waterbackpackatmos_2" - to_chat(user, "Swapped to resin foamer") + to_chat(user, "Swapped to resin foamer.") return if(RESIN_FOAM) nozzle_mode = EXTINGUISHER tank.icon_state = "waterbackpackatmos_0" - to_chat(user, "Swapped to water extinguisher") + to_chat(user, "Swapped to water extinguisher.") return return diff --git a/code/game/objects/items/theft_tools.dm b/code/game/objects/items/theft_tools.dm index 6c6229ce544..c8663744248 100644 --- a/code/game/objects/items/theft_tools.dm +++ b/code/game/objects/items/theft_tools.dm @@ -134,7 +134,7 @@ if(istype(W, /obj/item/hemostat/supermatter)) var/obj/item/hemostat/supermatter/tongs = W if (tongs.sliver) - to_chat(user, "\The [tongs] is already holding a supermatter sliver!") + to_chat(user, "\The [tongs] is already holding a supermatter sliver!") return FALSE forceMove(tongs) tongs.sliver = src diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 29420ecd743..5ba6a05aeca 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -348,13 +348,13 @@ /obj/item/toy/windupToolbox/attack_self(mob/user) if(!active) icon_state = "his_grace_awakened" - to_chat(user, "You wind up [src], it begins to rumble.") + to_chat(user, "You wind up [src], it begins to rumble.") active = TRUE playsound(src, 'sound/effects/pope_entry.ogg', 100) Rumble() addtimer(CALLBACK(src, .proc/stopRumble), 600) else - to_chat(user, "[src] is already active.") + to_chat(user, "[src] is already active!") /obj/item/toy/windupToolbox/proc/Rumble() var/static/list/transforms @@ -1424,7 +1424,7 @@ if(!new_name) return doll_name = new_name - to_chat(user, "You name the dummy as \"[doll_name]\"") + to_chat(user, "You name the dummy as \"[doll_name]\".") name = "[initial(name)] - [doll_name]" /obj/item/toy/dummy/talk_into(atom/movable/A, message, channel, list/spans, datum/language/language) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index 1373d4706fc..b2d68f2b961 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -568,7 +568,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 ..() return if(homerun_ready) - to_chat(user, "You're already ready to do a home run!") + to_chat(user, "You're already ready to do a home run!") ..() return to_chat(user, "You begin gathering strength...") diff --git a/code/game/objects/structures/ai_core.dm b/code/game/objects/structures/ai_core.dm index 3d16cdbc36a..6805c73b5a4 100644 --- a/code/game/objects/structures/ai_core.dm +++ b/code/game/objects/structures/ai_core.dm @@ -75,7 +75,7 @@ /obj/structure/AIcore/latejoin_inactive/attackby(obj/item/P, mob/user, params) if(P.tool_behaviour == TOOL_MULTITOOL) active = !active - to_chat(user, "You [active? "activate" : "deactivate"] \the [src]'s transmitters.") + to_chat(user, "You [active? "activate" : "deactivate"] \the [src]'s transmitters.") return return ..() @@ -318,7 +318,7 @@ That prevents a few funky behaviors. /atom/proc/transfer_ai(interaction, mob/user, mob/living/silicon/ai/AI, obj/item/aicard/card) if(istype(card)) if(card.flush) - to_chat(user, "ERROR: AI flush is in progress, cannot execute transfer protocol.") + to_chat(user, "ERROR: AI flush is in progress, cannot execute transfer protocol.") return FALSE return TRUE @@ -330,7 +330,7 @@ That prevents a few funky behaviors. AI.control_disabled = FALSE AI.radio_enabled = TRUE AI.forceMove(loc) // to replace the terminal. - to_chat(AI, "You have been uploaded to a stationary terminal. Remote device connection restored.") + to_chat(AI, "You have been uploaded to a stationary terminal. Remote device connection restored.") to_chat(user, "Transfer successful: [AI.name] ([rand(1000,9999)].exe) installed and executed successfully. Local copy has been removed.") card.AI = null AI.battery = circuit.battery diff --git a/code/game/objects/structures/beds_chairs/chair.dm b/code/game/objects/structures/beds_chairs/chair.dm index 9a53035e0a4..22935621f41 100644 --- a/code/game/objects/structures/beds_chairs/chair.dm +++ b/code/game/objects/structures/beds_chairs/chair.dm @@ -126,7 +126,7 @@ /obj/structure/chair/greyscale material_flags = MATERIAL_ADD_PREFIX | MATERIAL_COLOR item_chair = /obj/item/chair/greyscale - + /obj/structure/chair/wood icon_state = "wooden_chair" @@ -287,14 +287,14 @@ /obj/item/chair/proc/plant(mob/user) var/turf/T = get_turf(loc) if(!isfloorturf(T)) - to_chat(user, "You need ground to plant this on!") + to_chat(user, "You need ground to plant this on!") return for(var/obj/A in T) if(istype(A, /obj/structure/chair)) - to_chat(user, "There is already a chair here.") + to_chat(user, "There is already a chair here!") return if(A.density && !(A.flags_1 & ON_BORDER_1)) - to_chat(user, "There is already something here.") + to_chat(user, "There is already something here!") return user.visible_message("[user] rights \the [src.name].", "You right \the [name].") diff --git a/code/game/objects/structures/crates_lockers/closets.dm b/code/game/objects/structures/crates_lockers/closets.dm index 75d8a677f58..6f1dc50f7d5 100644 --- a/code/game/objects/structures/crates_lockers/closets.dm +++ b/code/game/objects/structures/crates_lockers/closets.dm @@ -434,7 +434,7 @@ "You [locked ? null : "un"]lock [src].") update_icon() else if(!silent) - to_chat(user, "Access Denied") + to_chat(user, "Access Denied.") else if(secure && broken) to_chat(user, "\The [src] is broken!") diff --git a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm index a3d3848732d..6f39b907f0c 100644 --- a/code/game/objects/structures/displaycase.dm +++ b/code/game/objects/structures/displaycase.dm @@ -104,13 +104,13 @@ to_chat(user, "You [open ? "close":"open"] [src].") toggle_lock(user) else - to_chat(user, "Access denied.") + to_chat(user, "Access denied.") else if(W.tool_behaviour == TOOL_WELDER && user.a_intent == INTENT_HELP && !broken) if(obj_integrity < max_integrity) if(!W.tool_start_check(user, amount=5)) return - to_chat(user, "You begin repairing [src].") + to_chat(user, "You begin repairing [src]...") if(W.use_tool(src, user, 40, amount=5, volume=50)) obj_integrity = max_integrity update_icon() @@ -121,19 +121,19 @@ else if(!alert && W.tool_behaviour == TOOL_CROWBAR && openable) //Only applies to the lab cage and player made display cases if(broken) if(showpiece) - to_chat(user, "Remove the displayed object first.") + to_chat(user, "Remove the displayed object first!") else - to_chat(user, "You remove the destroyed case") + to_chat(user, "You remove the destroyed case.") qdel(src) else - to_chat(user, "You start to [open ? "close":"open"] [src].") + to_chat(user, "You start to [open ? "close":"open"] [src]...") if(W.use_tool(src, user, 20)) to_chat(user, "You [open ? "close":"open"] [src].") toggle_lock(user) else if(open && !showpiece) if(user.transferItemToLoc(W, src)) showpiece = W - to_chat(user, "You put [W] on display") + to_chat(user, "You put [W] on display.") update_icon() else if(istype(W, /obj/item/stack/sheet/glass) && broken) var/obj/item/stack/sheet/glass/G = W @@ -268,7 +268,7 @@ if(user.is_holding_item_of_type(/obj/item/key/displaycase)) if(added_roundstart) is_locked = !is_locked - to_chat(user, "You [!is_locked ? "un" : ""]lock the case.") + to_chat(user, "You [!is_locked ? "un" : ""]lock the case.") else to_chat(user, "The lock is stuck shut!") return diff --git a/code/game/objects/structures/fence.dm b/code/game/objects/structures/fence.dm index 9683bf4a953..15dcae7330b 100644 --- a/code/game/objects/structures/fence.dm +++ b/code/game/objects/structures/fence.dm @@ -63,11 +63,11 @@ to_chat(user, "This section of the fence can't be cut!") return if(invulnerable) - to_chat(user, "This fence is too strong to cut through.") + to_chat(user, "This fence is too strong to cut through!") return var/current_stage = hole_size if(current_stage >= MAX_HOLE_SIZE) - to_chat(user, "This fence has too much cut out of it already.") + to_chat(user, "This fence has too much cut out of it already!") return user.visible_message("\The [user] starts cutting through \the [src] with \the [W].",\ diff --git a/code/game/objects/structures/guillotine.dm b/code/game/objects/structures/guillotine.dm index 6f6a14308f6..dfb75e38218 100644 --- a/code/game/objects/structures/guillotine.dm +++ b/code/game/objects/structures/guillotine.dm @@ -35,7 +35,7 @@ /obj/structure/guillotine/attackby(obj/item/I, mob/user) if(istype(I, /obj/item/stack/sheet/plasteel)) - to_chat(user, "You start repairing the guillotine with the plasteel.") + to_chat(user, "You start repairing the guillotine with the plasteel...") if(blade_sharpness<10) if(do_after(user,100,target=user)) blade_sharpness = min(10,blade_sharpness+3) @@ -44,7 +44,7 @@ else to_chat(user, "You stop repairing the guillotine with the plasteel.") else - to_chat(user, "The guillotine is already fully repaired!") + to_chat(user, "The guillotine is already fully repaired!") /obj/structure/guillotine/examine(mob/user) . = ..() diff --git a/code/game/objects/structures/lavaland/geyser.dm b/code/game/objects/structures/lavaland/geyser.dm index 6d525570bc2..44cc5912abf 100644 --- a/code/game/objects/structures/lavaland/geyser.dm +++ b/code/game/objects/structures/lavaland/geyser.dm @@ -38,7 +38,7 @@ to_chat(user, "The [name] is already active!") return - to_chat(user, "You start vigorously plunging [src]!") + to_chat(user, "You start vigorously plunging [src]!") if(do_after(user, 50*P.plunge_mod, target = src) && !activated) start_chemming() @@ -65,7 +65,7 @@ /obj/item/plunger/reinforced name = "reinforced plunger" - desc = " It's an M. 7 Reinforced Plunger© for heavy duty plunging." + desc = " It's an M. 7 Reinforced Plunger� for heavy duty plunging." icon_state = "reinforced_plunger" reinforced = TRUE diff --git a/code/game/objects/structures/mop_bucket.dm b/code/game/objects/structures/mop_bucket.dm index 2dffd042499..872c0efb3c4 100644 --- a/code/game/objects/structures/mop_bucket.dm +++ b/code/game/objects/structures/mop_bucket.dm @@ -14,7 +14,7 @@ /obj/structure/mopbucket/attackby(obj/item/I, mob/user, params) if(istype(I, /obj/item/mop)) if(reagents.total_volume < 1) - to_chat(user, "[src] is out of water!") + to_chat(user, "[src] is out of water!") else reagents.trans_to(I, 5, transfered_by = user) to_chat(user, "You wet [I] in [src].") diff --git a/code/game/objects/structures/noticeboard.dm b/code/game/objects/structures/noticeboard.dm index b43b7292f2a..f6c0916a300 100644 --- a/code/game/objects/structures/noticeboard.dm +++ b/code/game/objects/structures/noticeboard.dm @@ -26,7 +26,7 @@ /obj/structure/noticeboard/attackby(obj/item/O, mob/user, params) if(istype(O, /obj/item/paper) || istype(O, /obj/item/photo)) if(!allowed(user)) - to_chat(user, "You are not authorized to add notices") + to_chat(user, "You are not authorized to add notices!") return if(notices < 5) if(!user.transferItemToLoc(O, src)) @@ -35,7 +35,7 @@ icon_state = "nboard0[notices]" to_chat(user, "You pin the [O] to the noticeboard.") else - to_chat(user, "The notice board is full") + to_chat(user, "The notice board is full!") else return ..() @@ -77,7 +77,7 @@ add_fingerprint(usr) P.attackby(I, usr) else - to_chat(usr, "You'll need something to write with!") + to_chat(usr, "You'll need something to write with!") if(href_list["read"]) var/obj/item/I = locate(href_list["read"]) in contents diff --git a/code/game/objects/structures/votingbox.dm b/code/game/objects/structures/votingbox.dm index 4d9fc14d9b6..e5b2010154b 100644 --- a/code/game/objects/structures/votingbox.dm +++ b/code/game/objects/structures/votingbox.dm @@ -1,10 +1,10 @@ /obj/structure/votebox name = "voting box" desc = "A automatic voting box." - + icon = 'icons/obj/votebox.dmi' icon_state = "votebox_maint" - + anchored = TRUE var/obj/item/card/id/owner //Slapping the box with this ID starts/ends the vote. @@ -24,7 +24,7 @@ if(voting_active) apply_vote(I,user) else - to_chat(user,"[src] is in maintenance mode. Voting is not possible at the moment.") + to_chat(user,"[src] is in maintenance mode. Voting is not possible at the moment.") return return ..() @@ -58,7 +58,7 @@ var/mob/user = usr if(!is_operator(user)) - to_chat(user,"Voting box operator authorization required.") + to_chat(user,"Voting box operator authorization required!") return if(href_list["act"]) @@ -99,7 +99,7 @@ var/obj/item/card/id/voter_card = user.get_idcard() if(id_auth) if(!voter_card) - to_chat(user,"[src] requires a valid id card to vote!") + to_chat(user,"[src] requires a valid ID card to vote!") return if(voted && (voter_card in voted)) to_chat(user,"[src] allows only one vote per person.") @@ -123,7 +123,7 @@ /obj/structure/votebox/crowbar_act(mob/living/user, obj/item/I) . = ..() if(voting_active) - to_chat(user,"You can only retrieve votes if maintenance mode is active.") + to_chat(user,"You can only retrieve votes if maintenance mode is active!") return FALSE dump_contents() to_chat(user,"You open vote retrieval hatch and dump all the votes.") @@ -143,7 +143,7 @@ for(var/obj/item/paper/P in contents) options += P if(!length(options)) - to_chat(user,"[src] is empty!") else var/obj/item/paper/P = pick(options) user.put_in_hands(P) @@ -187,8 +187,8 @@ P.name = "Voting Results" P.update_icon() user.put_in_hands(P) - to_chat(user,"[src] prints out the voting tally") + to_chat(user,"[src] prints out the voting tally.") /obj/structure/votebox/update_icon() . = ..() - icon_state = "votebox_[voting_active ? "active" : "maint"]" \ No newline at end of file + icon_state = "votebox_[voting_active ? "active" : "maint"]" diff --git a/code/game/objects/structures/watercloset.dm b/code/game/objects/structures/watercloset.dm index bf6de8e1fb3..af0ffdb2988 100644 --- a/code/game/objects/structures/watercloset.dm +++ b/code/game/objects/structures/watercloset.dm @@ -236,7 +236,7 @@ return if(busy) - to_chat(user, "Someone's already washing here.") + to_chat(user, "Someone's already washing here!") return var/selected_area = parse_zone(user.zone_selected) var/washing_face = 0 diff --git a/code/game/turfs/simulated/floor/plating/asteroid.dm b/code/game/turfs/simulated/floor/plating/asteroid.dm index 664a5d5819e..0df0d02af7e 100644 --- a/code/game/turfs/simulated/floor/plating/asteroid.dm +++ b/code/game/turfs/simulated/floor/plating/asteroid.dm @@ -39,7 +39,7 @@ if(!dug) return TRUE if(user) - to_chat(user, "Looks like someone has dug here already.") + to_chat(user, "Looks like someone has dug here already!") /turf/open/floor/plating/asteroid/try_replace_tile(obj/item/stack/tile/T, mob/user, params) return diff --git a/code/game/world.dm b/code/game/world.dm index bd6d64e1ebd..8d5bc0c82ba 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -14,9 +14,9 @@ GLOBAL_VAR(restart_counter) * * Note this happens after the Master subsystem is created (as that is a global datum), this means all the subsystems exist, * but they have not been Initialized at this point, only their New proc has run - * - * Nothing happens until something moves. ~Albert Einstein - * + * + * Nothing happens until something moves. ~Albert Einstein + * */ /world/New() @@ -219,7 +219,7 @@ GLOBAL_VAR(restart_counter) if (usr) log_admin("[key_name(usr)] Has requested an immediate world restart via client side debugging tools") message_admins("[key_name_admin(usr)] Has requested an immediate world restart via client side debugging tools") - to_chat(world, "Rebooting World immediately due to host request") + to_chat(world, "Rebooting World immediately due to host request.") else to_chat(world, "Rebooting world...") Master.Shutdown() //run SS shutdowns diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index 86d542e4251..f3410d06e30 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -207,7 +207,7 @@ return null if (C) //user is already connected!. - to_chat(C, "You are about to get disconnected for matching a sticky ban after you connected. If this turns out to be the ban evasion detection system going haywire, we will automatically detect this and revert the matches. if you feel that this is the case, please wait EXACTLY 6 seconds then reconnect using file -> reconnect to see if the match was automatically reversed.") + to_chat(C, "You are about to get disconnected for matching a sticky ban after you connected. If this turns out to be the ban evasion detection system going haywire, we will automatically detect this and revert the matches. if you feel that this is the case, please wait EXACTLY 6 seconds then reconnect using file -> reconnect to see if the match was automatically reversed.") var/desc = "\nReason:(StickyBan) You, or another user of this computer or connection ([bannedckey]) is banned from playing here. The ban reason is:\n[ban["message"]]\nThis ban was applied by [ban["admin"]]\nThis is a BanEvasion Detection System ban, if you think this ban is a mistake, please wait EXACTLY 6 seconds, then try again before filing an appeal.\n" . = list("reason" = "Stickyban", "desc" = desc) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index ea704f6e6a1..d27d7f1124d 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -22,7 +22,7 @@ log_admin("[key_name(usr)] checked the individual player panel for [key_name(M)][isobserver(usr)?"":" while in game"].") if(!M) - to_chat(usr, "You seem to be selecting a mob that doesn't exist anymore.") + to_chat(usr, "You seem to be selecting a mob that doesn't exist anymore.") return var/body = "Options for [M.key]" @@ -834,7 +834,7 @@ /datum/admins/proc/dynamic_mode_options(mob/user) var/dat = {"

Dynamic Mode Options


-
+

Common options

All these options can be changed midround.

diff --git a/code/modules/admin/fun_balloon.dm b/code/modules/admin/fun_balloon.dm index b946cac71f1..e62edeb47c6 100644 --- a/code/modules/admin/fun_balloon.dm +++ b/code/modules/admin/fun_balloon.dm @@ -58,7 +58,7 @@ var/mob/dead/observer/C = pick_n_take(candidates) var/mob/living/body = pick_n_take(bodies) - to_chat(body, "Your mob has been taken over by a ghost!") + to_chat(body, "Your mob has been taken over by a ghost!") message_admins("[key_name_admin(C)] has taken control of ([key_name_admin(body)])") body.ghostize(0) body.key = C.key @@ -121,7 +121,7 @@ var/mob/living/L = AM if(L.pulling && istype(L.pulling, /obj/item/bodypart/head)) - to_chat(L, "Your offering is accepted. You may pass.") + to_chat(L, "Your offering is accepted. You may pass.") qdel(L.pulling) var/turf/LA = get_turf(pick(warp_points)) L.forceMove(LA) @@ -130,7 +130,7 @@ for(var/obj/item/twohanded/required/chainsaw/doomslayer/chainsaw in L) qdel(chainsaw) else - to_chat(L, "You are not yet worthy of passing. Drag a severed head to the barrier to be allowed entry to the hall of champions.") + to_chat(L, "You are not yet worthy of passing. Drag a severed head to the barrier to be allowed entry to the hall of champions.") /obj/effect/landmark/shuttle_arena_safe name = "hall of champions" diff --git a/code/modules/admin/secrets.dm b/code/modules/admin/secrets.dm index 37874a7f3b7..ef5ab2ff5d9 100644 --- a/code/modules/admin/secrets.dm +++ b/code/modules/admin/secrets.dm @@ -240,7 +240,7 @@ message_admins("[key_name_admin(usr)] [new_perma ? "stopped" : "started"] the arrivals shuttle") log_admin("[key_name(usr)] [new_perma ? "stopped" : "started"] the arrivals shuttle") else - to_chat(usr, "There is no arrivals shuttle") + to_chat(usr, "There is no arrivals shuttle.") if("showailaws") if(!check_rights(R_ADMIN)) return @@ -423,7 +423,7 @@ if(droptype == "Yes") ADD_TRAIT(I, TRAIT_NODROP, ADMIN_TRAIT) else - to_chat(H, "You're not kawaii enough for this.") + to_chat(H, "You're not kawaii enough for this!") if("whiteout") if(!check_rights(R_FUN)) @@ -681,7 +681,7 @@ var/list/prefs = settings["mainsettings"] if (prefs["amount"]["value"] < 1 || prefs["portalnum"]["value"] < 1) - to_chat(usr, "Number of portals and mobs to spawn must be at least 1") + to_chat(usr, "Number of portals and mobs to spawn must be at least 1.") return var/mob/pathToSpawn = prefs["typepath"]["value"] @@ -689,7 +689,7 @@ pathToSpawn = text2path(pathToSpawn) if (!ispath(pathToSpawn)) - to_chat(usr, "Invalid path [pathToSpawn]") + to_chat(usr, "Invalid path [pathToSpawn].") return var/list/candidates = list() diff --git a/code/modules/admin/sql_ban_system.dm b/code/modules/admin/sql_ban_system.dm index 09b73647c8d..6df364ea019 100644 --- a/code/modules/admin/sql_ban_system.dm +++ b/code/modules/admin/sql_ban_system.dm @@ -734,7 +734,7 @@ for(var/client/i in GLOB.clients - C) if(i.address == old_ip || i.computer_id == old_cid) build_ban_cache(i) - to_chat(i, "[usr.client.key] has edited the [changes_keys_text] of a ban for your IP or CID.") + to_chat(i, "[usr.client.key] has edited the [changes_keys_text] of a ban for your IP or CID.") unban_panel(player_key, null, null, null, page) /datum/admins/proc/ban_log(ban_id) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 7b75845aa43..0c6e2df88d9 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -77,7 +77,7 @@ log_directed_talk(mob, H, input, LOG_ADMIN, "reply") message_admins("[key_name_admin(src)] replied to [key_name_admin(H)]'s [sender] message with: \"[input]\"") - to_chat(H, "You hear something crackle in your ears for a moment before a voice speaks. \"Please stand by for a message from [sender == "Syndicate" ? "your benefactor" : "Central Command"]. Message as follows[sender == "Syndicate" ? ", agent." : ":"] [input]. Message ends.\"") + to_chat(H, "You hear something crackle in your ears for a moment before a voice speaks. \"Please stand by for a message from [sender == "Syndicate" ? "your benefactor" : "Central Command"]. Message as follows[sender == "Syndicate" ? ", agent." : ":"] [input]. Message ends.\"") SSblackbox.record_feedback("tally", "admin_verb", 1, "Headset Message") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index 397b473c468..574520bce26 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -54,20 +54,20 @@ H.set_machine(src) if(href_list["school"]) if(used) - to_chat(H, "You already used this contract!") + to_chat(H, "You already used this contract!") return var/list/candidates = pollCandidatesForMob("Do you want to play as a wizard's [href_list["school"]] apprentice?", ROLE_WIZARD, null, ROLE_WIZARD, 150, src) if(LAZYLEN(candidates)) if(QDELETED(src)) return if(used) - to_chat(H, "You already used this contract!") + to_chat(H, "You already used this contract!") return used = TRUE var/mob/dead/observer/C = pick(candidates) spawn_antag(C.client, get_turf(src), href_list["school"],H.mind) else - to_chat(H, "Unable to reach your apprentice! You can either attack the spellbook with the contract to refund your points, or wait and try again later.") + to_chat(H, "Unable to reach your apprentice! You can either attack the spellbook with the contract to refund your points, or wait and try again later.") /obj/item/antag_spawner/contract/spawn_antag(client/C, turf/T, kind ,datum/mind/user) new /obj/effect/particle_effect/smoke(T) diff --git a/code/modules/antagonists/abductor/equipment/abduction_gear.dm b/code/modules/antagonists/abductor/equipment/abduction_gear.dm index ab35724b864..109ace10473 100644 --- a/code/modules/antagonists/abductor/equipment/abduction_gear.dm +++ b/code/modules/antagonists/abductor/equipment/abduction_gear.dm @@ -673,7 +673,7 @@ Congratulations! You are now trained for invasive xenobiology research!"} if(viable) playsound(src, 'sound/effects/phasein.ogg', 50, TRUE) var/new_machine = new spawned_machine(loc) - visible_message("[new_machine] warps on top of the beacon!") + visible_message("[new_machine] warps on top of the beacon!") qdel(src) else playsound(src, 'sound/machines/buzz-two.ogg', 50) diff --git a/code/modules/antagonists/blob/overmind.dm b/code/modules/antagonists/blob/overmind.dm index a4b7b11df4b..d573672af4d 100644 --- a/code/modules/antagonists/blob/overmind.dm +++ b/code/modules/antagonists/blob/overmind.dm @@ -210,7 +210,7 @@ GLOBAL_LIST_EMPTY(blob_nodes) if (src.client) if(client.prefs.muted & MUTE_IC) - to_chat(src, "You cannot send IC messages (muted).") + to_chat(src, "You cannot send IC messages (muted).") return if (!(ignore_spam || forced) && src.client.handle_spam_prevention(message,MUTE_IC)) return diff --git a/code/modules/antagonists/changeling/changeling.dm b/code/modules/antagonists/changeling/changeling.dm index 5ebecb75b48..c3479ab5a95 100644 --- a/code/modules/antagonists/changeling/changeling.dm +++ b/code/modules/antagonists/changeling/changeling.dm @@ -106,7 +106,7 @@ if (owner) var/mob/living/carbon/human/H = owner.current if(istype(H) && owner.assigned_role == "Clown") - to_chat(H, "You have evolved beyond your clownish nature, allowing you to wield weapons without harming yourself.") + to_chat(H, "You have evolved beyond your clownish nature, allowing you to wield weapons without harming yourself.") H.dna.remove_mutation(CLOWNMUT) /datum/antagonist/changeling/proc/reset_properties() diff --git a/code/modules/antagonists/changeling/powers/hivemind.dm b/code/modules/antagonists/changeling/powers/hivemind.dm index eed6869f1c7..35ebbb4be45 100644 --- a/code/modules/antagonists/changeling/powers/hivemind.dm +++ b/code/modules/antagonists/changeling/powers/hivemind.dm @@ -55,7 +55,7 @@ GLOBAL_LIST_EMPTY(hivemind_bank) names += prof.name if(names.len <= 0) - to_chat(user, "The airwaves already have all of our DNA.") + to_chat(user, "The airwaves already have all of our DNA!") return var/chosen_name = input("Select a DNA to channel: ", "Channel DNA", null) as null|anything in names @@ -100,7 +100,7 @@ GLOBAL_LIST_EMPTY(hivemind_bank) names[prof.name] = prof if(names.len <= 0) - to_chat(user, "There's no new DNA to absorb from the air.") + to_chat(user, "There's no new DNA to absorb from the air!") return var/S = input("Select a DNA absorb from the air: ", "Absorb DNA", null) as null|anything in names diff --git a/code/modules/antagonists/changeling/powers/linglink.dm b/code/modules/antagonists/changeling/powers/linglink.dm index 3f15bab46f9..ec061aa8cf1 100644 --- a/code/modules/antagonists/changeling/powers/linglink.dm +++ b/code/modules/antagonists/changeling/powers/linglink.dm @@ -68,5 +68,5 @@ changeling.islinking = 0 target.mind.linglink = 0 - to_chat(user, "You cannot sustain the connection any longer, your victim fades from the hivemind") + to_chat(user, "You cannot sustain the connection any longer, your victim fades from the hivemind!") to_chat(target, "The link cannot be sustained any longer, your connection to the hivemind has faded!") diff --git a/code/modules/antagonists/clockcult/clock_effects/clock_sigils.dm b/code/modules/antagonists/clockcult/clock_effects/clock_sigils.dm index b42690f926e..78e9f10b3a6 100644 --- a/code/modules/antagonists/clockcult/clock_effects/clock_sigils.dm +++ b/code/modules/antagonists/clockcult/clock_effects/clock_sigils.dm @@ -196,7 +196,7 @@ var/structure_number = 0 for(var/obj/structure/destructible/clockwork/powered/P in range(SIGIL_ACCESS_RANGE, src)) structure_number++ - . += {"It is storing [DisplayPower(get_clockwork_power())] of shared power, + . += {"It is storing [DisplayPower(get_clockwork_power())] of shared power, and [structure_number] clockwork structure[structure_number == 1 ? " is":"s are"] in range."} if(iscyborg(user)) . += "You can recharge from the [sigil_name] by crossing it." diff --git a/code/modules/antagonists/clockcult/clock_mobs/_eminence.dm b/code/modules/antagonists/clockcult/clock_mobs/_eminence.dm index 3bfb022f6c9..5c3ed0a95f4 100644 --- a/code/modules/antagonists/clockcult/clock_mobs/_eminence.dm +++ b/code/modules/antagonists/clockcult/clock_mobs/_eminence.dm @@ -79,7 +79,7 @@ /mob/camera/eminence/say(message, bubble_type, list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null) if(client) if(client.prefs.muted & MUTE_IC) - to_chat(src, "You cannot send IC messages (muted).") + to_chat(src, "You cannot send IC messages (muted).") return if(!(ignore_spam || forced) && client.handle_spam_prevention(message,MUTE_IC)) return diff --git a/code/modules/antagonists/cult/cult.dm b/code/modules/antagonists/cult/cult.dm index 456ed375a6e..4216771e5c1 100644 --- a/code/modules/antagonists/cult/cult.dm +++ b/code/modules/antagonists/cult/cult.dm @@ -272,7 +272,7 @@ for(var/datum/mind/B in members) if(B.current) SEND_SOUND(B.current, 'sound/hallucinations/im_here1.ogg') - to_chat(B.current, "Your cult is ascendent and the red harvest approaches - you cannot hide your true nature for much longer!!") + to_chat(B.current, "Your cult is ascendent and the red harvest approaches - you cannot hide your true nature for much longer!!") addtimer(CALLBACK(src, .proc/ascend, B.current), 200) cult_ascendent = TRUE diff --git a/code/modules/antagonists/nukeop/equipment/nuclear_challenge.dm b/code/modules/antagonists/nukeop/equipment/nuclear_challenge.dm index 9a355aac564..2a9898ca63c 100644 --- a/code/modules/antagonists/nukeop/equipment/nuclear_challenge.dm +++ b/code/modules/antagonists/nukeop/equipment/nuclear_challenge.dm @@ -101,21 +101,21 @@ GLOBAL_LIST_EMPTY(jam_on_wardec) /obj/item/nuclear_challenge/proc/check_allowed(mob/living/user) if(declaring_war) - to_chat(user, "You are already in the process of declaring war! Make your mind up.") + to_chat(user, "You are already in the process of declaring war! Make your mind up.") return FALSE if(GLOB.player_list.len < CHALLENGE_MIN_PLAYERS) - to_chat(user, "The enemy crew is too small to be worth declaring war on.") + to_chat(user, "The enemy crew is too small to be worth declaring war on.") return FALSE if(!user.onSyndieBase()) - to_chat(user, "You have to be at your base to use this.") + to_chat(user, "You have to be at your base to use this.") return FALSE if(world.time-SSticker.round_start_time > CHALLENGE_TIME_LIMIT) - to_chat(user, "It's too late to declare hostilities. Your benefactors are already busy with other schemes. You'll have to make do with what you have on hand.") + to_chat(user, "It's too late to declare hostilities. Your benefactors are already busy with other schemes. You'll have to make do with what you have on hand.") return FALSE for(var/V in GLOB.syndicate_shuttle_boards) var/obj/item/circuitboard/computer/syndicate_shuttle/board = V if(board.moved) - to_chat(user, "The shuttle has already been moved! You have forfeit the right to declare war.") + to_chat(user, "The shuttle has already been moved! You have forfeit the right to declare war.") return FALSE return TRUE diff --git a/code/modules/antagonists/revenant/revenant_abilities.dm b/code/modules/antagonists/revenant/revenant_abilities.dm index d7cf5b87ff9..4b27def09e7 100644 --- a/code/modules/antagonists/revenant/revenant_abilities.dm +++ b/code/modules/antagonists/revenant/revenant_abilities.dm @@ -25,7 +25,7 @@ if(!target.stat) to_chat(src, "[target.p_their(TRUE)] soul is too strong to harvest.") if(prob(10)) - to_chat(target, "You feel as if you are being watched.") + to_chat(target, "You feel as if you are being watched.") return face_atom(target) draining = TRUE diff --git a/code/modules/antagonists/wizard/equipment/artefact.dm b/code/modules/antagonists/wizard/equipment/artefact.dm index dd76d6b4b6c..d061db682ad 100644 --- a/code/modules/antagonists/wizard/equipment/artefact.dm +++ b/code/modules/antagonists/wizard/equipment/artefact.dm @@ -290,7 +290,7 @@ /obj/item/voodoo/attackby(obj/item/I, mob/user, params) if(target && cooldown < world.time) if(I.get_temperature()) - to_chat(target, "You suddenly feel very hot") + to_chat(target, "You suddenly feel very hot!") target.adjust_bodytemperature(50) GiveHint(target) else if(is_pointed(I)) @@ -371,10 +371,10 @@ /obj/item/voodoo/proc/GiveHint(mob/victim,force=0) if(prob(50) || force) var/way = dir2text(get_dir(victim,get_turf(src))) - to_chat(victim, "You feel a dark presence from [way]") + to_chat(victim, "You feel a dark presence from [way].") if(prob(20) || force) var/area/A = get_area(src) - to_chat(victim, "You feel a dark presence from [A.name]") + to_chat(victim, "You feel a dark presence from [A.name].") /obj/item/voodoo/suicide_act(mob/living/carbon/user) user.visible_message("[user] links the voodoo doll to [user.p_them()]self and sits on it, infinitely crushing [user.p_them()]self! It looks like [user.p_theyre()] trying to commit suicide!") diff --git a/code/modules/assembly/bomb.dm b/code/modules/assembly/bomb.dm index 38adac015f8..c292db19d2b 100644 --- a/code/modules/assembly/bomb.dm +++ b/code/modules/assembly/bomb.dm @@ -47,7 +47,7 @@ ..() . = FALSE if(status) - to_chat(user, "[bombtank] already has a pressure hole!") + to_chat(user, "[bombtank] already has a pressure hole!") return if(!I.tool_start_check(user, amount=0)) return diff --git a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm index 44c572b434b..fb1c8524c8b 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm @@ -299,7 +299,7 @@ if(L.incapacitated()) close_machine(target) else - user.visible_message("[user] starts shoving [target] inside [src].", "You start shoving [target] inside [src].") + user.visible_message("[user] starts shoving [target] inside [src].", "You start shoving [target] inside [src].") if (do_after(user, 25, target=target)) close_machine(target) diff --git a/code/modules/atmospherics/machinery/portable/canister.dm b/code/modules/atmospherics/machinery/portable/canister.dm index 5bf612cdb69..aff182eb7d7 100644 --- a/code/modules/atmospherics/machinery/portable/canister.dm +++ b/code/modules/atmospherics/machinery/portable/canister.dm @@ -57,7 +57,7 @@ /obj/machinery/portable_atmospherics/canister/interact(mob/user) if(!allowed(user)) - to_chat(user, "Error - Unauthorized User") + to_chat(user, "Error - Unauthorized User.") playsound(src, 'sound/misc/compiler-failure.ogg', 50, TRUE) return ..() diff --git a/code/modules/awaymissions/gateway.dm b/code/modules/awaymissions/gateway.dm index 0b2a64eb728..6a9a7263bce 100644 --- a/code/modules/awaymissions/gateway.dm +++ b/code/modules/awaymissions/gateway.dm @@ -121,7 +121,7 @@ GLOBAL_DATUM(the_gateway, /obj/machinery/gateway/centerstation) if(!powered()) return if(!awaygate) - to_chat(user, "Error: No destination found.") + to_chat(user, "Error: No destination found.") return if(world.time < wait) to_chat(user, "Error: Warpspace triangulation in progress. Estimated time to completion: [DisplayTimeText(wait - world.time)].") @@ -160,7 +160,7 @@ GLOBAL_DATUM(the_gateway, /obj/machinery/gateway/centerstation) /obj/machinery/gateway/centeraway/multitool_act(mob/living/user, obj/item/I) if(calibrated) - to_chat(user, "\black The gate is already calibrated, there is no work for you to do here.") + to_chat(user, "The gate is already calibrated, there is no work for you to do here.") else to_chat(user, "Recalibration successful!: \black This gate's systems have been fine tuned. Travel to this gate will now be on target.") calibrated = TRUE diff --git a/code/modules/cargo/expressconsole.dm b/code/modules/cargo/expressconsole.dm index 97e6c255dae..db53533de3d 100644 --- a/code/modules/cargo/expressconsole.dm +++ b/code/modules/cargo/expressconsole.dm @@ -53,7 +53,7 @@ sb.link_console(src, user) return TRUE else - to_chat(user, "[src] is already linked to [sb].") + to_chat(user, "[src] is already linked to [sb].") ..() /obj/machinery/computer/cargo/express/emag_act(mob/living/user) diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index 194f1ce8db8..7522900ceca 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -57,7 +57,7 @@ else if(istype(old_headgear, /obj/item/clothing/mask/chameleon/drone)) new_headgear = new /obj/item/clothing/head/chameleon/drone() else - to_chat(owner, "You shouldn't be able to toggle a camogear helmetmask if you're not wearing it") + to_chat(owner, "You shouldn't be able to toggle a camogear helmetmask if you're not wearing it.") if(new_headgear) // Force drop the item in the headslot, even though // it's has TRAIT_NODROP diff --git a/code/modules/clothing/glasses/_glasses.dm b/code/modules/clothing/glasses/_glasses.dm index 44c52943377..d5e54be3e54 100644 --- a/code/modules/clothing/glasses/_glasses.dm +++ b/code/modules/clothing/glasses/_glasses.dm @@ -445,9 +445,9 @@ if(src == H.glasses) H.client.prefs.uses_glasses_colour = !H.client.prefs.uses_glasses_colour if(H.client.prefs.uses_glasses_colour) - to_chat(H, "You will now see glasses colors.") + to_chat(H, "You will now see glasses colors.") else - to_chat(H, "You will no longer see glasses colors.") + to_chat(H, "You will no longer see glasses colors.") H.update_glasses_color(src, 1) else return ..() diff --git a/code/modules/clothing/head/_head.dm b/code/modules/clothing/head/_head.dm index 83ca496da14..ec5e51f3ae8 100644 --- a/code/modules/clothing/head/_head.dm +++ b/code/modules/clothing/head/_head.dm @@ -33,29 +33,29 @@ var/obj/item/WH = H.head ///check if the item has NODROP if(HAS_TRAIT(WH, TRAIT_NODROP)) - H.visible_message("[src] bounces off [H]'s [WH.name]!", "[src] bounces off your [WH.name], falling to the floor.") + H.visible_message("[src] bounces off [H]'s [WH.name]!", "[src] bounces off your [WH.name], falling to the floor.") return ///check if the item is an actual clothing head item, since some non-clothing items can be worn if(istype(WH, /obj/item/clothing/head)) var/obj/item/clothing/head/WHH = WH ///SNUG_FIT hats are immune to being knocked off if(WHH.clothing_flags & SNUG_FIT) - H.visible_message("[src] bounces off [H]'s [WHH.name]!", "[src] bounces off your [WHH.name], falling to the floor.") + H.visible_message("[src] bounces off [H]'s [WHH.name]!", "[src] bounces off your [WHH.name], falling to the floor.") return ///if the hat manages to knock something off if(H.dropItemToGround(WH)) H.visible_message("[src] knocks [WH] off [H]'s head!", "[WH] is suddenly knocked off your head by [src]!") if(H.equip_to_slot_if_possible(src, SLOT_HEAD, 0, 1, 1)) - H.visible_message("[src] lands neatly on [H]'s head!", "[src] lands perfectly onto your head!") + H.visible_message("[src] lands neatly on [H]'s head!", "[src] lands perfectly onto your head!") return if(iscyborg(hit_atom)) var/mob/living/silicon/robot/R = hit_atom ///hats in the borg's blacklist bounce off if(is_type_in_typecache(src, GLOB.blacklisted_borg_hats)) - R.visible_message("[src] bounces off [R]!", "[src] bounces off you, falling to the floor.") + R.visible_message("[src] bounces off [R]!", "[src] bounces off you, falling to the floor.") return else - R.visible_message("[src] lands neatly on top of [R]", "[src] lands perfectly on top of you.") + R.visible_message("[src] lands neatly on top of [R]!", "[src] lands perfectly on top of you.") R.place_on_head(src) //hats aren't designed to snugly fit borg heads or w/e so they'll always manage to knock eachother off diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 95f430deb8c..79969946f3c 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -112,7 +112,7 @@ flags_inv ^= visor_flags_inv flags_cover ^= visor_flags_cover icon_state = "[initial(icon_state)][up ? "up" : ""]" - to_chat(user, "[up ? alt_toggle_message : toggle_message] \the [src]") + to_chat(user, "[up ? alt_toggle_message : toggle_message] \the [src].") user.update_inv_head() if(iscarbon(user)) diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index defe74090bf..381c3fe3f2a 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -90,7 +90,7 @@ if(candy_cooldown < world.time) var/obj/item/reagent_containers/food/snacks/candy_corn/CC = new /obj/item/reagent_containers/food/snacks/candy_corn(src) user.put_in_hands(CC) - to_chat(user, "You slip a candy corn from your hat.") + to_chat(user, "You slip a candy corn from your hat.") candy_cooldown = world.time+1200 else to_chat(user, "You just took a candy corn! You should wait a couple minutes, lest you burn through your stash.") diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 321adf07e3e..e0ef9322108 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -135,7 +135,7 @@ return if(slot == SLOT_HEAD) user.grant_language(/datum/language/piratespeak/) - to_chat(user, "You suddenly know how to speak like a pirate!") + to_chat(user, "You suddenly know how to speak like a pirate!") /obj/item/clothing/head/pirate/dropped(mob/user) . = ..() @@ -144,7 +144,7 @@ var/mob/living/carbon/human/H = user if(H.get_item_by_slot(SLOT_HEAD) == src) user.remove_language(/datum/language/piratespeak/) - to_chat(user, "You can no longer speak like a pirate.") + to_chat(user, "You can no longer speak like a pirate.") /obj/item/clothing/head/pirate/captain icon_state = "hgpiratecap" diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 52ce7dc34bd..9fae14d1541 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -215,7 +215,7 @@ for(var/X in actions) var/datum/action/A = X A.UpdateButtonIcon() - to_chat(M, "The Tiki Mask has now changed into the [choice] Mask!") + to_chat(M, "The Tiki Mask has now changed into the [choice] Mask!") return 1 /obj/item/clothing/mask/gas/tiki_mask/yalp_elor diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 47aeeabe97e..c6a8adb7c94 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -367,12 +367,12 @@ if(user.stat || !(user.mobility_flags & MOBILITY_USE) || user.restrained() || !Adjacent(user) || !user.Adjacent(target) || target.stat == DEAD) return if(occupants.len >= max_occupants) - to_chat(user, "[src] are full!") + to_chat(user, "[src] are full!") return if(istype(target, /mob/living/simple_animal/hostile/retaliate/poison/snake) || istype(target, /mob/living/simple_animal/hostile/headcrab) || istype(target, /mob/living/carbon/alien/larva)) occupants += target target.forceMove(src) - to_chat(user, "[target] slithers into [src]") + to_chat(user, "[target] slithers into [src].") /obj/item/clothing/shoes/cowboy/container_resist(mob/living/user) if(!do_after(user, 10, target = user)) diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 2d1d6be5e44..086516b3e7d 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -104,7 +104,7 @@ update_icon() return if(smile == TRUE) - to_chat(user, "Seems like someone already drew something on this helmet's visor.") + to_chat(user, "Seems like someone already drew something on this helmet's visor!") /obj/item/clothing/head/helmet/space/plasmaman/worn_overlays(isinhands) . = ..() diff --git a/code/modules/clothing/suits/reactive_armour.dm b/code/modules/clothing/suits/reactive_armour.dm index 3fd1dc6388a..ffee51006f9 100644 --- a/code/modules/clothing/suits/reactive_armour.dm +++ b/code/modules/clothing/suits/reactive_armour.dm @@ -18,7 +18,7 @@ var/armour_path = anomaly_armour_types[A.anomaly_type] if(!armour_path) armour_path = /obj/item/clothing/suit/armor/reactive/stealth //Lets not cheat the player if an anomaly type doesnt have its own armour coded - to_chat(user, "You insert [A] into the chest plate, and the armour gently hums to life.") + to_chat(user, "You insert [A] into the chest plate, and the armour gently hums to life.") new armour_path(get_turf(src)) qdel(src) qdel(A) diff --git a/code/modules/detectivework/evidence.dm b/code/modules/detectivework/evidence.dm index 9017c1fb571..c276b8c1584 100644 --- a/code/modules/detectivework/evidence.dm +++ b/code/modules/detectivework/evidence.dm @@ -29,19 +29,19 @@ return if(istype(I, /obj/item/evidencebag)) - to_chat(user, "You find putting an evidence bag in another evidence bag to be slightly absurd.") + to_chat(user, "You find putting an evidence bag in another evidence bag to be slightly absurd.") return 1 //now this is podracing if(loc in I.GetAllContents()) // fixes tg #39452, evidence bags could store their own location, causing I to be stored in the bag while being present inworld still, and able to be teleported when removed. - to_chat(user, "You find putting [I] in [src] while it's still inside it quite difficult.") + to_chat(user, "You find putting [I] in [src] while it's still inside it quite difficult!") return if(I.w_class > WEIGHT_CLASS_NORMAL) - to_chat(user, "[I] won't fit in [src].") + to_chat(user, "[I] won't fit in [src]!") return if(contents.len) - to_chat(user, "[src] already has something inside it.") + to_chat(user, "[src] already has something inside it!") return if(!isturf(I.loc)) //If it isn't on the floor. Do some checks to see if it's in our hands or a box. Otherwise give up. @@ -80,7 +80,7 @@ desc = "An empty evidence bag." else - to_chat(user, "[src] is empty.") + to_chat(user, "[src] is empty.") icon_state = "evidenceobj" return diff --git a/code/modules/fields/fields.dm b/code/modules/fields/fields.dm index 5b0b4bc1f89..3e401051499 100644 --- a/code/modules/fields/fields.dm +++ b/code/modules/fields/fields.dm @@ -302,7 +302,7 @@ /obj/item/multitool/field_debug/attack_self(mob/user) operating = !operating - to_chat(user, "You turn [src] [operating? "on":"off"].") + to_chat(user, "You turn [src] [operating? "on":"off"].") UnregisterSignal(listeningTo, COMSIG_MOVABLE_MOVED) listeningTo = null if(!istype(current) && operating) diff --git a/code/modules/food_and_drinks/food/snacks_other.dm b/code/modules/food_and_drinks/food/snacks_other.dm index 7cffa04ba27..588bc981fd5 100644 --- a/code/modules/food_and_drinks/food/snacks_other.dm +++ b/code/modules/food_and_drinks/food/snacks_other.dm @@ -617,7 +617,7 @@ volume = 30 /obj/item/reagent_containers/food/snacks/canned/proc/open_can(mob/user) - to_chat(user, "You pull back the tab of \the [src].") + to_chat(user, "You pull back the tab of \the [src].") playsound(user.loc, 'sound/items/foodcanopen.ogg', 50) ENABLE_BITFIELD(reagents.flags, OPENCONTAINER) spillable = TRUE diff --git a/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm b/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm index 4aafe59a25e..66c3cef2c8b 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/icecream_vat.dm @@ -121,7 +121,7 @@ else to_chat(user, "There is not enough ice cream left!") else - to_chat(user, "[O] already has ice cream in it.") + to_chat(user, "[O] already has ice cream in it!") return 1 if(istype(O, /obj/item/reagent_containers) && !(O.item_flags & ABSTRACT) && O.is_open_container()) . = TRUE //no afterattack diff --git a/code/modules/hydroponics/grown/flowers.dm b/code/modules/hydroponics/grown/flowers.dm index 5ad4362cf18..f60be2e06fd 100644 --- a/code/modules/hydroponics/grown/flowers.dm +++ b/code/modules/hydroponics/grown/flowers.dm @@ -164,7 +164,7 @@ /obj/item/grown/sunflower/attack(mob/M, mob/user) to_chat(M, " [user] smacks you with a sunflower!FLOWER POWER") - to_chat(user, "Your sunflower's FLOWER POWERstrikes [M]") + to_chat(user, "Your sunflower's FLOWER POWERstrikes [M]!") // Moonflower /obj/item/seeds/sunflower/moonflower @@ -252,4 +252,3 @@ if(!user.gloves) to_chat(user, "The [name] burns your bare hand!") user.adjustFireLoss(rand(1, 5)) - diff --git a/code/modules/hydroponics/grown/nettle.dm b/code/modules/hydroponics/grown/nettle.dm index 7fe9d52fe50..a561a82fe4a 100644 --- a/code/modules/hydroponics/grown/nettle.dm +++ b/code/modules/hydroponics/grown/nettle.dm @@ -73,7 +73,7 @@ if(force > 0) force -= rand(1, (force / 3) + 1) // When you whack someone with it, leaves fall off else - to_chat(usr, "All the leaves have fallen off the nettle from violent whacking.") + to_chat(usr, "All the leaves have fallen off the nettle from violent whacking.") qdel(src) /obj/item/reagent_containers/food/snacks/grown/nettle/basic diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index 898c66d0bd2..dcfe99fc712 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -360,10 +360,10 @@ if(!user.canUseTopic(src, BE_CLOSE)) return if (length(newplantname) > 20) - to_chat(user, "That name is too long!") + to_chat(user, "That name is too long!") return if(!newplantname) - to_chat(user, "That name is invalid.") + to_chat(user, "That name is invalid.") return else name = "[lowertext(newplantname)]" @@ -373,10 +373,10 @@ if(!user.canUseTopic(src, BE_CLOSE)) return if (length(newdesc) > 180) - to_chat(user, "That description is too long!") + to_chat(user, "That description is too long!") return if(!newdesc) - to_chat(user, "That description is invalid.") + to_chat(user, "That description is invalid.") return else desc = newdesc @@ -387,10 +387,10 @@ if(!user.canUseTopic(src, BE_CLOSE)) return if (length(newproductdesc) > 180) - to_chat(user, "That description is too long!") + to_chat(user, "That description is too long!") return if(!newproductdesc) - to_chat(user, "That description is invalid.") + to_chat(user, "That description is invalid.") return else productdesc = newproductdesc diff --git a/code/modules/jobs/job_types/chaplain.dm b/code/modules/jobs/job_types/chaplain.dm index 6fdd570cb23..f6d72119d53 100644 --- a/code/modules/jobs/job_types/chaplain.dm +++ b/code/modules/jobs/job_types/chaplain.dm @@ -31,7 +31,7 @@ B.name = GLOB.bible_name B.icon_state = GLOB.bible_icon_state B.item_state = GLOB.bible_item_state - to_chat(H, "There is already an established religion onboard the station. You are an acolyte of [GLOB.deity]. Defer to the Chaplain.") + to_chat(H, "There is already an established religion onboard the station. You are an acolyte of [GLOB.deity]. Defer to the Chaplain.") H.equip_to_slot_or_del(B, SLOT_IN_BACKPACK) var/nrt = GLOB.holy_weapon_type || /obj/item/nullrod var/obj/item/nullrod/N = new nrt(H) diff --git a/code/modules/language/codespeak.dm b/code/modules/language/codespeak.dm index 85d8a231c11..32205936067 100644 --- a/code/modules/language/codespeak.dm +++ b/code/modules/language/codespeak.dm @@ -42,7 +42,7 @@ return if(user.has_language(/datum/language/codespeak)) - to_chat(user, "You start skimming through [src], but you already know Codespeak.") + to_chat(user, "You start skimming through [src], but you already know Codespeak.") return to_chat(user, "You start skimming through [src], and suddenly your mind is filled with codewords and responses.") diff --git a/code/modules/library/lib_items.dm b/code/modules/library/lib_items.dm index f6f8b557c3f..ff1ae13f600 100644 --- a/code/modules/library/lib_items.dm +++ b/code/modules/library/lib_items.dm @@ -233,10 +233,10 @@ if(!user.canUseTopic(src, BE_CLOSE, literate)) return if (length(newtitle) > 20) - to_chat(user, "That title won't fit on the cover!") + to_chat(user, "That title won't fit on the cover!") return if(!newtitle) - to_chat(user, "That title is invalid.") + to_chat(user, "That title is invalid.") return else name = newtitle @@ -246,7 +246,7 @@ if(!user.canUseTopic(src, BE_CLOSE, literate)) return if(!content) - to_chat(user, "The content is invalid.") + to_chat(user, "The content is invalid.") return else dat += content @@ -255,7 +255,7 @@ if(!user.canUseTopic(src, BE_CLOSE, literate)) return if(!newauthor) - to_chat(user, "The name is invalid.") + to_chat(user, "The name is invalid.") return else author = newauthor @@ -265,32 +265,32 @@ else if(istype(I, /obj/item/barcodescanner)) var/obj/item/barcodescanner/scanner = I if(!scanner.computer) - to_chat(user, "[I]'s screen flashes: 'No associated computer found!'") + to_chat(user, "[I]'s screen flashes: 'No associated computer found!'") else switch(scanner.mode) if(0) scanner.book = src - to_chat(user, "[I]'s screen flashes: 'Book stored in buffer.'") + to_chat(user, "[I]'s screen flashes: 'Book stored in buffer.'") if(1) scanner.book = src scanner.computer.buffer_book = name - to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Book title stored in associated computer buffer.'") + to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Book title stored in associated computer buffer.'") if(2) scanner.book = src for(var/datum/borrowbook/b in scanner.computer.checkouts) if(b.bookname == name) scanner.computer.checkouts.Remove(b) - to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Book has been checked in.'") + to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Book has been checked in.'") return - to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. No active check-out record found for current title.'") + to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. No active check-out record found for current title.'") if(3) scanner.book = src for(var/obj/item/book in scanner.computer.inventory) if(book == src) - to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Title already present in inventory, aborting to avoid duplicate entry.'") + to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Title already present in inventory, aborting to avoid duplicate entry.'") return scanner.computer.inventory.Add(src) - to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Title added to general inventory.'") + to_chat(user, "[I]'s screen flashes: 'Book stored in buffer. Title added to general inventory.'") else if(istype(I, /obj/item/kitchen/knife) || I.tool_behaviour == TOOL_WIRECUTTER) to_chat(user, "You begin to carve out [title]...") diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index 2ed2b116197..880d04b5cf2 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -336,8 +336,8 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums if(istype(W, /obj/item/barcodescanner)) var/obj/item/barcodescanner/scanner = W scanner.computer = src - to_chat(user, "[scanner]'s associated machine has been set to [src].") - audible_message("[src] lets out a low, short blip.") + to_chat(user, "[scanner]'s associated machine has been set to [src].") + audible_message("[src] lets out a low, short blip.") else return ..() diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 9a3d87d1490..9b3ee2757fd 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -63,7 +63,7 @@ /obj/item/twohanded/kinetic_crusher/attack(mob/living/target, mob/living/carbon/user) if(!wielded) - to_chat(user, "[src] is too heavy to use with one hand. You fumble and drop everything.") + to_chat(user, "[src] is too heavy to use with one hand! You fumble and drop everything.") user.drop_all_held_items() return var/datum/status_effect/crusher_damage/C = target.has_status_effect(STATUS_EFFECT_CRUSHERDAMAGETRACKING) diff --git a/code/modules/mining/equipment/wormhole_jaunter.dm b/code/modules/mining/equipment/wormhole_jaunter.dm index aec8f90affe..c67b7de66a0 100644 --- a/code/modules/mining/equipment/wormhole_jaunter.dm +++ b/code/modules/mining/equipment/wormhole_jaunter.dm @@ -71,11 +71,11 @@ /obj/item/wormhole_jaunter/proc/chasm_react(mob/user) if(user.get_item_by_slot(SLOT_BELT) == src) - to_chat(user, "Your [name] activates, saving you from the chasm!") + to_chat(user, "Your [name] activates, saving you from the chasm!") SSblackbox.record_feedback("tally", "jaunter", 1, "Chasm") // chasm automatic activation activate(user, FALSE) else - to_chat(user, "[src] is not attached to your belt, preventing it from saving you from the chasm. RIP.") + to_chat(user, "[src] is not attached to your belt, preventing it from saving you from the chasm. RIP.") //jaunter tunnel /obj/effect/portal/jaunt_tunnel diff --git a/code/modules/mining/fulton.dm b/code/modules/mining/fulton.dm index 0c97f2212a0..55c73116d1e 100644 --- a/code/modules/mining/fulton.dm +++ b/code/modules/mining/fulton.dm @@ -25,7 +25,7 @@ GLOBAL_LIST_EMPTY(total_extraction_beacons) possible_beacons += EP if(!possible_beacons.len) - to_chat(user, "There are no extraction beacons in existence!") + to_chat(user, "There are no extraction beacons in existence!") return else @@ -36,7 +36,7 @@ GLOBAL_LIST_EMPTY(total_extraction_beacons) if(!A) return beacon = A - to_chat(user, "You link the extraction pack to the beacon system.") + to_chat(user, "You link the extraction pack to the beacon system.") /obj/item/extraction_pack/afterattack(atom/movable/A, mob/living/carbon/human/user, flag, params) . = ..() diff --git a/code/modules/mining/laborcamp/laborstacker.dm b/code/modules/mining/laborcamp/laborstacker.dm index 33cd119b580..c6520a485f5 100644 --- a/code/modules/mining/laborcamp/laborstacker.dm +++ b/code/modules/mining/laborcamp/laborstacker.dm @@ -10,7 +10,7 @@ GLOBAL_LIST(labor_sheet_values) density = FALSE ui_x = 450 ui_y = 475 - + var/obj/machinery/mineral/stacking_machine/laborstacker/stacking_machine = null var/machinedir = SOUTH var/obj/machinery/door/airlock/release_door @@ -82,18 +82,18 @@ GLOBAL_LIST(labor_sheet_values) stacking_machine.points = 0 to_chat(usr, "Points transferred.") else - to_chat(usr, "No valid id for point transfer detected.") + to_chat(usr, "No valid id for point transfer detected.") if("move_shuttle") if(!alone_in_area(get_area(src), usr)) - to_chat(usr, "Prisoners are only allowed to be released while alone.") + to_chat(usr, "Prisoners are only allowed to be released while alone.") else switch(SSshuttle.moveShuttle("laborcamp", "laborcamp_home", TRUE)) if(1) - to_chat(usr, "Shuttle not found.") + to_chat(usr, "Shuttle not found.") if(2) - to_chat(usr, "Shuttle already at station.") + to_chat(usr, "Shuttle already at station.") if(3) - to_chat(usr, "No permission to dock could be granted.") + to_chat(usr, "No permission to dock could be granted.") else if(!(obj_flags & EMAGGED)) Radio.set_frequency(FREQ_SECURITY) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 2fdc45476d2..673329049c9 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -344,7 +344,7 @@ /obj/item/warp_cube/attack_self(mob/user) if(!linked) - to_chat(user, "[src] fizzles uselessly.") + to_chat(user, "[src] fizzles uselessly.") return if(teleporting) return @@ -586,7 +586,7 @@ /obj/item/book_of_babel/attack_self(mob/user) if(!user.can_read(src)) return FALSE - to_chat(user, "You flip through the pages of the book, quickly and conveniently learning every language in existence. Somewhat less conveniently, the aging book crumbles to dust in the process. Whoops.") + to_chat(user, "You flip through the pages of the book, quickly and conveniently learning every language in existence. Somewhat less conveniently, the aging book crumbles to dust in the process. Whoops.") user.grant_all_languages(omnitongue=TRUE) new /obj/effect/decal/cleanable/ash(get_turf(user)) qdel(src) @@ -1054,11 +1054,11 @@ used = FALSE return if(!(isliving(choice))) - to_chat(user, "[choice] is already dead!") + to_chat(user, "[choice] is already dead!") used = FALSE return if(choice == user) - to_chat(user, "You feel like writing your own name into a cursed death warrant would be unwise.") + to_chat(user, "You feel like writing your own name into a cursed death warrant would be unwise.") used = FALSE return diff --git a/code/modules/mining/machine_redemption.dm b/code/modules/mining/machine_redemption.dm index c424fdd5d95..8be20583289 100644 --- a/code/modules/mining/machine_redemption.dm +++ b/code/modules/mining/machine_redemption.dm @@ -189,7 +189,7 @@ var/obj/item/stack/ore/O = W if(istype(O)) if(O.refined_type == null) - to_chat(user, "[O] has already been refined!") + to_chat(user, "[O] has already been refined!") return return ..() diff --git a/code/modules/mining/machine_vending.dm b/code/modules/mining/machine_vending.dm index 874172cfe91..a1c49cf761a 100644 --- a/code/modules/mining/machine_vending.dm +++ b/code/modules/mining/machine_vending.dm @@ -218,7 +218,7 @@ /obj/item/card/mining_point_card/examine(mob/user) ..() - to_chat(user, "There's [points] point\s on the card.") + to_chat(user, "There's [points] point\s on the card.") ///Conscript kit /obj/item/card/mining_access_card @@ -235,7 +235,7 @@ I.access |= ACCESS_MECH_MINING I.access |= ACCESS_MINERAL_STOREROOM I.access |= ACCESS_CARGO - to_chat(user, "You upgrade [I] with mining access.") + to_chat(user, "You upgrade [I] with mining access.") qdel(src) /obj/item/storage/backpack/duffelbag/mining_conscript diff --git a/code/modules/mob/dead/new_player/new_player.dm b/code/modules/mob/dead/new_player/new_player.dm index 26983aaf281..cc5c7d1adf1 100644 --- a/code/modules/mob/dead/new_player/new_player.dm +++ b/code/modules/mob/dead/new_player/new_player.dm @@ -123,7 +123,7 @@ if(href_list["late_join"]) if(!SSticker || !SSticker.IsRoundInProgress()) - to_chat(usr, "The round is either not ready, or has already finished...") + to_chat(usr, "The round is either not ready, or has already finished...") return if(href_list["late_join"] == "override") @@ -542,6 +542,6 @@ if(has_antags) log_admin("[src.ckey] just got booted back to lobby with no jobs, but antags enabled.") message_admins("[src.ckey] just got booted back to lobby with no jobs enabled, but antag rolling enabled. Likely antag rolling abuse.") - + return FALSE //This is the only case someone should actually be completely blocked from antag rolling as well return TRUE diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 4f31b680d37..cac7db45299 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -354,7 +354,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp return can_reenter_corpse = FALSE - to_chat(src, "You can no longer be brought back into your body.") + to_chat(src, "You can no longer be brought back into your body.") return TRUE /mob/dead/observer/proc/notify_cloning(message, sound, atom/source, flashwindow = TRUE) @@ -478,7 +478,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp A.forceMove(T) A.update_parallax_contents() else - to_chat(A, "This mob is not located in the game world.") + to_chat(A, "This mob is not located in the game world.") /mob/dead/observer/verb/change_view_range() set category = "Ghost" @@ -533,7 +533,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp set category = "Ghost" ghostvision = !(ghostvision) update_sight() - to_chat(usr, "You [(ghostvision?"now":"no longer")] have ghost vision.") + to_chat(usr, "You [(ghostvision?"now":"no longer")] have ghost vision.") /mob/dead/observer/verb/toggle_darkness() set name = "Toggle Darkness" diff --git a/code/modules/mob/living/bloodcrawl.dm b/code/modules/mob/living/bloodcrawl.dm index 2c28cc0b8c8..78648f6a2aa 100644 --- a/code/modules/mob/living/bloodcrawl.dm +++ b/code/modules/mob/living/bloodcrawl.dm @@ -91,7 +91,7 @@ return TRUE /mob/living/proc/bloodcrawl_consume(mob/living/victim) - to_chat(src, "You begin to feast on [victim]. You can not move while you are doing this.") + to_chat(src, "You begin to feast on [victim]... You can not move while you are doing this.") var/sound if(istype(src, /mob/living/simple_animal/slaughter)) diff --git a/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm b/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm index 0ab6785e710..79d0aeb3cef 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm @@ -76,7 +76,7 @@ Doesn't work on other aliens/AI.*/ /obj/effect/proc_holder/alien/plant/fire(mob/living/carbon/user) if(locate(/obj/structure/alien/weeds/node) in get_turf(user)) - to_chat(user, "There's already a weed node here.") + to_chat(user, "There's already a weed node here!") return 0 user.visible_message("[user] has planted some alien weeds!") new/obj/structure/alien/weeds/node(user.loc) @@ -137,7 +137,7 @@ Doesn't work on other aliens/AI.*/ M.adjustPlasma(amount) user.adjustPlasma(-amount) to_chat(M, "[user] has transferred [amount] plasma to you.") - to_chat(user, "You transfer [amount] plasma to [M]") + to_chat(user, "You transfer [amount] plasma to [M].") else to_chat(user, "You need to be closer!") return @@ -227,7 +227,7 @@ Doesn't work on other aliens/AI.*/ if(!isturf(U) || !isturf(T)) return FALSE - user.visible_message("[user] spits neurotoxin!", "You spit neurotoxin.") + user.visible_message("[user] spits neurotoxin!", "You spit neurotoxin.") var/obj/projectile/bullet/neurotoxin/A = new /obj/projectile/bullet/neurotoxin(user.loc) A.preparePixelProjectile(target, user, params) A.fire() @@ -267,7 +267,7 @@ Doesn't work on other aliens/AI.*/ /obj/effect/proc_holder/alien/resin/fire(mob/living/carbon/user) if(locate(/obj/structure/alien/resin) in user.loc) - to_chat(user, "There is already a resin structure there.") + to_chat(user, "There is already a resin structure there!") return FALSE if(!check_vent_block(user)) diff --git a/code/modules/mob/living/carbon/alien/humanoid/caste/drone.dm b/code/modules/mob/living/carbon/alien/humanoid/caste/drone.dm index 0caf814b6c6..51d4344c4ee 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/caste/drone.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/caste/drone.dm @@ -39,5 +39,5 @@ user.alien_evolve(new_xeno) return 1 else - to_chat(user, "We already have a living royal!") + to_chat(user, "We already have a living royal!") return 0 diff --git a/code/modules/mob/living/carbon/alien/humanoid/caste/praetorian.dm b/code/modules/mob/living/carbon/alien/humanoid/caste/praetorian.dm index 4ec57808380..bb6e22d7196 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/caste/praetorian.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/caste/praetorian.dm @@ -28,15 +28,15 @@ /obj/effect/proc_holder/alien/royal/praetorian/evolve/fire(mob/living/carbon/alien/humanoid/user) var/obj/item/organ/alien/hivenode/node = user.getorgan(/obj/item/organ/alien/hivenode) if(!node) //Just in case this particular Praetorian gets violated and kept by the RD as a replacement for Lamarr. - to_chat(user, "Without the hivemind, you would be unfit to rule as queen!") + to_chat(user, "Without the hivemind, you would be unfit to rule as queen!") return 0 if(node.recent_queen_death) - to_chat(user, "You are still too burdened with guilt to evolve into a queen.") + to_chat(user, "You are still too burdened with guilt to evolve into a queen.") return 0 if(!get_alien_type(/mob/living/carbon/alien/humanoid/royal/queen)) var/mob/living/carbon/alien/humanoid/royal/queen/new_xeno = new (user.loc) user.alien_evolve(new_xeno) return 1 else - to_chat(user, "We already have an alive queen.") + to_chat(user, "We already have an alive queen!") return 0 diff --git a/code/modules/mob/living/carbon/alien/special/alien_embryo.dm b/code/modules/mob/living/carbon/alien/special/alien_embryo.dm index af9a3ed062d..126342c19ab 100644 --- a/code/modules/mob/living/carbon/alien/special/alien_embryo.dm +++ b/code/modules/mob/living/carbon/alien/special/alien_embryo.dm @@ -10,9 +10,9 @@ /obj/item/organ/body_egg/alien_embryo/on_find(mob/living/finder) ..() if(stage < 4) - to_chat(finder, "It's small and weak, barely the size of a foetus.") + to_chat(finder, "It's small and weak, barely the size of a foetus.") else - to_chat(finder, "It's grown quite large, and writhes slightly as you look at it.") + to_chat(finder, "It's grown quite large, and writhes slightly as you look at it.") if(prob(10)) AttemptGrow(0) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 1a3f117370c..57002fc7f90 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -935,21 +935,21 @@ if(BP) BP.drop_limb() else - to_chat(usr, "[src] doesn't have such bodypart.") + to_chat(usr, "[src] doesn't have such bodypart.") if("add") if(BP) - to_chat(usr, "[src] already has such bodypart.") + to_chat(usr, "[src] already has such bodypart.") else if(!regenerate_limb(result)) - to_chat(usr, "[src] cannot have such bodypart.") + to_chat(usr, "[src] cannot have such bodypart.") if("augment") if(ishuman(src)) if(BP) BP.change_bodypart_status(BODYPART_ROBOTIC, TRUE, TRUE) else - to_chat(usr, "[src] doesn't have such bodypart.") + to_chat(usr, "[src] doesn't have such bodypart.") else - to_chat(usr, "Only humans can be augmented.") + to_chat(usr, "Only humans can be augmented.") admin_ticket_log("[key_name_admin(usr)] has modified the bodyparts of [src]") if(href_list[VV_HK_MAKE_AI]) if(!check_rights(R_SPAWN)) @@ -973,7 +973,7 @@ if(!usr) return if(QDELETED(src)) - to_chat(usr, "Mob doesn't exist anymore") + to_chat(usr, "Mob doesn't exist anymore.") return if(result) var/chosenart = artnames[result] diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index c6828306ce6..bfcdadfe32e 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -964,7 +964,7 @@ if(can_be_firemanned(target) && !incapacitated(FALSE, TRUE)) buckle_mob(target, TRUE, TRUE, 90, 1, 0) return - visible_message("[src] fails to fireman carry [target]!") + visible_message("[src] fails to fireman carry [target]!") else to_chat(src, "You can't fireman carry [target] while they're standing!") diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 28d9774d48a..eacc322d0ce 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -947,11 +947,11 @@ GLOBAL_LIST_EMPTY(roundstart_races) return FALSE if(!H.wear_suit.allowed) if(!disable_warning) - to_chat(H, "You somehow have a suit with no defined allowed items for suit storage, stop that.") + to_chat(H, "You somehow have a suit with no defined allowed items for suit storage, stop that.") return FALSE if(I.w_class > WEIGHT_CLASS_BULKY) if(!disable_warning) - to_chat(H, "The [I.name] is too big to attach.") //should be src? + to_chat(H, "The [I.name] is too big to attach!") //should be src? return FALSE if( istype(I, /obj/item/pda) || istype(I, /obj/item/pen) || is_type_in_list(I, H.wear_suit.allowed) ) return TRUE @@ -1876,7 +1876,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) if(H.stat || !(H.mobility_flags & MOBILITY_STAND)) return FALSE if(H.wear_suit && ((H.wear_suit.flags_inv & HIDEJUMPSUIT) && (!H.wear_suit.species_exception || !is_type_in_list(src, H.wear_suit.species_exception)))) //Jumpsuits have tail holes, so it makes sense they have wing holes too - to_chat(H, "Your suit blocks your wings from extending!") + to_chat(H, "Your suit blocks your wings from extending!") return FALSE var/turf/T = get_turf(H) if(!T) diff --git a/code/modules/mob/living/carbon/human/species_types/felinid.dm b/code/modules/mob/living/carbon/human/species_types/felinid.dm index 4f67fc433b5..aa0f747ee14 100644 --- a/code/modules/mob/living/carbon/human/species_types/felinid.dm +++ b/code/modules/mob/living/carbon/human/species_types/felinid.dm @@ -90,7 +90,7 @@ NT.Insert(H, drop_if_replaced = FALSE) else tail.Remove(H) - + /datum/species/human/felinid/handle_chemicals(datum/reagent/chem, mob/living/carbon/human/M) .=..() if(chem.type == /datum/reagent/consumable/coco || chem.type == /datum/reagent/consumable/hot_coco || chem.type ==/datum/reagent/consumable/milk/chocolate_milk) @@ -142,7 +142,7 @@ kitty_ears.Insert(H, TRUE, FALSE) //Gives nonhumans cat tail and ears kitty_tail.Insert(H, TRUE, FALSE) if(!silent) - to_chat(H, "Something is nya~t right.") + to_chat(H, "Something is nya~t right.") playsound(get_turf(H), 'sound/effects/meow1.ogg', 50, TRUE, -1) /proc/purrbation_remove(mob/living/carbon/human/H, silent = FALSE) @@ -163,4 +163,4 @@ var/obj/item/organ/new_ears = new target_species.mutantears new_ears.Insert(H, TRUE, FALSE) if(!silent) - to_chat(H, "You are no longer a cat.") + to_chat(H, "You are no longer a cat.") diff --git a/code/modules/mob/living/carbon/human/species_types/golems.dm b/code/modules/mob/living/carbon/human/species_types/golems.dm index 4a69db24183..b6a3bf70375 100644 --- a/code/modules/mob/living/carbon/human/species_types/golems.dm +++ b/code/modules/mob/living/carbon/human/species_types/golems.dm @@ -1013,7 +1013,7 @@ /datum/action/innate/bonechill/Activate() if(world.time < last_use + cooldown) - to_chat("You aren't ready yet to rattle your bones again") + to_chat("You aren't ready yet to rattle your bones again!") return owner.visible_message("[owner] rattles [owner.p_their()] bones harrowingly.", "You rattle your bones") last_use = world.time diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index a2153fd2341..e74af75843a 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -441,12 +441,12 @@ if(!can_run_emote(user, TRUE, intentional)) return FALSE if(is_banned_from(user.ckey, "Emote")) - to_chat(user, "You cannot send custom emotes (banned).") + to_chat(user, "You cannot send custom emotes (banned).") return FALSE else if(QDELETED(user)) return FALSE else if(user.client && user.client.prefs.muted & MUTE_IC) - to_chat(user, "You cannot send IC messages (muted).") + to_chat(user, "You cannot send IC messages (muted).") return FALSE else if(!params) var/custom_emote = copytext(sanitize(input("Choose an emote to display.") as text|null), 1, MAX_MESSAGE_LEN) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 6100ed5a43f..5869a412cd2 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -377,7 +377,7 @@ return FALSE if(!..()) return FALSE - visible_message("[src] points at [A].", "You point at [A].") + visible_message("[src] points at [A].", "You point at [A].") return TRUE /mob/living/verb/succumb(whispered as null) diff --git a/code/modules/mob/living/silicon/ai/life.dm b/code/modules/mob/living/silicon/ai/life.dm index 095107d76e0..d22b00361f9 100644 --- a/code/modules/mob/living/silicon/ai/life.dm +++ b/code/modules/mob/living/silicon/ai/life.dm @@ -98,7 +98,7 @@ /mob/living/silicon/ai/proc/start_RestorePowerRoutine() - to_chat(src, "Backup battery online. Scanners, camera, and radio interface offline. Beginning fault-detection.") + to_chat(src, "Backup battery online. Scanners, camera, and radio interface offline. Beginning fault-detection.") end_multicam() sleep(50) var/turf/T = get_turf(src) @@ -107,16 +107,16 @@ if(!isspaceturf(T)) ai_restore_power() return - to_chat(src, "Fault confirmed: missing external power. Shutting down main control system to save power.") + to_chat(src, "Fault confirmed: missing external power. Shutting down main control system to save power.") sleep(20) - to_chat(src, "Emergency control system online. Verifying connection to power network.") + to_chat(src, "Emergency control system online. Verifying connection to power network.") sleep(50) T = get_turf(src) if(isspaceturf(T)) - to_chat(src, "Unable to verify! No power connection detected!") + to_chat(src, "Unable to verify! No power connection detected!") aiRestorePowerRoutine = POWER_RESTORATION_SEARCH_APC return - to_chat(src, "Connection verified. Searching for APC in power network.") + to_chat(src, "Connection verified. Searching for APC in power network.") sleep(50) var/obj/machinery/power/apc/theAPC = null @@ -132,9 +132,9 @@ if (!theAPC) switch(PRP) if(1) - to_chat(src, "Unable to locate APC!") + to_chat(src, "Unable to locate APC!") else - to_chat(src, "Lost connection with the APC!") + to_chat(src, "Lost connection with the APC!") aiRestorePowerRoutine = POWER_RESTORATION_SEARCH_APC return if(AIarea.power_equip) @@ -143,15 +143,15 @@ return switch(PRP) if (1) - to_chat(src, "APC located. Optimizing route to APC to avoid needless power waste.") + to_chat(src, "APC located. Optimizing route to APC to avoid needless power waste.") if (2) - to_chat(src, "Best route identified. Hacking offline APC power port.") + to_chat(src, "Best route identified. Hacking offline APC power port.") if (3) - to_chat(src, "Power port upload access confirmed. Loading control program into APC power port software.") + to_chat(src, "Power port upload access confirmed. Loading control program into APC power port software.") if (4) - to_chat(src, "Transfer complete. Forcing APC to execute program.") + to_chat(src, "Transfer complete. Forcing APC to execute program.") sleep(50) - to_chat(src, "Receiving control information from APC.") + to_chat(src, "Receiving control information from APC.") sleep(2) apc_override = 1 theAPC.ui_interact(src, state = GLOB.conscious_state) @@ -163,9 +163,9 @@ /mob/living/silicon/ai/proc/ai_restore_power() if(aiRestorePowerRoutine) if(aiRestorePowerRoutine == POWER_RESTORATION_APC_FOUND) - to_chat(src, "Alert cancelled. Power has been restored.") + to_chat(src, "Alert cancelled. Power has been restored.") else - to_chat(src, "Alert cancelled. Power has been restored without our assistance.") + to_chat(src, "Alert cancelled. Power has been restored without our assistance.") aiRestorePowerRoutine = POWER_RESTORATION_OFF set_blindness(0) update_sight() @@ -175,7 +175,7 @@ aiRestorePowerRoutine = POWER_RESTORATION_START blind_eyes(1) update_sight() - to_chat(src, "You've lost power!") + to_chat(src, "You've lost power!") addtimer(CALLBACK(src, .proc/start_RestorePowerRoutine), 20) #undef POWER_RESTORATION_OFF diff --git a/code/modules/mob/living/silicon/ai/say.dm b/code/modules/mob/living/silicon/ai/say.dm index 2de1149c6e3..e736efd251c 100644 --- a/code/modules/mob/living/silicon/ai/say.dm +++ b/code/modules/mob/living/silicon/ai/say.dm @@ -52,7 +52,7 @@ send_speech(message, 7, T, "robot", message_language = language) to_chat(src, "Holopad transmitted, [real_name] \"[message]\"") else - to_chat(src, "No holopad connected.") + to_chat(src, "No holopad connected.") // Make sure that the code compiles with AI_VOX undefined diff --git a/code/modules/mob/living/silicon/pai/pai.dm b/code/modules/mob/living/silicon/pai/pai.dm index f38be6ee564..8d8defd47d3 100644 --- a/code/modules/mob/living/silicon/pai/pai.dm +++ b/code/modules/mob/living/silicon/pai/pai.dm @@ -294,4 +294,4 @@ else if(istype(W, /obj/item/encryptionkey)) pai.radio.attackby(W, user, params) else - to_chat(user, "Encryption Key ports not configured.") + to_chat(user, "Encryption Key ports not configured.") diff --git a/code/modules/mob/living/silicon/pai/pai_shell.dm b/code/modules/mob/living/silicon/pai/pai_shell.dm index 3e378c6183e..054d02c8aa2 100644 --- a/code/modules/mob/living/silicon/pai/pai_shell.dm +++ b/code/modules/mob/living/silicon/pai/pai_shell.dm @@ -75,7 +75,7 @@ return FALSE chassis = choice update_resting() - to_chat(src, "You switch your holochassis projection composite to [chassis]") + to_chat(src, "You switch your holochassis projection composite to [chassis].") /mob/living/silicon/pai/update_resting() . = ..() diff --git a/code/modules/mob/living/silicon/pai/software.dm b/code/modules/mob/living/silicon/pai/software.dm index 29ac366c522..f8fc65e24da 100644 --- a/code/modules/mob/living/silicon/pai/software.dm +++ b/code/modules/mob/living/silicon/pai/software.dm @@ -213,7 +213,7 @@ if(iscarbon(card.loc)) CheckDNA(card.loc, src) //you should only be able to check when directly in hand, muh immersions? else - to_chat(src, "You are not being carried by anyone!") + to_chat(src, "You are not being carried by anyone!") return 0 // FALSE ? If you return here you won't call paiinterface() below if("pdamessage") @@ -427,7 +427,7 @@ else to_chat(P, "DNA does not match stored Master DNA.") else - to_chat(P, "[M] does not seem like [M.p_theyre()] going to provide a DNA sample willingly.") + to_chat(P, "[M] does not seem like [M.p_theyre()] going to provide a DNA sample willingly.") // -=-=-=-= Software =-=-=-=-=- // diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 778c5ce81ce..fcd8aa6a7a5 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -393,7 +393,7 @@ else to_chat(user, "You need more cable to repair [src]!") else - to_chat(user, "The wires seem fine, there's no need to fix them.") + to_chat(user, "The wires seem fine, there's no need to fix them.") else if(W.tool_behaviour == TOOL_CROWBAR) // crowbar means open or close the cover if(opened) @@ -429,7 +429,7 @@ else if(W.tool_behaviour == TOOL_SCREWDRIVER && opened && !cell) // haxing wiresexposed = !wiresexposed - to_chat(user, "The wires have been [wiresexposed ? "exposed" : "unexposed"]") + to_chat(user, "The wires have been [wiresexposed ? "exposed" : "unexposed"].") update_icons() else if(W.tool_behaviour == TOOL_SCREWDRIVER && opened && cell) // radio @@ -698,7 +698,7 @@ //Some sort of magical "modulo" thing which somehow increments lamp power by 2, until it hits the max and resets to 0. lamp_intensity = (lamp_intensity+2) % (lamp_max+2) - to_chat(src, "[lamp_intensity ? "Headlamp power set to Level [lamp_intensity/2]" : "Headlamp disabled."]") + to_chat(src, "[lamp_intensity ? "Headlamp power set to Level [lamp_intensity/2]" : "Headlamp disabled"].") update_headlamp() /mob/living/silicon/robot/proc/update_headlamp(turn_off = 0, cooldown = 100) diff --git a/code/modules/mob/living/silicon/silicon.dm b/code/modules/mob/living/silicon/silicon.dm index 938d5c07fed..af71f611f3b 100644 --- a/code/modules/mob/living/silicon/silicon.dm +++ b/code/modules/mob/living/silicon/silicon.dm @@ -335,7 +335,7 @@ /mob/living/silicon/proc/set_autosay() //For allowing the AI and borgs to set the radio behavior of auto announcements (state laws, arrivals). if(!radio) - to_chat(src, "Radio not detected.") + to_chat(src, "Radio not detected.") return //Ask the user to pick a channel from what it has available. @@ -389,11 +389,11 @@ return sensors_on = !sensors_on if (!sensors_on) - to_chat(src, "Sensor overlay deactivated.") + to_chat(src, "Sensor overlay deactivated.") remove_sensors() return add_sensors() - to_chat(src, "Sensor overlay activated.") + to_chat(src, "Sensor overlay activated.") /mob/living/silicon/proc/GetPhoto(mob/user) if (aicamera) diff --git a/code/modules/mob/living/simple_animal/bot/bot.dm b/code/modules/mob/living/simple_animal/bot/bot.dm index a8637f9e0c4..84a821c214a 100644 --- a/code/modules/mob/living/simple_animal/bot/bot.dm +++ b/code/modules/mob/living/simple_animal/bot/bot.dm @@ -271,11 +271,11 @@ open = !open to_chat(user, "The maintenance panel is now [open ? "opened" : "closed"].") else - to_chat(user, "The maintenance panel is locked.") + to_chat(user, "The maintenance panel is locked!") else if(istype(W, /obj/item/card/id) || istype(W, /obj/item/pda)) if(bot_core.allowed(user) && !open && !emagged) locked = !locked - to_chat(user, "Controls are now [locked ? "locked." : "unlocked."]") + to_chat(user, "Controls are now [locked ? "locked" : "unlocked"].") else if(emagged) to_chat(user, "ERROR") @@ -829,7 +829,7 @@ Pass a positive integer as an argument to override a bot's default speed. bot_reset() if("ejectpai") if(paicard && (!locked || issilicon(usr) || IsAdminGhost(usr))) - to_chat(usr, "You eject [paicard] from [bot_name]") + to_chat(usr, "You eject [paicard] from [bot_name].") ejectpai(usr) update_controls() @@ -909,7 +909,7 @@ Pass a positive integer as an argument to override a bot's default speed. else to_chat(user, "The personality slot is locked.") else - to_chat(user, "[src] is not compatible with [card]") + to_chat(user, "[src] is not compatible with [card]!") /mob/living/simple_animal/bot/proc/ejectpai(mob/user = null, announce = 1) if(paicard) diff --git a/code/modules/mob/living/simple_animal/bot/construction.dm b/code/modules/mob/living/simple_animal/bot/construction.dm index 82d221b63a3..fe24fa7ced8 100644 --- a/code/modules/mob/living/simple_animal/bot/construction.dm +++ b/code/modules/mob/living/simple_animal/bot/construction.dm @@ -356,7 +356,7 @@ qdel(I) qdel(src) if(I.tool_behaviour == TOOL_WRENCH) - to_chat(user, "You adjust [src]'s arm slots to mount extra weapons") + to_chat(user, "You adjust [src]'s arm slots to mount extra weapons.") build_step ++ return if(istype(I, /obj/item/toy/sword)) @@ -416,7 +416,7 @@ build_step-- swordamt = 0 icon_state = initial(icon_state) - to_chat(user, "You unbolt [src]'s energy swords") + to_chat(user, "You unbolt [src]'s energy swords.") for(var/IS in 1 to swordamt) new /obj/item/melee/transforming/energy/sword/saber(Tsec) diff --git a/code/modules/mob/living/simple_animal/bot/mulebot.dm b/code/modules/mob/living/simple_animal/bot/mulebot.dm index b9040bc4bb5..abd71576072 100644 --- a/code/modules/mob/living/simple_animal/bot/mulebot.dm +++ b/code/modules/mob/living/simple_animal/bot/mulebot.dm @@ -319,13 +319,13 @@ /mob/living/simple_animal/bot/mulebot/proc/buzz(type) switch(type) if(SIGH) - audible_message("[src] makes a sighing buzz.", "You hear an electronic buzzing sound.") + audible_message("[src] makes a sighing buzz.", "You hear an electronic buzzing sound.") playsound(loc, 'sound/machines/buzz-sigh.ogg', 50, FALSE) if(ANNOYED) - audible_message("[src] makes an annoyed buzzing sound.", "You hear an electronic buzzing sound.") + audible_message("[src] makes an annoyed buzzing sound.", "You hear an electronic buzzing sound.") playsound(loc, 'sound/machines/buzz-two.ogg', 50, FALSE) if(DELIGHT) - audible_message("[src] makes a delighted ping!", "You hear a ping.") + audible_message("[src] makes a delighted ping!", "You hear a ping.") playsound(loc, 'sound/machines/ping.ogg', 50, FALSE) @@ -593,7 +593,7 @@ /mob/living/simple_animal/bot/mulebot/proc/at_target() if(!reached_target) radio_channel = RADIO_CHANNEL_SUPPLY //Supply channel - audible_message("[src] makes a chiming sound!", "You hear a chime.") + audible_message("[src] makes a chiming sound!", "You hear a chime.") playsound(loc, 'sound/machines/chime.ogg', 50, FALSE) reached_target = 1 diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index 3e633932872..4b686d72b3d 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -139,7 +139,7 @@ if (nofur) to_chat(user, "You can't shave this corgi, it doesn't have a fur coat!") return - user.visible_message("[user] starts to shave [src] using \the [O].", "You start to shave [src] using \the [O]...") + user.visible_message("[user] starts to shave [src] using \the [O].", "You start to shave [src] using \the [O]...") if(do_after(user, 50, target = src)) user.visible_message("[user] shaves [src]'s hair using \the [O].") playsound(loc, 'sound/items/welder2.ogg', 20, TRUE) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index 28f9fd8ef8b..a715e9d9dea 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -863,7 +863,7 @@ else melee_damage_upper = parrot_damage_upper a_intent = INTENT_HARM - to_chat(src, "You will now [a_intent] others.") + to_chat(src, "You will now [a_intent] others.") return /* diff --git a/code/modules/mob/transform_procs.dm b/code/modules/mob/transform_procs.dm index 24d0d0f19f1..59272c23416 100644 --- a/code/modules/mob/transform_procs.dm +++ b/code/modules/mob/transform_procs.dm @@ -576,7 +576,7 @@ new_mob.a_intent = INTENT_HARM - to_chat(new_mob, "You suddenly feel more... animalistic.") + to_chat(new_mob, "You suddenly feel more... animalistic.") . = new_mob qdel(src) @@ -593,7 +593,7 @@ new_mob.key = key new_mob.a_intent = INTENT_HARM - to_chat(new_mob, "You feel more... animalistic") + to_chat(new_mob, "You feel more... animalistic.") . = new_mob qdel(src) diff --git a/code/modules/modular_computers/hardware/printer.dm b/code/modules/modular_computers/hardware/printer.dm index 0dee195ec07..d3086a7168c 100644 --- a/code/modules/modular_computers/hardware/printer.dm +++ b/code/modules/modular_computers/hardware/printer.dm @@ -10,7 +10,7 @@ /obj/item/computer_hardware/printer/diagnostics(mob/living/user) ..() - to_chat(user, "Paper level: [stored_paper]/[max_paper].") + to_chat(user, "Paper level: [stored_paper]/[max_paper].") /obj/item/computer_hardware/printer/examine(mob/user) . = ..() diff --git a/code/modules/ninja/suit/gloves.dm b/code/modules/ninja/suit/gloves.dm index 4a265dae7ee..de876ecbed5 100644 --- a/code/modules/ninja/suit/gloves.dm +++ b/code/modules/ninja/suit/gloves.dm @@ -72,7 +72,7 @@ /obj/item/clothing/gloves/space_ninja/proc/toggledrain() var/mob/living/carbon/human/U = loc - to_chat(U, "You [candrain?"disable":"enable"] special interaction.") + to_chat(U, "You [candrain?"disable":"enable"] special interaction.") candrain=!candrain /obj/item/clothing/gloves/space_ninja/examine(mob/user) diff --git a/code/modules/ninja/suit/suit_attackby.dm b/code/modules/ninja/suit/suit_attackby.dm index 7300f22f9b8..16f441a8095 100644 --- a/code/modules/ninja/suit/suit_attackby.dm +++ b/code/modules/ninja/suit/suit_attackby.dm @@ -40,7 +40,7 @@ var/obj/item/disk/tech_disk/TD = I var/has_research = 0 if(has_research)//If it has something on it. - to_chat(U, "Research information detected, processing...") + to_chat(U, "Research information detected, processing...") if(do_after(U,s_delay, target = src)) TD.stored_research.copy_research_to(stored_research) to_chat(U, "Data analyzed and updated. Disk erased.") diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 4112f730d9c..d84a639f4d1 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -134,10 +134,10 @@ if(QDELETED(O) || !user.canUseTopic(O, BE_CLOSE)) return if(oldname == input) - to_chat(user, "You changed \the [O.name] to... well... \the [O.name].") + to_chat(user, "You changed \the [O.name] to... well... \the [O.name].") else O.name = input - to_chat(user, "\The [oldname] has been successfully been renamed to \the [input].") + to_chat(user, "\The [oldname] has been successfully been renamed to \the [input].") O.renamedByPlayer = TRUE if(penchoice == "Change description") @@ -145,7 +145,7 @@ if(QDELETED(O) || !user.canUseTopic(O, BE_CLOSE)) return O.desc = input - to_chat(user, "You have successfully changed \the [O.name]'s description.") + to_chat(user, "You have successfully changed \the [O.name]'s description.") /* * Sleepypens diff --git a/code/modules/paperwork/ticketmachine.dm b/code/modules/paperwork/ticketmachine.dm index ce3cebb9cc8..c7f753b287f 100644 --- a/code/modules/paperwork/ticketmachine.dm +++ b/code/modules/paperwork/ticketmachine.dm @@ -163,13 +163,13 @@ /obj/machinery/ticket_machine/attack_hand(mob/living/carbon/user) . = ..() if(!ready) - to_chat(user,"You press the button, but nothing happens...") + to_chat(user,"You press the button, but nothing happens...") return if(ticket_number >= max_number) - to_chat(user,"Ticket supply depleted, please refill this unit with a hand labeller refill cartridge!") + to_chat(user,"Ticket supply depleted, please refill this unit with a hand labeller refill cartridge!") return if((user in ticket_holders) && !(obj_flags & EMAGGED)) - to_chat(user, "You already have a ticket!") + to_chat(user, "You already have a ticket!") return playsound(src, 'sound/machines/terminal_insert_disc.ogg', 100, FALSE) ticket_number ++ diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index b717b654b63..1557556a990 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -520,7 +520,7 @@ return else panel_open = !panel_open - to_chat(user, "The wires have been [panel_open ? "exposed" : "unexposed"]") + to_chat(user, "The wires have been [panel_open ? "exposed" : "unexposed"].") update_icon() /obj/machinery/power/apc/wirecutter_act(mob/living/user, obj/item/W) @@ -654,7 +654,7 @@ return else if (istype(W, /obj/item/wallframe/apc) && opened) if (!(stat & BROKEN || opened==APC_COVER_REMOVED || obj_integrity < max_integrity)) // There is nothing to repair - to_chat(user, "You found no reason for repairing this APC") + to_chat(user, "You found no reason for repairing this APC!") return if (!(stat & BROKEN) && opened==APC_COVER_REMOVED) // Cover is the only thing broken, we do not need to remove elctronicks to replace cover user.visible_message("[user.name] replaces missing APC's cover.", \ @@ -967,7 +967,7 @@ if("lock") if(usr.has_unlimited_silicon_privilege) if((obj_flags & EMAGGED) || (stat & (BROKEN|MAINT))) - to_chat(usr, "The APC does not respond to the command.") + to_chat(usr, "The APC does not respond to the command!") else locked = !locked update_icon() @@ -1042,9 +1042,9 @@ if(get_malf_status(malf) != 1) return if(malf.malfhacking) - to_chat(malf, "You are already hacking an APC.") + to_chat(malf, "You are already hacking an APC!") return - to_chat(malf, "Beginning override of APC systems. This takes some time, and you cannot perform other actions during the process.") + to_chat(malf, "Beginning override of APC systems. This takes some time, and you cannot perform other actions during the process.") malf.malfhack = src malf.malfhacking = addtimer(CALLBACK(malf, /mob/living/silicon/ai/.proc/malfhacked, src), 600, TIMER_STOPPABLE) diff --git a/code/modules/power/floodlight.dm b/code/modules/power/floodlight.dm index 8f160d3da66..68a417c2804 100644 --- a/code/modules/power/floodlight.dm +++ b/code/modules/power/floodlight.dm @@ -80,7 +80,7 @@ if(4) setting_text = "high power" if(user) - to_chat(user, "You set [src] to [setting_text].") + to_chat(user, "You set [src] to [setting_text].") /obj/machinery/power/floodlight/attackby(obj/item/O, mob/user, params) if(O.tool_behaviour == TOOL_WRENCH) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 2a1528dd63e..01d7f0f693c 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -624,7 +624,7 @@ add_fingerprint(user) if(status == LIGHT_EMPTY) - to_chat(user, "There is no [fitting] in this light.") + to_chat(user, "There is no [fitting] in this light!") return // make it burn hands unless you're wearing heat insulated gloves or have the RESISTHEAT/RESISTHEATHANDS traits @@ -691,7 +691,7 @@ /obj/machinery/light/attack_tk(mob/user) if(status == LIGHT_EMPTY) - to_chat(user, "There is no [fitting] in this light.") + to_chat(user, "There is no [fitting] in this light!") return to_chat(user, "You telekinetically remove the light [fitting].") diff --git a/code/modules/power/singularity/emitter.dm b/code/modules/power/singularity/emitter.dm index 0fe97ea5ea5..ea32eca6066 100644 --- a/code/modules/power/singularity/emitter.dm +++ b/code/modules/power/singularity/emitter.dm @@ -255,7 +255,7 @@ /obj/machinery/power/emitter/welder_act(mob/living/user, obj/item/I) . = ..() if(active) - to_chat(user, "Turn \the [src] off first.") + to_chat(user, "Turn \the [src] off first!") return TRUE switch(state) diff --git a/code/modules/projectiles/guns/ballistic/rifle.dm b/code/modules/projectiles/guns/ballistic/rifle.dm index 43c93b8a166..ddc576ac5b4 100644 --- a/code/modules/projectiles/guns/ballistic/rifle.dm +++ b/code/modules/projectiles/guns/ballistic/rifle.dm @@ -21,7 +21,7 @@ obj/item/gun/ballistic/rifle/update_icon() obj/item/gun/ballistic/rifle/rack(mob/user = null) if (bolt_locked == FALSE) - to_chat(user, "You open the bolt of \the [src]") + to_chat(user, "You open the bolt of \the [src].") playsound(src, rack_sound, rack_sound_volume, rack_sound_vary) process_chamber(FALSE, FALSE, FALSE) bolt_locked = TRUE diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 29f0c73ac4b..617ef3bd8eb 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -100,9 +100,9 @@ alternate_magazine = current_mag toggled = !toggled if(toggled) - to_chat(user, "You switch to tube B.") + to_chat(user, "You switch to tube B.") else - to_chat(user, "You switch to tube A.") + to_chat(user, "You switch to tube A.") /obj/item/gun/ballistic/shotgun/automatic/dual_tube/AltClick(mob/living/user) if(!istype(user) || !user.canUseTopic(src, BE_CLOSE, ismonkey(user))) diff --git a/code/modules/projectiles/projectile/magic.dm b/code/modules/projectiles/projectile/magic.dm index b625e1f6142..1a18f8bfbbb 100644 --- a/code/modules/projectiles/projectile/magic.dm +++ b/code/modules/projectiles/projectile/magic.dm @@ -579,7 +579,7 @@ return if(LAZYLEN(candidates)) var/mob/dead/observer/C = pick(candidates) - to_chat(M, "You have been noticed by a ghost, and it has possessed you!") + to_chat(M, "You have been noticed by a ghost, and it has possessed you!") var/oldkey = M.key M.ghostize(0) M.key = C.key diff --git a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index 36de6a0ba0c..0dd0b95f5fa 100644 --- a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -1120,11 +1120,11 @@ if(prob(50)) M.losebreath++ if(prob(20)) - to_chat(M, "You have a sudden fit!") + to_chat(M, "You have a sudden fit!") M.emote("moan") M.Paralyze(20, 1, 0) // you should be in a bad spot at this point unless epipen has been used if(81) - to_chat(M, "You feel too exhausted to continue!") // at this point you will eventually die unless you get charcoal + to_chat(M, "You feel too exhausted to continue!") // at this point you will eventually die unless you get charcoal M.adjustOxyLoss(0.1*REM, 0) M.adjustStaminaLoss(0.1*REM, 0) if(82 to INFINITY) diff --git a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm index f4f338a1df8..c57565885a0 100644 --- a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm @@ -390,7 +390,7 @@ M.emote("sneeze") if(4) if(prob(75)) - to_chat(M, "You scratch at an itch.") + to_chat(M, "You scratch at an itch.") M.adjustBruteLoss(2*REM, 0) . = 1 ..() @@ -467,7 +467,7 @@ if(prob(5)) M.losebreath += 1 if(prob(8)) - to_chat(M, "You feel horrendously weak!") + to_chat(M, "You feel horrendously weak!") M.Stun(40, 0) M.adjustToxLoss(2*REM, 0) return ..() @@ -496,15 +496,15 @@ /datum/reagent/toxin/itching_powder/on_mob_life(mob/living/carbon/M) if(prob(15)) - to_chat(M, "You scratch at your head.") + to_chat(M, "You scratch at your head.") M.adjustBruteLoss(0.2*REM, 0) . = 1 if(prob(15)) - to_chat(M, "You scratch at your leg.") + to_chat(M, "You scratch at your leg.") M.adjustBruteLoss(0.2*REM, 0) . = 1 if(prob(15)) - to_chat(M, "You scratch at your arm.") + to_chat(M, "You scratch at your arm.") M.adjustBruteLoss(0.2*REM, 0) . = 1 if(prob(3)) diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index 390efb78498..55c5ce94003 100755 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -426,7 +426,7 @@ if(grinded) grinded.forceMove(drop_location()) grinded = null - to_chat(user, "You eject the item inside.") + to_chat(user, "You eject the item inside.") /obj/item/reagent_containers/glass/mortar/attackby(obj/item/I, mob/living/carbon/human/user) ..() diff --git a/code/modules/research/nanites/nanite_chamber_computer.dm b/code/modules/research/nanites/nanite_chamber_computer.dm index 58fe2e61ce6..03d25d0354d 100644 --- a/code/modules/research/nanites/nanite_chamber_computer.dm +++ b/code/modules/research/nanites/nanite_chamber_computer.dm @@ -18,7 +18,7 @@ if(disk) eject(user) if(user.transferItemToLoc(N, src)) - to_chat(user, "You insert [N] into [src]") + to_chat(user, "You insert [N] into [src].") playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, FALSE) disk = N else diff --git a/code/modules/research/nanites/nanite_cloud_controller.dm b/code/modules/research/nanites/nanite_cloud_controller.dm index f7b02cfdef8..a7cfdd846ae 100644 --- a/code/modules/research/nanites/nanite_cloud_controller.dm +++ b/code/modules/research/nanites/nanite_cloud_controller.dm @@ -6,7 +6,7 @@ circuit = /obj/item/circuitboard/computer/nanite_cloud_controller ui_x = 600 ui_y = 800 - + var/obj/item/disk/nanite_program/disk var/list/datum/nanite_cloud_backup/cloud_backups = list() var/current_view = 0 //0 is the main menu, any other number is the page of the backup with that ID @@ -22,7 +22,7 @@ if(disk) eject(user) if(user.transferItemToLoc(N, src)) - to_chat(user, "You insert [N] into [src]") + to_chat(user, "You insert [N] into [src].") playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, FALSE) disk = N else diff --git a/code/modules/research/nanites/nanite_hijacker.dm b/code/modules/research/nanites/nanite_hijacker.dm index c4082502b98..43b9747c95d 100644 --- a/code/modules/research/nanites/nanite_hijacker.dm +++ b/code/modules/research/nanites/nanite_hijacker.dm @@ -26,7 +26,7 @@ if(disk) eject() if(user.transferItemToLoc(N, src)) - to_chat(user, "You insert [N] into [src]") + to_chat(user, "You insert [N] into [src].") disk = N program = N.program else diff --git a/code/modules/research/nanites/nanite_program_hub.dm b/code/modules/research/nanites/nanite_program_hub.dm index 018b0645d6d..024910e7211 100644 --- a/code/modules/research/nanites/nanite_program_hub.dm +++ b/code/modules/research/nanites/nanite_program_hub.dm @@ -33,7 +33,7 @@ if(disk) eject(user) if(user.transferItemToLoc(N, src)) - to_chat(user, "You insert [N] into [src]") + to_chat(user, "You insert [N] into [src].") playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, FALSE) disk = N else diff --git a/code/modules/research/xenobiology/crossbreeding/_clothing.dm b/code/modules/research/xenobiology/crossbreeding/_clothing.dm index baaeeec96a5..93d7761d033 100644 --- a/code/modules/research/xenobiology/crossbreeding/_clothing.dm +++ b/code/modules/research/xenobiology/crossbreeding/_clothing.dm @@ -58,7 +58,7 @@ Slimecrossing Armor set_light(5) /obj/structure/light_prism/attack_hand(mob/user) - to_chat(user, "You dispel [src]") + to_chat(user, "You dispel [src].") qdel(src) /datum/action/item_action/change_prism_colour diff --git a/code/modules/research/xenobiology/crossbreeding/_status_effects.dm b/code/modules/research/xenobiology/crossbreeding/_status_effects.dm index 8cfda0bf7e4..2c4955a70bb 100644 --- a/code/modules/research/xenobiology/crossbreeding/_status_effects.dm +++ b/code/modules/research/xenobiology/crossbreeding/_status_effects.dm @@ -462,7 +462,7 @@ datum/status_effect/rebreathing/tick() /datum/status_effect/stabilized/grey/tick() for(var/mob/living/simple_animal/slime/S in range(1, get_turf(owner))) if(!(owner in S.Friends)) - to_chat(owner, "[linked_extract] pulses gently as it communicates with [S]") + to_chat(owner, "[linked_extract] pulses gently as it communicates with [S].") S.Friends[owner] = 1 return ..() diff --git a/code/modules/research/xenobiology/crossbreeding/consuming.dm b/code/modules/research/xenobiology/crossbreeding/consuming.dm index 742ea869872..8edf2737119 100644 --- a/code/modules/research/xenobiology/crossbreeding/consuming.dm +++ b/code/modules/research/xenobiology/crossbreeding/consuming.dm @@ -73,7 +73,7 @@ Consuming extracts: var/mob/living/carbon/human/H = M if(!istype(H) || !HAS_TRAIT(H, TRAIT_AGEUSIA)) - to_chat(M, "Tastes like [taste].") + to_chat(M, "Tastes like [taste].") playsound(get_turf(M), 'sound/items/eatfood.ogg', 20, TRUE) if(nutrition) M.reagents.add_reagent(/datum/reagent/consumable/nutriment,nutrition) diff --git a/code/modules/ruins/lavaland_ruin_code.dm b/code/modules/ruins/lavaland_ruin_code.dm index bf9482c1729..4f16b64c58c 100644 --- a/code/modules/ruins/lavaland_ruin_code.dm +++ b/code/modules/ruins/lavaland_ruin_code.dm @@ -94,7 +94,7 @@ var/species = golem_shell_species_types[O.merge_type] if(species) if(O.use(10)) - to_chat(user, "You finish up the golem shell with ten sheets of [O].") + to_chat(user, "You finish up the golem shell with ten sheets of [O].") new shell_type(get_turf(src), species, user) qdel(src) else diff --git a/code/modules/shuttle/assault_pod.dm b/code/modules/shuttle/assault_pod.dm index 54b0acbb2e8..30e3a0ea70c 100644 --- a/code/modules/shuttle/assault_pod.dm +++ b/code/modules/shuttle/assault_pod.dm @@ -58,6 +58,6 @@ if(S.shuttleId == shuttle_id) S.possible_destinations = "[landing_zone.id]" - to_chat(user, "Landing zone set.") + to_chat(user, "Landing zone set.") qdel(src) diff --git a/code/modules/shuttle/navigation_computer.dm b/code/modules/shuttle/navigation_computer.dm index d0a4cb28442..5f4b7143626 100644 --- a/code/modules/shuttle/navigation_computer.dm +++ b/code/modules/shuttle/navigation_computer.dm @@ -130,7 +130,7 @@ if(landing_clear != SHUTTLE_DOCKER_LANDING_CLEAR) switch(landing_clear) if(SHUTTLE_DOCKER_BLOCKED) - to_chat(current_user, "Invalid transit location") + to_chat(current_user, "Invalid transit location.") if(SHUTTLE_DOCKER_BLOCKED_BY_HIDDEN_PORT) to_chat(current_user, "Unknown object detected in landing zone. Please designate another location.") return @@ -170,7 +170,7 @@ if(current_user.client) current_user.client.images += the_eye.placed_images - to_chat(current_user, "Transit location designated") + to_chat(current_user, "Transit location designated.") return TRUE /obj/machinery/computer/camera_advanced/shuttle_docker/proc/canDesignateTarget() @@ -362,7 +362,7 @@ if(T) playsound(console, 'sound/machines/terminal_prompt_confirm.ogg', 25, FALSE) remote_eye.setLoc(T) - to_chat(target, "Jumped to [selected]") + to_chat(target, "Jumped to [selected].") C.overlay_fullscreen("flash", /obj/screen/fullscreen/flash/static) C.clear_fullscreen("flash", 3) else diff --git a/code/modules/spells/spell_types/area_teleport.dm b/code/modules/spells/spell_types/area_teleport.dm index cb54b833ab4..a2d60b2f9fd 100644 --- a/code/modules/spells/spell_types/area_teleport.dm +++ b/code/modules/spells/spell_types/area_teleport.dm @@ -49,7 +49,7 @@ L+=T if(!L.len) - to_chat(usr, "The spell matrix was unable to locate a suitable teleport destination for an unknown reason. Sorry.") + to_chat(usr, "The spell matrix was unable to locate a suitable teleport destination for an unknown reason. Sorry.") return if(target && target.buckled) diff --git a/code/modules/station_goals/dna_vault.dm b/code/modules/station_goals/dna_vault.dm index c1cd8725f98..dbd044523e3 100644 --- a/code/modules/station_goals/dna_vault.dm +++ b/code/modules/station_goals/dna_vault.dm @@ -87,7 +87,7 @@ if(!H.myseed) return if(!H.harvest)// So it's bit harder. - to_chat(user, "Plant needs to be ready to harvest to perform full data scan.") //Because space dna is actually magic + to_chat(user, "Plant needs to be ready to harvest to perform full data scan.") //Because space dna is actually magic return if(plants[H.myseed.type]) to_chat(user, "Plant data already present in local storage.") @@ -101,10 +101,10 @@ if(isanimal(target)) var/mob/living/simple_animal/A = target if(!A.healable)//simple approximation of being animal not a robot or similar - to_chat(user, "No compatible DNA detected") + to_chat(user, "No compatible DNA detected.") return if(animals[target.type]) - to_chat(user, "Animal data already present in local storage.") + to_chat(user, "Animal data already present in local storage.") return animals[target.type] = 1 to_chat(user, "Animal data added to local storage.") diff --git a/code/modules/surgery/advanced/brainwashing.dm b/code/modules/surgery/advanced/brainwashing.dm index 0a607d9bffe..2d06f98cd6c 100644 --- a/code/modules/surgery/advanced/brainwashing.dm +++ b/code/modules/surgery/advanced/brainwashing.dm @@ -62,5 +62,5 @@ "[user] completes the surgery on [target]'s brain.") target.adjustOrganLoss(ORGAN_SLOT_BRAIN, 40) else - user.visible_message("[user] suddenly notices that the brain [user.p_they()] [user.p_were()] working on is not there anymore.", "You suddenly notice that the brain you were working on is not there anymore.") + user.visible_message("[user] suddenly notices that the brain [user.p_they()] [user.p_were()] working on is not there anymore.", "You suddenly notice that the brain you were working on is not there anymore.") return FALSE diff --git a/code/modules/surgery/advanced/lobotomy.dm b/code/modules/surgery/advanced/lobotomy.dm index b2a5e3f4f78..5b4e96ba6ec 100644 --- a/code/modules/surgery/advanced/lobotomy.dm +++ b/code/modules/surgery/advanced/lobotomy.dm @@ -68,5 +68,5 @@ if(3) target.gain_trauma_type(BRAIN_TRAUMA_SPECIAL, TRAUMA_RESILIENCE_MAGIC) else - user.visible_message("[user] suddenly notices that the brain [user.p_they()] [user.p_were()] working on is not there anymore.", "You suddenly notice that the brain you were working on is not there anymore.") + user.visible_message("[user] suddenly notices that the brain [user.p_they()] [user.p_were()] working on is not there anymore.", "You suddenly notice that the brain you were working on is not there anymore.") return FALSE diff --git a/code/modules/surgery/brain_surgery.dm b/code/modules/surgery/brain_surgery.dm index 57090ef3baa..ca94fe41c73 100644 --- a/code/modules/surgery/brain_surgery.dm +++ b/code/modules/surgery/brain_surgery.dm @@ -46,5 +46,5 @@ target.adjustOrganLoss(ORGAN_SLOT_BRAIN, 60) target.gain_trauma_type(BRAIN_TRAUMA_SEVERE, TRAUMA_RESILIENCE_LOBOTOMY) else - user.visible_message("[user] suddenly notices that the brain [user.p_they()] [user.p_were()] working on is not there anymore.", "You suddenly notice that the brain you were working on is not there anymore.") + user.visible_message("[user] suddenly notices that the brain [user.p_they()] [user.p_were()] working on is not there anymore.", "You suddenly notice that the brain you were working on is not there anymore.") return FALSE diff --git a/code/modules/surgery/eye_surgery.dm b/code/modules/surgery/eye_surgery.dm index 2278707a449..eb91757c8b8 100644 --- a/code/modules/surgery/eye_surgery.dm +++ b/code/modules/surgery/eye_surgery.dm @@ -14,7 +14,7 @@ /datum/surgery/eye_surgery/can_start(mob/user, mob/living/carbon/target) var/obj/item/organ/eyes/E = target.getorganslot(ORGAN_SLOT_EYES) if(!E) - to_chat(user, "It's hard to do surgery on someone's eyes when [target.p_they()] [target.p_do()]n't have any.") + to_chat(user, "It's hard to do surgery on someone's eyes when [target.p_they()] [target.p_do()]n't have any.") return FALSE return TRUE diff --git a/code/modules/surgery/hepatectomy.dm b/code/modules/surgery/hepatectomy.dm index cbefba3c0fa..6f78d393cee 100644 --- a/code/modules/surgery/hepatectomy.dm +++ b/code/modules/surgery/hepatectomy.dm @@ -34,13 +34,13 @@ var/mob/living/carbon/human/H = target H.setOrganLoss(ORGAN_SLOT_LIVER, 10) //not bad, not great display_results(user, target, "You successfully remove the damaged part of [target]'s liver.", - "[user] successfullly removes the damaged part of [target]'s liver.", - "[user] successfullly removes the damaged part of [target]'s liver.") + "[user] successfully removes the damaged part of [target]'s liver.", + "[user] successfully removes the damaged part of [target]'s liver.") return TRUE /datum/surgery_step/hepatectomy/failure(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery) var/mob/living/carbon/human/H = target H.adjustOrganLoss(ORGAN_SLOT_LIVER, 15) display_results(user, target, "You cut the wrong part of [target]'s liver!", - "[user] cuts the wrong part of [target]'s liver!", - "[user] cuts the wrong part of [target]'s liver!") + "[user] cuts the wrong part of [target]'s liver!", + "[user] cuts the wrong part of [target]'s liver!") diff --git a/code/modules/surgery/tools.dm b/code/modules/surgery/tools.dm index 97a0d7c7bb6..042290f9997 100644 --- a/code/modules/surgery/tools.dm +++ b/code/modules/surgery/tools.dm @@ -180,10 +180,10 @@ if(!proximity) return if(contents.len) - to_chat(user, "[src] already has something inside it.") + to_chat(user, "[src] already has something inside it!") return if(!isorgan(I) && !isbodypart(I)) - to_chat(user, "[src] can only hold body parts!") + to_chat(user, "[src] can only hold body parts!") return user.visible_message("[user] puts [I] into [src].", "You put [I] inside [src].") @@ -211,7 +211,7 @@ icon_state = "evidenceobj" desc = "A container for holding body parts." else - to_chat(user, "[src] is empty.") + to_chat(user, "[src] is empty.") return /obj/item/surgical_processor //allows medical cyborgs to scan and initiate advanced surgeries diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 4e4d65eb6ff..3f7a01d7e4d 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -125,9 +125,9 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) if(ishuman(user) && istype(A, /obj/item)) var/mob/living/carbon/human/H = user if(H.put_in_hands(A)) - to_chat(H, "[A] materializes into your hands!") + to_chat(H, "[A] materializes into your hands!") return A - to_chat(user, "[A] materializes onto the floor.") + to_chat(user, "[A] materializes onto the floor!") return A //Discounts (dynamically filled above) diff --git a/code/modules/vehicles/cars/car.dm b/code/modules/vehicles/cars/car.dm index 66cedbb6e06..db90ded7411 100644 --- a/code/modules/vehicles/cars/car.dm +++ b/code/modules/vehicles/cars/car.dm @@ -46,7 +46,7 @@ to_chat(user, "You push against the back of \the [src]'s trunk to try and get out.") if(!do_after(user, escape_time, target = src)) return FALSE - to_chat(user,"[user] gets out of [src]") + to_chat(user,"[user] gets out of [src].") mob_exit(M, silent) return TRUE mob_exit(M, silent) diff --git a/code/modules/vehicles/lavaboat.dm b/code/modules/vehicles/lavaboat.dm index 0944ee76041..89b0a5c7bc6 100644 --- a/code/modules/vehicles/lavaboat.dm +++ b/code/modules/vehicles/lavaboat.dm @@ -54,7 +54,7 @@ icon_state = "ship_bottle" /obj/item/ship_in_a_bottle/attack_self(mob/user) - to_chat(user, "You're not sure how they get the ships in these things, but you're pretty sure you know how to get it out.") + to_chat(user, "You're not sure how they get the ships in these things, but you're pretty sure you know how to get it out.") playsound(user.loc, 'sound/effects/glassbr1.ogg', 100, TRUE) new /obj/vehicle/ridden/lavaboat/dragon(get_turf(src)) qdel(src) diff --git a/code/modules/vending/_vending.dm b/code/modules/vending/_vending.dm index 28edb2f7ea4..89a37708880 100644 --- a/code/modules/vending/_vending.dm +++ b/code/modules/vending/_vending.dm @@ -482,7 +482,7 @@ GLOBAL_LIST_EMPTY(vending_products) else display_parts(user) if(moved) - to_chat(user, "[moved] items restocked.") + to_chat(user, "[moved] items restocked.") W.play_rped_sound() return TRUE