Standardized CENTCOM spelling
This commit is contained in:
@@ -754,7 +754,7 @@
|
||||
var/turf/T = get_turf(src)
|
||||
if(!T)
|
||||
return 0
|
||||
if(T.z == ZLEVEL_CENTCOM) //dont detect mobs on centcomm
|
||||
if(T.z == ZLEVEL_CENTCOM) //dont detect mobs on centcom
|
||||
return 0
|
||||
if(T.z >= ZLEVEL_SPACEMAX)
|
||||
return 0
|
||||
|
||||
@@ -18,7 +18,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
|
||||
|
||||
// Faction
|
||||
"t" = "Syndicate",
|
||||
"y" = "Centcom",
|
||||
"y" = "CentCom",
|
||||
|
||||
// Species
|
||||
"b" = "binary",
|
||||
@@ -53,7 +53,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
|
||||
|
||||
// Faction
|
||||
"å" = "Syndicate",
|
||||
"í" = "Centcom",
|
||||
"í" = "CentCom",
|
||||
|
||||
// Species
|
||||
"è" = "binary",
|
||||
|
||||
@@ -331,7 +331,7 @@
|
||||
/mob/living/silicon/pai/proc/downloadSoftware()
|
||||
var/dat = ""
|
||||
|
||||
dat += "<h2>Centcom pAI Module Subversion Network</h2><br>"
|
||||
dat += "<h2>CentCom pAI Module Subversion Network</h2><br>"
|
||||
dat += "<pre>Remaining Available Memory: [src.ram]</pre><br>"
|
||||
dat += "<p style=\"text-align:center\"><b>Trunks available for checkout</b><br>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user