From ddff9868c0605bab3be97c1df368ccc7dddfa2ab Mon Sep 17 00:00:00 2001 From: skull132 Date: Thu, 4 Jun 2015 15:08:12 +0300 Subject: [PATCH] Fixes #587 Should be fixed. The message is less detailed, but also less stupid. --- code/game/objects/items/stacks/nanopaste.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/stacks/nanopaste.dm b/code/game/objects/items/stacks/nanopaste.dm index 0bf3114f..8875b854 100644 --- a/code/game/objects/items/stacks/nanopaste.dm +++ b/code/game/objects/items/stacks/nanopaste.dm @@ -33,8 +33,8 @@ S.heal_damage(30, 30, robo_repair = 1) H.updatehealth() use(1) - user.visible_message("\The [user] applies some nanite paste at[user != M ? " \the [M]'s" : " \the"][S.display_name] with \the [src].",\ - "You apply some nanite paste at [user == M ? "your" : "[M]'s"] [S.display_name].") + user.visible_message("\The [user] applies some nanite paste onto \the [S.display_name] with \the [src].",\ + "You apply some nanite paste onto \the [S.display_name].") else user << "Nothing to fix here." else