Skip to content

Commit

Permalink
Minor spelling mistake (BeeStation#9176)
Browse files Browse the repository at this point in the history
* server config

* Revert "server config"

This reverts commit f7c59fc.

* minor spelling mistake, argument destroyed
  • Loading branch information
JixS4v authored and EvilDragonfiend committed Jun 8, 2023
1 parent cc08d7e commit 4ae95b4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/aquarium.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

#define AQUARIUM_FLUID_FRESHWATER "Freshwater"
#define AQUARIUM_FLUID_SALTWATER "Saltwater"
#define AQUARIUM_FLUID_SULPHWATEVER "Sulphuric Water"
#define AQUARIUM_FLUID_SULPHWATEVER "Sulfuric Water"
#define AQUARIUM_FLUID_AIR "Air"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/proc/translate_legacy_chem_id(id)
switch (id)
if ("sacid")
return "sulphuricacid"
return "sulfuricacid"
if ("facid")
return "fluorosulfuricacid"
if ("co2")
Expand Down
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagents/toxin_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@


/datum/reagent/toxin/acid
name = "Sulphuric Acid"
name = "Sulfuric Acid"
description = "A strong mineral acid with the molecular formula H2SO4."
color = "#00FF32"
chem_flags = CHEMICAL_RNG_GENERAL | CHEMICAL_RNG_FUN | CHEMICAL_RNG_BOTANY
Expand Down
4 changes: 2 additions & 2 deletions code/modules/reagents/reagent_containers/bottle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@
list_reagents = list(/datum/reagent/consumable/sugar = 30)

/obj/item/reagent_containers/glass/bottle/sacid
name = "sulphuric acid bottle"
label_name = "sulphuric acid"
name = "sulfuric acid bottle"
label_name = "sulfuric acid"
list_reagents = list(/datum/reagent/toxin/acid = 30)

/obj/item/reagent_containers/glass/bottle/welding_fuel
Expand Down
2 changes: 1 addition & 1 deletion code/modules/reagents/reagent_containers/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
/obj/item/reagent_containers/glass/beaker/cryoxadone
list_reagents = list(/datum/reagent/medicine/cryoxadone = 30)

/obj/item/reagent_containers/glass/beaker/sulphuric
/obj/item/reagent_containers/glass/beaker/sulfuric
list_reagents = list(/datum/reagent/toxin/acid = 50)

/obj/item/reagent_containers/glass/beaker/slime
Expand Down
2 changes: 1 addition & 1 deletion code/modules/reagents/reagent_containers/spray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,6 @@

/obj/item/reagent_containers/spray/cyborg/acid
name = "acid spray"
desc = "A spray filled with sulphuric acid for offensive use."
desc = "A spray filled with sulfuric acid for offensive use."
color = "#00FF32"
set_reagent = /datum/reagent/toxin/acid

0 comments on commit 4ae95b4

Please sign in to comment.