Tons of typo fixes and renames Centcomm to Centcom. Manual merge of #1950.

This commit is contained in:
Giacomand
2013-12-13 21:04:40 +00:00
parent c04938cbc1
commit ceec829294
27 changed files with 67 additions and 65 deletions
@@ -246,7 +246,7 @@
if(!prevent_warning && !istype(W, /obj/item/weapon/gun/energy/crossbow))
for(var/mob/M in viewers(usr, null))
if(M == usr)
usr << "<span class='notice'>You put \the [W] into [src].</span>"
usr << "<span class='notice'>You put [W] into [src].</span>"
else if(in_range(M, usr)) //If someone is standing close enough, they can tell what it is...
M.show_message("<span class='notice'>[usr] puts [W] into [src].</span>")
else if(W && W.w_class >= 3.0) //Otherwise they can only see large or normal items from a distance...