corrections

This commit is contained in:
Purpose
2018-10-20 10:18:23 +01:00
parent 51e2215537
commit 0fc81f51e4
3 changed files with 3 additions and 3 deletions
@@ -377,7 +377,7 @@
if("tech")
color = pick(tech_list) //technically not colors, just flowers that can be specific colors
G.name_color = tech_list[color]
picked_name = pick("Gallium", "Indium", "Thallium", "Bismuth", "Aluminium", "Mercury", "Iron", "Silver", "Zinc", "Titanium", "Chromium", "Nickel", "Platinum", "Tellurium", "Palladium", "Rhodium", "Cobalt", "Osmium", "Tungsten", "Iridium")
picked_name = pick("Gallium", "Indium", "Thallium", "Bismuth", "Aluminum", "Mercury", "Iron", "Silver", "Zinc", "Titanium", "Chromium", "Nickel", "Platinum", "Tellurium", "Palladium", "Rhodium", "Cobalt", "Osmium", "Tungsten", "Iridium")
G.name = "[picked_name] [color]"
G.real_name = "[picked_name] [color]"
+1 -1
View File
@@ -11,7 +11,7 @@ var/list/chem_t2_reagents = list(
var/list/chem_t3_reagents = list(
"ethanol", "chlorine", "potassium",
"aluminium", "radium", "fluorine",
"aluminum", "radium", "fluorine",
"iron", "fuel", "silver",
"stable_plasma"
)
@@ -192,7 +192,7 @@
/datum/reagent/medicine/styptic_powder
name = "Styptic Powder"
id = "styptic_powder"
description = "Styptic (aluminium sulfate) powder helps control bleeding and heal physical wounds."
description = "Styptic (aluminum sulfate) powder helps control bleeding and heal physical wounds."
reagent_state = LIQUID
color = "#C8A5DC"
metabolization_rate = 3