diff --git a/code/modules/reagents/reagent_containers/borghypo.dm b/code/modules/reagents/reagent_containers/borghypo.dm
index ebe5e0a837..c3126abc03 100644
--- a/code/modules/reagents/reagent_containers/borghypo.dm
+++ b/code/modules/reagents/reagent_containers/borghypo.dm
@@ -124,7 +124,7 @@
mode = t
var/datum/reagent/R = SSchemistry.chemical_reagents[reagent_ids[mode]]
// to_chat(usr, "Synthesizer is now producing '[R.name]'.")
- balloon_alert(usr, "Synthesizer producing is now producing '[R.name]'")
+ balloon_alert(usr, "Synthesizer is now producing '[R.name]'") // CHOMPAdd
/obj/item/weapon/reagent_containers/borghypo/examine(mob/user)
. = ..()
diff --git a/code/modules/surgery/limb_reattach.dm b/code/modules/surgery/limb_reattach.dm
index 6ce373554c..2368688e33 100644
--- a/code/modules/surgery/limb_reattach.dm
+++ b/code/modules/surgery/limb_reattach.dm
@@ -37,19 +37,19 @@
var/obj/item/organ/external/affected = target.get_organ(target_zone)
if (affected)
to_chat(user, "Something is in the way! You can't attach [E] here!")
- user.balloon_alert("Something is in the way!") // CHOMPEdit
+ user.balloon_alert(user, "Something is in the way!") // CHOMPEdit
return 0
if(!P)
to_chat(user, "There's nothing to attach [E] to!")
- user.balloon_alert("There's nothing to attach [E] to!") // CHOMPEdit
+ user.balloon_alert(user, "There's nothing to attach [E] to!") // CHOMPEdit
return 0
else if((P.robotic >= ORGAN_ROBOT) && (E.robotic < ORGAN_ROBOT))
to_chat(user, "Attaching [E] to [P] wouldn't work well.")
- user.balloon_alert("Attaching [E] to [P] wouldn't work well") // CHOMPEdit
+ user.balloon_alert(user, "Attaching [E] to [P] wouldn't work well") // CHOMPEdit
return 0
else if(istype(E, /obj/item/organ/external/head) && E.robotic >= ORGAN_ROBOT && P.robotic < ORGAN_ROBOT)
to_chat(user, "Attaching [E] to [P] might break [E].")
- user.balloon_alert("Attaching [E] to [P] might break [E]") // CHOMPEdit
+ user.balloon_alert(user, "Attaching [E] to [P] might break [E]") // CHOMPEdit
return 0
else
return 1
diff --git a/code/modules/surgery/organs_internal.dm b/code/modules/surgery/organs_internal.dm
index a58a0bf0d2..dd30a8fcf0 100644
--- a/code/modules/surgery/organs_internal.dm
+++ b/code/modules/surgery/organs_internal.dm
@@ -84,7 +84,7 @@
user.balloon_alert_visible("Starts treating damage to [target]'s [I.name]", "Treating damage to \the [I.name]") // CHOMPEdit
if(I.organ_tag == O_BRAIN && I.status == ORGAN_DEAD && target.can_defib == 0) //Let people know they still got more work to get the brain back into working order.
to_chat(user, "You fix their [I] but the neurological structure is still heavily damaged and in need of repair.")
- user.balloon_alert("Fixed \the [I], neurological structure still in neeed of repair.") // CHOMPEdit
+ user.balloon_alert(user, "Fixed \the [I], neurological structure still in neeed of repair.") // CHOMPEdit
I.damage = 0
I.status = 0
if(I.organ_tag == O_EYES)
@@ -372,7 +372,7 @@
if((affected.robotic >= ORGAN_ROBOT) && !(O.robotic >= ORGAN_ROBOT))
to_chat(user, "You cannot install a naked organ into a robotic body.")
- user.balloon_alert("You cannot install a naked organ into a robotic body.") // CHOMPEdit
+ user.balloon_alert(user, "You cannot install a naked organ into a robotic body.") // CHOMPEdit
return SURGERY_FAILURE
if(!target.species)
@@ -392,7 +392,7 @@
organ_missing = 1
else
to_chat(user, "\The [target] already has [o_a][O.organ_tag].")
- user.balloon_alert("There is a [o_a][O.organ_tag] already!") // CHOMPEdit
+ user.balloon_alert(user, "There is a [o_a][O.organ_tag] already!") // CHOMPEdit
return SURGERY_FAILURE
if(O && affected.organ_tag == O.parent_organ)
@@ -400,7 +400,7 @@
else
to_chat(user, "\The [O.organ_tag] [o_do] normally go in \the [affected.name].")
- user.balloon_alert("\The [O.organ_tag] [o_do] normally go in \the [affected.name]") // CHOMPEdit
+ user.balloon_alert(user, "\The [O.organ_tag] [o_do] normally go in \the [affected.name]") // CHOMPEdit
return SURGERY_FAILURE
return ..() && organ_missing && organ_compatible
diff --git a/code/modules/surgery/robotics.dm b/code/modules/surgery/robotics.dm
index 11f2a329f2..42f9548c27 100644
--- a/code/modules/surgery/robotics.dm
+++ b/code/modules/surgery/robotics.dm
@@ -491,17 +491,17 @@
if(!(affected.robotic >= ORGAN_ROBOT))
to_chat(user, "You cannot install a computer brain into a meat skull.")
- user.balloon_alert("You cannot install a computer brain into a meat skull") // CHOMPEdit
+ user.balloon_alert(user, "You cannot install a computer brain into a meat skull") // CHOMPEdit
return SURGERY_FAILURE
if(!target.should_have_organ("brain"))
to_chat(user, "You're pretty sure [target.species.name_plural] don't normally have a brain.")
- user.balloon_alert("You're pertty sure [target.species.name_plural] don't normall have a brain") // CHOMPEdit
+ user.balloon_alert(user, "You're pertty sure [target.species.name_plural] don't normall have a brain") // CHOMPEdit
return SURGERY_FAILURE
if(!isnull(target.internal_organs["brain"]))
to_chat(user, "Your subject already has a brain.")
- user.balloon_alert("Your subject already has a brain") // CHOMPEdit
+ user.balloon_alert(user, "Your subject already has a brain") // CHOMPEdit
return SURGERY_FAILURE
return 1
@@ -580,27 +580,27 @@
if(!N.held_mob.client || N.held_mob.stat >= DEAD)
to_chat(user, "That nymph is not viable.")
- user.balloon_alert("That nymph is not viable") // CHOMPEdit
+ user.balloon_alert(user, "That nymph is not viable") // CHOMPEdit
return SURGERY_FAILURE
if(!(affected.robotic >= ORGAN_ROBOT))
to_chat(user, "You cannot install a nymph into a meat puppet.")
- user.balloon_alert("You cannot install a nymph into a meat puppet") // CHOMPEdit
+ user.balloon_alert(user, "You cannot install a nymph into a meat puppet") // CHOMPEdit
return SURGERY_FAILURE
if(!(affected.model != "Skrellian Exoskeleton"))
to_chat(user, "You're fairly certain a nymph can't pilot a normal robot.")
- user.balloon_alert("You're fairly certain a nymph can't pilot a normal robot") // CHOMPEdit
+ user.balloon_alert(user, "You're fairly certain a nymph can't pilot a normal robot") // CHOMPEdit
return SURGERY_FAILURE
if(!target.should_have_organ("brain"))
to_chat(user, "You're pretty sure [target.species.name_plural] don't normally have a brain.")
- user.balloon_alert("You're pretty sure [target.species.name_plural] don't normall have a brain") // CHOMPEdit
+ user.balloon_alert(user, "You're pretty sure [target.species.name_plural] don't normall have a brain") // CHOMPEdit
return SURGERY_FAILURE
if(!isnull(target.internal_organs["brain"]))
to_chat(user, "Your subject already has a cephalon.")
- user.balloon_alert("Your subject already has a cephalon") // CHOMPEdit
+ user.balloon_alert(user, "Your subject already has a cephalon") // CHOMPEdit
return SURGERY_FAILURE
return 1
@@ -609,7 +609,7 @@
var/obj/item/organ/external/affected = target.get_organ(target_zone)
user.visible_message("[user] starts setting \the [tool] into [target]'s [affected.name].", \
"You start setting \the [tool] into [target]'s [affected.name].")
- user.balloon_alert_visible("Stars setting \the [tool] into [target]'s [affected.name]", "Setting \the into \the [affected.name]") // CHOMPEdit
+ user.balloon_alert_visible("Starts setting \the [tool] into [target]'s [affected.name]", "Setting \the into \the [affected.name]") // CHOMPEdit
..()
/datum/surgery_step/robotics/install_nymph/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)