We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557aeac commit 2ad6e08Copy full SHA for 2ad6e08
code/modules/surgery/implant.dm
@@ -214,7 +214,7 @@
214
obj.forceMove(get_turf(target))
215
else if (affected.hidden)
216
user.visible_message("<span class='notice'>[user] takes something out of incision on [target]'s [affected.display_name] with \the [tool].</span>", \
217
- "<span class='notice'>You take something out of the incision on [target]'s [affected.display_name] with \the [tool].</span>" )
+ "<span class='notice'>You take something out of the incision on \the [target]'s [affected.display_name] with \the [tool].</span>" )
218
affected.hidden.forceMove(get_turf(target))
219
user.put_in_hands(affected.hidden)
220
if(!affected.hidden.blood_DNA)
0 commit comments