Should be fixed. The message is less detailed, but also less stupid.
This commit is contained in:
skull132
2015-06-04 15:08:12 +03:00
parent 6e8505ab4e
commit ddff9868c0
+2 -2
View File
@@ -33,8 +33,8 @@
S.heal_damage(30, 30, robo_repair = 1)
H.updatehealth()
use(1)
user.visible_message("<span class='notice'>\The [user] applies some nanite paste at[user != M ? " \the [M]'s" : " \the"][S.display_name] with \the [src].</span>",\
"<span class='notice'>You apply some nanite paste at [user == M ? "your" : "[M]'s"] [S.display_name].</span>")
user.visible_message("<span class='notice'>\The [user] applies some nanite paste onto \the [S.display_name] with \the [src].</span>",\
"<span class='notice'>You apply some nanite paste onto \the [S.display_name].</span>")
else
user << "<span class='notice'>Nothing to fix here.</span>"
else