mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixing common spelling mistakes part 3 (#20870)
* Fixing common spelling mistakes part 3 * collectable * another collectable * part 3.2 * "</span>." * A bunch more fixes
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
/datum/surgery_step/glue_bone/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
user.visible_message(
|
||||
"<span class='notice'> [user] applies some [tool] to [target]'s bone in [affected.name]</span>",
|
||||
"<span class='notice'> [user] applies some [tool] to [target]'s bone in [affected.name].</span>",
|
||||
"<span class='notice'> You apply some [tool] to [target]'s bone in [affected.name] with \the [tool].</span>"
|
||||
)
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
/datum/surgery_step/generic/clamp_bleeders/end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
user.visible_message(
|
||||
"<span class='notice'> [user] clamps bleeders in [target]'s [affected.name] with \the [tool]</span>.",
|
||||
"<span class='notice'> [user] clamps bleeders in [target]'s [affected.name] with \the [tool].</span>",
|
||||
"<span class='notice'> You clamp bleeders in [target]'s [affected.name] with \the [tool].</span>"
|
||||
)
|
||||
spread_germs_to_organ(affected, user, tool)
|
||||
|
||||
@@ -769,7 +769,7 @@
|
||||
return ..()
|
||||
|
||||
/datum/surgery_step/retract_carapace/end_step(mob/living/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
var/msg = "<span class='notice'> [user] keeps the incision open on [target]'s [target_zone] with [tool]</span>."
|
||||
var/msg = "<span class='notice'> [user] keeps the incision open on [target]'s [target_zone] with [tool].</span>"
|
||||
var/self_msg = "<span class='notice'> You keep the incision open on [target]'s [target_zone] with [tool].</span>"
|
||||
if(target_zone == BODY_ZONE_CHEST)
|
||||
msg = "<span class='notice'> [user] keeps the ribcage open on [target]'s torso with [tool].</span>"
|
||||
|
||||
@@ -580,7 +580,7 @@
|
||||
|
||||
/datum/surgery_step/robotics/manipulate_robotic_organs/install_mmi/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
user.visible_message(
|
||||
"<span class='warning'> [user]'s hand slips!</span>.",
|
||||
"<span class='warning'> [user]'s hand slips!</span>",
|
||||
"<span class='warning'> Your hand slips!</span>"
|
||||
)
|
||||
return SURGERY_STEP_RETRY
|
||||
|
||||
Reference in New Issue
Block a user