Fix many instances of "the the"

All uses of "the [src]" have been fixed, as well as other bad string
interpolation directly adjacent to such uses.

In addition to its message, the circumstances under which the tracking
implant locator fails have been updated to use the correct define,
malfunctioning on CentCom rather than on the station.
This commit is contained in:
Tad Hardesty
2017-10-11 21:55:44 -07:00
parent 6ac06d90d2
commit c1794bb402
60 changed files with 151 additions and 152 deletions
@@ -247,7 +247,7 @@
if(!user.temporarilyRemoveItemFromInventory(c))
return
credits += c.value
visible_message("<span class='info'><span class='name'>[usr]</span> inserts [c.value] credits into the [src].</span>")
visible_message("<span class='info'><span class='name'>[usr]</span> inserts [c.value] credits into [src].</span>")
qdel(c)
return