Changing Nanotrasen to Kinaris where needed

This commit is contained in:
Chloe Carver-Brown
2020-12-31 17:58:25 +00:00
parent 63506caa48
commit c2a937bb73
105 changed files with 186 additions and 185 deletions
@@ -117,10 +117,10 @@
if(!istype(D))
return FALSE
if(!(isnull(allowed_department_flags) || (D.departmental_flags & allowed_department_flags)))
say("Warning: Printing failed: This fabricator does not have the necessary keys to decrypt design schematics. Please update the research data with the on-screen button and contact Nanotrasen Support!")
say("Warning: Printing failed: This fabricator does not have the necessary keys to decrypt design schematics. Please update the research data with the on-screen button and contact Kinaris Support!")
return FALSE
if(D.build_type && !(D.build_type & allowed_buildtypes))
say("This machine does not have the necessary manipulation systems for this design. Please contact Nanotrasen Support!")
say("This machine does not have the necessary manipulation systems for this design. Please contact Kinaris Support!")
return FALSE
if(!materials.mat_container)
say("No connection to material storage, please contact the quartermaster.")