[MIRROR] Grammar fixes to atom descriptions (#3165)

* Grammar fixes to atom descriptions

* compile errors
This commit is contained in:
CitadelStationBot
2017-10-21 07:17:03 -05:00
committed by Poojawa
parent e827f02863
commit d25cb1ba5d
151 changed files with 296 additions and 258 deletions

View File

@@ -104,7 +104,7 @@
/obj/effect/shuttle_build
name = "shuttle_build"
desc = "Some assembly required"
desc = "Some assembly required."
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "syndballoon"
anchored = TRUE

View File

@@ -215,8 +215,8 @@
return
SSblackbox.add_details("admin_secrets_fun_used","Send CentCom Ferry")
if(!SSshuttle.toggleShuttle("ferry","ferry_home","ferry_away"))
message_admins("[key_name_admin(usr)] moved the centcom ferry")
log_admin("[key_name(usr)] moved the centcom ferry")
message_admins("[key_name_admin(usr)] moved the CentCom ferry")
log_admin("[key_name(usr)] moved the CentCom ferry")
if("togglearrivals")
if(!check_rights(R_ADMIN))

View File

@@ -2240,7 +2240,7 @@
if(!newname)
return
G.name = newname
var/description = input("Enter centcom message contents:") as message|null
var/description = input("Enter CentCom message contents:") as message|null
if(!description)
return
G.report_message = description