|
196 | 196 | if (affected.implants.len)
|
197 | 197 | var/obj/item/obj = affected.implants[affected.implants.len]
|
198 | 198 | user.visible_message("<span class='notice'>[user] takes something out of incision on [target]'s [affected.display_name] with \the [tool].</span>", \
|
199 |
| - "<span class='notice'>You take [obj] out of incision on [target]'s [affected.display_name]s with \the [tool].</span>" ) |
| 199 | + "<span class='notice'>You take [obj] out of the incision on [target]'s [affected.display_name] with \the [tool].</span>" ) |
200 | 200 | affected.implants -= obj
|
201 | 201 |
|
202 | 202 | //Handle possessive brain borers.
|
|
214 | 214 | obj.forceMove(get_turf(target))
|
215 | 215 | else if (affected.hidden)
|
216 | 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 incision on [target]'s [affected.display_name]s 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>" ) |
218 | 218 | affected.hidden.forceMove(get_turf(target))
|
219 | 219 | user.put_in_hands(affected.hidden)
|
220 | 220 | if(!affected.hidden.blood_DNA)
|
|
225 | 225 |
|
226 | 226 | else if (tool.clumsy_check(user) && prob(20))
|
227 | 227 | user.visible_message("<span class='notice'>[user] takes something out of incision on [target]'s [affected.display_name] with \the [tool].</span>", \
|
228 |
| - "<span class='notice'>You take something out of incision on [target]'s [affected.display_name]s with \the [tool].</span>" ) |
| 228 | + "<span class='notice'>You take something out of the incision on [target]'s [affected.display_name] with \the [tool].</span>" ) |
229 | 229 | var/obj/clowndigobj = pick(/obj/item/weapon/bikehorn/rubberducky, /obj/item/weapon/reagent_containers/food/snacks/pie, /obj/item/toy/singlecard, /obj/item/clothing/accessory/waterflower)
|
230 | 230 | clowndigobj = new clowndigobj(target.loc)
|
231 | 231 | if (istype(clowndigobj, /obj/item/toy/singlecard))
|
|
0 commit comments