From 6bbb64e2cf1b94eab7d5bab308f4b7a54e8f2469 Mon Sep 17 00:00:00 2001 From: kingofkosmos Date: Tue, 25 Jun 2019 21:46:21 +0300 Subject: [PATCH] * more warnings --- code/game/machinery/computer/dna_console.dm | 2 +- code/game/objects/items.dm | 4 ++-- code/game/objects/items/devices/flashlight.dm | 6 +++--- code/game/objects/structures/kitchen_spike.dm | 2 +- .../antagonists/changeling/powers/mutations.dm | 6 +++--- code/modules/antagonists/cult/blood_magic.dm | 2 +- code/modules/antagonists/cult/runes.dm | 2 +- .../modules/antagonists/disease/disease_mob.dm | 2 +- .../machinery/components/unary_devices/cryo.dm | 4 ++-- .../machinery/portable/canister.dm | 2 +- code/modules/food_and_drinks/pizzabox.dm | 2 +- code/modules/games/cas.dm | 2 +- code/modules/keybindings/bindings_human.dm | 18 +++++++++--------- .../carbon/alien/humanoid/caste/drone.dm | 4 ++-- .../mob/living/carbon/alien/larva/powers.dm | 4 ++-- code/modules/mob/living/carbon/human/human.dm | 8 ++++---- .../modules/mob/living/carbon/human/species.dm | 4 ++-- code/modules/mob/mob.dm | 2 +- code/modules/ninja/suit/suit_initialisation.dm | 2 +- code/modules/paperwork/paper_cutter.dm | 2 +- code/modules/power/lighting.dm | 2 +- .../reagents/reagent_containers/dropper.dm | 2 +- code/modules/recycling/conveyor2.dm | 2 +- .../research/xenobiology/xenobiology.dm | 2 +- code/modules/spells/spell_types/devil.dm | 2 +- code/modules/spells/spell_types/hivemind.dm | 6 +++--- code/modules/surgery/organ_manipulation.dm | 10 +++++----- 27 files changed, 53 insertions(+), 53 deletions(-) diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm index 109a4d95e4a..6e4ae67acef 100644 --- a/code/game/machinery/computer/dna_console.dm +++ b/code/game/machinery/computer/dna_console.dm @@ -67,7 +67,7 @@ stored_chromosomes += I to_chat(user, "You insert [I]") else - to_chat(user, "You cannot store any more chromosomes.") + to_chat(user, "You cannot store any more chromosomes!") return if(istype(I, /obj/item/dnainjector/activator)) var/obj/item/dnainjector/activator/A = I diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index fcad5180a4e..918e6f01319 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -450,7 +450,7 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE) if(M.is_eyes_covered()) // you can't stab someone in the eyes wearing a mask! - to_chat(user, "You're going to need to remove [M.p_their()] eye protection first!") + to_chat(user, "You're going to need to remove [M.p_their()] eye protection first!") return if(isalien(M))//Aliens don't have eyes./N slimes also don't have eyes! @@ -458,7 +458,7 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE) return if(isbrain(M)) - to_chat(user, "You cannot locate any organic eyes on this brain!") + to_chat(user, "You cannot locate any organic eyes on this brain!") return src.add_fingerprint(user) diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index d31e349f0cd..e742b9f1dfc 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -70,12 +70,12 @@ switch(user.zone_selected) if(BODY_ZONE_PRECISE_EYES) if((M.head && M.head.flags_cover & HEADCOVERSEYES) || (M.wear_mask && M.wear_mask.flags_cover & MASKCOVERSEYES) || (M.glasses && M.glasses.flags_cover & GLASSESCOVERSEYES)) - to_chat(user, "You're going to need to remove that [(M.head && M.head.flags_cover & HEADCOVERSEYES) ? "helmet" : (M.wear_mask && M.wear_mask.flags_cover & MASKCOVERSEYES) ? "mask": "glasses"] first.") + to_chat(user, "You're going to need to remove that [(M.head && M.head.flags_cover & HEADCOVERSEYES) ? "helmet" : (M.wear_mask && M.wear_mask.flags_cover & MASKCOVERSEYES) ? "mask": "glasses"] first!") return var/obj/item/organ/eyes/E = M.getorganslot(ORGAN_SLOT_EYES) if(!E) - to_chat(user, "[M] doesn't have any eyes!") + to_chat(user, "[M] doesn't have any eyes!") return if(M == user) //they're using it on themselves @@ -96,7 +96,7 @@ if(BODY_ZONE_PRECISE_MOUTH) if(M.is_mouth_covered()) - to_chat(user, "You're going to need to remove that [(M.head && M.head.flags_cover & HEADCOVERSMOUTH) ? "helmet" : "mask"] first.") + to_chat(user, "You're going to need to remove that [(M.head && M.head.flags_cover & HEADCOVERSMOUTH) ? "helmet" : "mask"] first!") return var/their = M.p_their() diff --git a/code/game/objects/structures/kitchen_spike.dm b/code/game/objects/structures/kitchen_spike.dm index e4573320785..23d96f9ed3a 100644 --- a/code/game/objects/structures/kitchen_spike.dm +++ b/code/game/objects/structures/kitchen_spike.dm @@ -52,7 +52,7 @@ /obj/structure/kitchenspike/crowbar_act(mob/living/user, obj/item/I) if(has_buckled_mobs()) - to_chat(user, "You can't do that while something's on the spike!") + to_chat(user, "You can't do that while something's on the spike!") return TRUE if(I.use_tool(src, user, 20, volume=100)) diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index 96427b602c2..1ab2a252686 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -113,10 +113,10 @@ /datum/action/changeling/suit/sting_action(mob/living/carbon/human/user) if(!user.canUnEquip(user.wear_suit)) - to_chat(user, "\the [user.wear_suit] is stuck to your body, you cannot grow a [suit_name_simple] over it!") + to_chat(user, "\the [user.wear_suit] is stuck to your body, you cannot grow a [suit_name_simple] over it!") return if(!user.canUnEquip(user.head)) - to_chat(user, "\the [user.head] is stuck on your head, you cannot grow a [helmet_name_simple] over it!") + to_chat(user, "\the [user.head] is stuck on your head, you cannot grow a [helmet_name_simple] over it!") return ..() user.dropItemToGround(user.head) @@ -368,7 +368,7 @@ on_hit(I) //grab the item as if you had hit it directly with the tentacle return BULLET_ACT_HIT else - to_chat(firer, "You can't seem to pry [I] off [C]'s hands!") + to_chat(firer, "You can't seem to pry [I] off [C]'s hands!") return BULLET_ACT_BLOCK else to_chat(firer, "[C] has nothing in hand to disarm!") diff --git a/code/modules/antagonists/cult/blood_magic.dm b/code/modules/antagonists/cult/blood_magic.dm index 8d470c86c2d..c4c7275e15d 100644 --- a/code/modules/antagonists/cult/blood_magic.dm +++ b/code/modules/antagonists/cult/blood_magic.dm @@ -728,7 +728,7 @@ to_chat(user,"Your blood rite gains 50 charges from draining [H]'s blood.") new /obj/effect/temp_visual/cult/sparks(get_turf(H)) else - to_chat(user,"[H.p_theyre(TRUE)] missing too much blood - you cannot drain [H.p_them()] further!") + to_chat(user,"[H.p_theyre(TRUE)] missing too much blood - you cannot drain [H.p_them()] further!") return if(isconstruct(target)) var/mob/living/simple_animal/M = target diff --git a/code/modules/antagonists/cult/runes.dm b/code/modules/antagonists/cult/runes.dm index 30637b7f7aa..370da8de536 100644 --- a/code/modules/antagonists/cult/runes.dm +++ b/code/modules/antagonists/cult/runes.dm @@ -237,7 +237,7 @@ structure_check() searches for nearby cultist structures required for the invoca /obj/effect/rune/convert/proc/do_convert(mob/living/convertee, list/invokers) if(invokers.len < 2) for(var/M in invokers) - to_chat(M, "You need at least two invokers to convert [convertee]!") + to_chat(M, "You need at least two invokers to convert [convertee]!") log_game("Offer rune failed - tried conversion with one invoker") return 0 if(convertee.anti_magic_check(TRUE, TRUE, FALSE, 0)) //Not chargecost because it can be spammed diff --git a/code/modules/antagonists/disease/disease_mob.dm b/code/modules/antagonists/disease/disease_mob.dm index 0a6c0a04ab7..d536a0c2a15 100644 --- a/code/modules/antagonists/disease/disease_mob.dm +++ b/code/modules/antagonists/disease/disease_mob.dm @@ -152,7 +152,7 @@ the new instance inside the host to be updated to the template's stats. set_name = "Sentient Virus" break if(taken_names[input]) - to_chat(src, "You cannot use the name of such a well-known disease!") + to_chat(src, "You cannot use the name of such a well-known disease!") else set_name = input real_name = "[set_name] (Sentient Disease)" diff --git a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm index d1fcb504fdf..799707a743e 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm @@ -326,8 +326,8 @@ update_icon() return else if(I.tool_behaviour == TOOL_SCREWDRIVER) - to_chat(user, "You can't access the maintenance panel while the pod is " \ - + (on ? "active" : (occupant ? "full" : "open")) + ".") + to_chat(user, "You can't access the maintenance panel while the pod is " \ + + (on ? "active" : (occupant ? "full" : "open")) + "!") return return ..() diff --git a/code/modules/atmospherics/machinery/portable/canister.dm b/code/modules/atmospherics/machinery/portable/canister.dm index 9ddd9db7ebd..6b1a9787782 100644 --- a/code/modules/atmospherics/machinery/portable/canister.dm +++ b/code/modules/atmospherics/machinery/portable/canister.dm @@ -299,7 +299,7 @@ if(I.use_tool(src, user, 30, volume=50)) deconstruct(TRUE) else - to_chat(user, "You cannot slice [src] apart when it isn't broken.") + to_chat(user, "You cannot slice [src] apart when it isn't broken!") return TRUE diff --git a/code/modules/food_and_drinks/pizzabox.dm b/code/modules/food_and_drinks/pizzabox.dm index 43446152305..e0838b189f2 100644 --- a/code/modules/food_and_drinks/pizzabox.dm +++ b/code/modules/food_and_drinks/pizzabox.dm @@ -187,7 +187,7 @@ update_icon() return else if(bomb) - to_chat(user, "[src] already has a bomb in it!") + to_chat(user, "[src] already has a bomb in it!") else if(istype(I, /obj/item/pen)) if(!open) if(!user.is_literate()) diff --git a/code/modules/games/cas.dm b/code/modules/games/cas.dm index f5a542839b6..b1240c49ba6 100644 --- a/code/modules/games/cas.dm +++ b/code/modules/games/cas.dm @@ -148,7 +148,7 @@ to_chat(user, "You scribble illegibly on [src]!") return if(!blank) - to_chat(user, "You cannot write on that card.") + to_chat(user, "You cannot write on that card!") return var/cardtext = stripped_input(user, "What do you wish to write on the card?", "Card Writing", "", 50) if(!cardtext || !user.canUseTopic(src, BE_CLOSE)) diff --git a/code/modules/keybindings/bindings_human.dm b/code/modules/keybindings/bindings_human.dm index 658ca87badf..43549aa7c99 100644 --- a/code/modules/keybindings/bindings_human.dm +++ b/code/modules/keybindings/bindings_human.dm @@ -6,7 +6,7 @@ var/obj/item/equipped_belt = get_item_by_slot(SLOT_BELT) if(!equipped_belt) // We also let you equip a belt like this if(!thing) - to_chat(user, "You have no belt to take something out of.") + to_chat(user, "You have no belt to take something out of!") return if(equip_to_slot_if_possible(thing, SLOT_BELT)) update_inv_hands() @@ -15,14 +15,14 @@ if(!thing) equipped_belt.attack_hand(src) else - to_chat(user, "You can't fit anything in.") + to_chat(user, "You can't fit anything in!") return if(thing) // put thing in belt if(!SEND_SIGNAL(equipped_belt, COMSIG_TRY_STORAGE_INSERT, thing, user.mob)) - to_chat(user, "You can't fit anything in.") + to_chat(user, "You can't fit anything in!") return if(!equipped_belt.contents.len) // nothing to take out - to_chat(user, "There's nothing in your belt to take out.") + to_chat(user, "There's nothing in your belt to take out!") return var/obj/item/stored = equipped_belt.contents[equipped_belt.contents.len] if(!stored || stored.on_found(src)) @@ -35,7 +35,7 @@ var/obj/item/equipped_back = get_item_by_slot(SLOT_BACK) if(!equipped_back) // We also let you equip a backpack like this if(!thing) - to_chat(user, "You have no backpack to take something out of.") + to_chat(user, "You have no backpack to take something out of!") return if(equip_to_slot_if_possible(thing, SLOT_BACK)) update_inv_hands() @@ -44,18 +44,18 @@ if(!thing) equipped_back.attack_hand(src) else - to_chat(user, "You can't fit anything in.") + to_chat(user, "You can't fit anything in!") return if(thing) // put thing in backpack if(!SEND_SIGNAL(equipped_back, COMSIG_TRY_STORAGE_INSERT, thing, user.mob)) - to_chat(user, "You can't fit anything in.") + to_chat(user, "You can't fit anything in!") return if(!equipped_back.contents.len) // nothing to take out - to_chat(user, "There's nothing in your backpack to take out.") + to_chat(user, "There's nothing in your backpack to take out!") return var/obj/item/stored = equipped_back.contents[equipped_back.contents.len] if(!stored || stored.on_found(src)) return stored.attack_hand(src) // take out thing from backpack return - return ..() \ No newline at end of file + return ..() 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 d3ed8a6541a..0caf814b6c6 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/caste/drone.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/caste/drone.dm @@ -32,7 +32,7 @@ return 0 if(!isturf(user.loc)) - to_chat(user, "You can't evolve here!") + to_chat(user, "You can't evolve here!") return 0 if(!get_alien_type(/mob/living/carbon/alien/humanoid/royal)) var/mob/living/carbon/alien/humanoid/royal/praetorian/new_xeno = new (user.loc) @@ -40,4 +40,4 @@ return 1 else to_chat(user, "We already have a living royal!") - return 0 \ No newline at end of file + return 0 diff --git a/code/modules/mob/living/carbon/alien/larva/powers.dm b/code/modules/mob/living/carbon/alien/larva/powers.dm index 9d5617b3e73..abc3ffd14f9 100644 --- a/code/modules/mob/living/carbon/alien/larva/powers.dm +++ b/code/modules/mob/living/carbon/alien/larva/powers.dm @@ -33,7 +33,7 @@ var/mob/living/carbon/alien/larva/L = user if(L.handcuffed || L.legcuffed) // Cuffing larvas ? Eh ? - to_chat(user, "You cannot evolve when you are cuffed.") + to_chat(user, "You cannot evolve when you are cuffed!") return if(L.amount_grown >= L.max_grown) //TODO ~Carn @@ -59,5 +59,5 @@ L.alien_evolve(new_xeno) return 0 else - to_chat(user, "You are not fully grown.") + to_chat(user, "You are not fully grown!") return 0 diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 44daef8e985..af879de213d 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -840,7 +840,7 @@ /mob/living/carbon/human/proc/fireman_carry(mob/living/carbon/target) if(can_be_firemanned(target)) - visible_message("[src] starts lifting [target] onto their back...", + visible_message("[src] starts lifting [target] onto their back...", "You start lifting [target] onto your back...") if(do_after(src, 50, TRUE, target)) //Second check to make sure they're still valid to be carried @@ -849,7 +849,7 @@ return visible_message("[src] fails to fireman carry [target]!") else - to_chat(src, "You can't fireman carry [target] while they're standing!") + to_chat(src, "You can't fireman carry [target] while they're standing!") /mob/living/carbon/human/proc/piggyback(mob/living/carbon/target) if(can_piggyback(target)) @@ -886,14 +886,14 @@ if(hands_needed || target_hands_needed) if(hands_needed && !equipped_hands_self) - src.visible_message("[src] can't get a grip on [target] because their hands are full!", + src.visible_message("[src] can't get a grip on [target] because their hands are full!", "You can't get a grip on [target] because your hands are full!") return else if(target_hands_needed && !equipped_hands_target) target.visible_message("[target] can't get a grip on [src] because their hands are full!", "You can't get a grip on [src] because your hands are full!") return - + stop_pulling() riding_datum.handle_vehicle_layer() . = ..(target, force, check_loc) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index c127421ca4e..efa8e49f30b 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1155,9 +1155,9 @@ GLOBAL_LIST_EMPTY(roundstart_races) if(we_breathe && we_lung) user.do_cpr(target) else if(we_breathe && !we_lung) - to_chat(user, "You have no lungs to breathe with, so you cannot perform CPR.") + to_chat(user, "You have no lungs to breathe with, so you cannot perform CPR!") else - to_chat(user, "You do not breathe, so you cannot perform CPR.") + to_chat(user, "You do not breathe, so you cannot perform CPR!") /datum/species/proc/grab(mob/living/carbon/human/user, mob/living/carbon/human/target, datum/martial_art/attacker_style) if(target.check_block()) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 56eb4e0837e..eba1b5f47d6 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -301,7 +301,7 @@ return if(is_blind(src)) - to_chat(src, "Something is there but you can't see it.") + to_chat(src, "Something is there but you can't see it!") return face_atom(A) diff --git a/code/modules/ninja/suit/suit_initialisation.dm b/code/modules/ninja/suit/suit_initialisation.dm index 4b159557bcc..1e624561ee8 100644 --- a/code/modules/ninja/suit/suit_initialisation.dm +++ b/code/modules/ninja/suit/suit_initialisation.dm @@ -1,6 +1,6 @@ /obj/item/clothing/suit/space/space_ninja/proc/toggle_on_off() if(s_busy) - to_chat(loc, "ERROR: You cannot use this function at this time.") + to_chat(loc, "ERROR: You cannot use this function at this time.") return FALSE if(s_initialized) deinitialize() diff --git a/code/modules/paperwork/paper_cutter.dm b/code/modules/paperwork/paper_cutter.dm index c53e7429dd6..8c44b298242 100644 --- a/code/modules/paperwork/paper_cutter.dm +++ b/code/modules/paperwork/paper_cutter.dm @@ -72,7 +72,7 @@ return add_fingerprint(user) if(!storedcutter) - to_chat(user, "The cutting blade is gone! You can't use [src] now.") + to_chat(user, "The cutting blade is gone! You can't use [src] now.") return if(!cuttersecured) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 5e22ce6ab28..c00f37cf87a 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -641,7 +641,7 @@ to_chat(H, "You receive some charge from the [fitting].") stomach.adjust_charge(5) else - to_chat(H, "You can't receive charge from the [fitting].") + to_chat(H, "You can't receive charge from the [fitting]!") return if(H.gloves) diff --git a/code/modules/reagents/reagent_containers/dropper.dm b/code/modules/reagents/reagent_containers/dropper.dm index cfbb387d89d..f0dab249ba6 100644 --- a/code/modules/reagents/reagent_containers/dropper.dm +++ b/code/modules/reagents/reagent_containers/dropper.dm @@ -69,7 +69,7 @@ else if(!target.is_drawable(user, FALSE)) //No drawing from mobs here - to_chat(user, "You cannot directly remove reagents from [target].") + to_chat(user, "You cannot directly remove reagents from [target]!") return if(!target.reagents.total_volume) diff --git a/code/modules/recycling/conveyor2.dm b/code/modules/recycling/conveyor2.dm index 8b02c160de1..53e38db8ecd 100644 --- a/code/modules/recycling/conveyor2.dm +++ b/code/modules/recycling/conveyor2.dm @@ -352,7 +352,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id) return var/cdir = get_dir(A, user) if(A == user.loc) - to_chat(user, "You cannot place a conveyor belt under yourself.") + to_chat(user, "You cannot place a conveyor belt under yourself!") return var/obj/machinery/conveyor/C = new/obj/machinery/conveyor(A, cdir, id) transfer_fingerprints_to(C) diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index 2e85e2dd442..439783bfefc 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -616,7 +616,7 @@ /obj/item/slimepotion/afterattack(obj/item/reagent_containers/target, mob/user , proximity) . = ..() if (istype(target)) - to_chat(user, "You cannot transfer [src] to [target]! It appears the potion must be given directly to a slime to absorb." ) + to_chat(user, "You cannot transfer [src] to [target]! It appears the potion must be given directly to a slime to absorb." ) return /obj/item/slimepotion/slime/docility diff --git a/code/modules/spells/spell_types/devil.dm b/code/modules/spells/spell_types/devil.dm index 9cd6013c450..c0300b378c9 100644 --- a/code/modules/spells/spell_types/devil.dm +++ b/code/modules/spells/spell_types/devil.dm @@ -70,7 +70,7 @@ contract = new /obj/item/paper/contract/infernal/friend(C.loc, C.mind, user.mind) C.put_in_hands(contract) else - to_chat(user, "[C] seems to not be sentient. You cannot summon a contract for [C.p_them()].") + to_chat(user, "[C] seems to not be sentient. You cannot summon a contract for [C.p_them()].") /obj/effect/proc_holder/spell/aimed/fireball/hellish diff --git a/code/modules/spells/spell_types/hivemind.dm b/code/modules/spells/spell_types/hivemind.dm index 6ca1a292e9e..c7ab41c158a 100644 --- a/code/modules/spells/spell_types/hivemind.dm +++ b/code/modules/spells/spell_types/hivemind.dm @@ -646,7 +646,7 @@ item_state = "hivehand" lefthand_file = 'icons/mob/inhands/misc/touchspell_lefthand.dmi' righthand_file = 'icons/mob/inhands/misc/touchspell_righthand.dmi' - + reach = 3 min_reach = -1 item_flags = ABSTRACT | DROPDEL @@ -670,9 +670,9 @@ user.put_in_hands(W) to_chat(user, "You make a telekinetic hand!") else - to_chat(user,"You cannot make a telekinetic hand while holding something!") + to_chat(user,"You cannot make a telekinetic hand while holding something!") revert_cast() - + /obj/effect/proc_holder/spell/targeted/hive_hack name = "Network Invasion" desc = "We probe the mind of an adjacent target and extract valuable information on any enemy hives they may belong to. Takes longer if the target is not in our hive or wearing tinfoil protection." diff --git a/code/modules/surgery/organ_manipulation.dm b/code/modules/surgery/organ_manipulation.dm index 8c6b731bb3d..57cc10f17b7 100644 --- a/code/modules/surgery/organ_manipulation.dm +++ b/code/modules/surgery/organ_manipulation.dm @@ -81,18 +81,18 @@ I = null if(istype(tool, /obj/item/organ_storage)) if(!tool.contents.len) - to_chat(user, "There is nothing inside [tool]!") + to_chat(user, "There is nothing inside [tool]!") return -1 I = tool.contents[1] if(!isorgan(I)) - to_chat(user, "You cannot put [I] into [target]'s [parse_zone(target_zone)]!") + to_chat(user, "You cannot put [I] into [target]'s [parse_zone(target_zone)]!") return -1 tool = I if(isorgan(tool)) current_type = "insert" I = tool if(target_zone != I.zone || target.getorganslot(I.slot)) - to_chat(user, "There is no room for [I] in [target]'s [parse_zone(target_zone)]!") + to_chat(user, "There is no room for [I] in [target]'s [parse_zone(target_zone)]!") return -1 display_results(user, target, "You begin to insert [tool] into [target]'s [parse_zone(target_zone)]...", @@ -103,7 +103,7 @@ current_type = "extract" var/list/organs = target.getorganszone(target_zone) if(!organs.len) - to_chat(user, "There are no removable organs in [target]'s [parse_zone(target_zone)]!") + to_chat(user, "There are no removable organs in [target]'s [parse_zone(target_zone)]!") return -1 else for(var/obj/item/organ/O in organs) @@ -151,7 +151,7 @@ I.Remove(target) I.forceMove(get_turf(target)) else - display_results(user, target, "You can't extract anything from [target]'s [parse_zone(target_zone)]!", + display_results(user, target, "You can't extract anything from [target]'s [parse_zone(target_zone)]!", "[user] can't seem to extract anything from [target]'s [parse_zone(target_zone)]!", "[user] can't seem to extract anything from [target]'s [parse_zone(target_zone)]!") return 0