diff --git a/code/game/objects/items/weapons/medical.dm b/code/game/objects/items/weapons/medical.dm index abb98d38d73..5752ef8601a 100644 --- a/code/game/objects/items/weapons/medical.dm +++ b/code/game/objects/items/weapons/medical.dm @@ -92,7 +92,7 @@ MEDICAL if (user) if (M != user) if ( ointment ) - user.visible_message("\red \The [H]'s [affecting.display_name] burns has been salved with \a [src] by \the [user].",\ + user.visible_message("\red \The [H]'s [affecting.display_name] burns have been salved with \a [src] by \the [user].",\ "\red You salve \the [H]'s [affecting.display_name] burns with \the [src].",\ "ou hear ointement being applied.") else