Skip to content

Commit 2ad6e08

Browse files
Update code/modules/surgery/implant.dm
Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com>
1 parent 557aeac commit 2ad6e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/surgery/implant.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
obj.forceMove(get_turf(target))
215215
else if (affected.hidden)
216216
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>" )
217+
"<span class='notice'>You take something out of the incision on \the [target]'s [affected.display_name] with \the [tool].</span>" )
218218
affected.hidden.forceMove(get_turf(target))
219219
user.put_in_hands(affected.hidden)
220220
if(!affected.hidden.blood_DNA)

0 commit comments

Comments
 (0)