Fixed spelling of possession, separate, and cemetery (#63203)

Just fixes some spelling for gangs. I also fixed misspellings for "posession" to "possession". Fixed "seperate " to "Separate" Fixed "Cemetary" to "Cemetery"
This commit is contained in:
Doctor Pope
2021-12-03 13:29:29 -08:00
committed by GitHub
parent 933534f191
commit aa034d02cd
35 changed files with 46 additions and 46 deletions
@@ -37,7 +37,7 @@
//everything for every chemical removed, wich isn't a good option either.
chamber.on_reagent_change(reagents) //We need to check it now, because some reactions leave nothing left.
///Special connect that we currently use for reaction chambers. Being used so we can keep certain inputs seperate, like into a special internal acid container
///Special connect that we currently use for reaction chambers. Being used so we can keep certain inputs separate, like into a special internal acid container
/datum/component/plumbing/acidic_input
demand_connects = WEST
demand_color = "yellow"
@@ -47,7 +47,7 @@
/datum/component/plumbing/acidic_input/send_request(dir)
process_request(amount = MACHINE_REAGENT_TRANSFER, reagent = /datum/reagent/reaction_agent/acidic_buffer, dir = dir)
///Special connect that we currently use for reaction chambers. Being used so we can keep certain inputs seperate, like into a special internal base container
///Special connect that we currently use for reaction chambers. Being used so we can keep certain inputs separate, like into a special internal base container
/datum/component/plumbing/alkaline_input
demand_connects = EAST
demand_color = "green"