mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user