More typos

I need a spell checker for my code.
This commit is contained in:
Fluff
2023-07-12 17:25:37 -04:00
parent ca9520c58d
commit f671d4e564
3 changed files with 20 additions and 20 deletions

View File

@@ -32,10 +32,10 @@
required_reagents = list("tricordrazine" = 1, "liquidlife" = 1, "sugar" = 1)
result_amount = 2
/decl/chemical_reaction/instant/preformancepeaker
name = "Preforamnce Peaker"
id = "preformancepeaker"
result = "preformancepeaker"
/decl/chemical_reaction/instant/performancepeaker
name = "Performance Peaker"
id = "performancepeaker"
result = "performancepeaker"
required_reagents = list("hyperzine" = 1, "liquidlife" = 1, "inaprovaline" = 1)
result_amount = 2
@@ -67,9 +67,9 @@
required_reagents = list("neoliquidfire" = 1, "glucose" = 1, "hydrogen" = 1)
result_amount = 2
/decl/chemical_reaction/instant/puryfingagent
name = "Puryfing Agent"
id = "puryfingagent"
/decl/chemical_reaction/instant/puriyfingagent
name = "Puriyfing Agent"
id = "puriyfingagent"
result = "puryfingagent"
required_reagents = list("deathblood" = 1, "carthatoline" = 1, "hyronalin" = 1)
result_amount = 2

View File

@@ -66,7 +66,7 @@
//Chemist expansion
//deathblood
/datum/reagent/cleansingagent
name = "Puryfing Agent"
name = "Cleansing Agent"
id = "cleansingagent"
description = "An agent that purges one's body of toxins."
reagent_state = LIQUID
@@ -85,9 +85,9 @@
M.radiation = max(M.radiation - 15 * removed * M.species.chem_strength_heal, 0)
M.accumulated_rads = max(M.accumulated_rads - 15 * removed * M.species.chem_strength_heal, 0)
/datum/reagent/puryfingagent
name = "Puryfing Agent"
id = "puryfingagent"
/datum/reagent/purifyingagent
name = "Purifying Agent"
id = "puriyfingagent"
description = "An agent that purges one's body of rads and toxins."
reagent_state = LIQUID
color = "#225722"
@@ -95,7 +95,7 @@
overdose = REAGENTS_OVERDOSE
overdose_mod = 0
/datum/reagent/puryfingagent/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
/datum/reagent/purifyingagent/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
var/chem_effective = 1 * M.species.chem_strength_heal
if(alien == IS_SLIME)
chem_effective = 0.66
@@ -232,9 +232,9 @@
M.adjustToxLoss(-3 * removed * chem_effective)
M.add_chemical_effect(CE_PAINKILLER, -20 * M.species.chem_strength_pain)
/datum/reagent/preformancepeaker
name = "Preformance Peaker"
id = "preformancepeaker"
/datum/reagent/performancepeaker
name = "Performance Peaker"
id = "performancepeaker"
description = "A chemical created to bring a body to peak condition except it's highly toxic"
taste_description = "bitterness"
reagent_state = LIQUID
@@ -242,7 +242,7 @@
scannable = 1
overdose = REAGENTS_OVERDOSE * 0.5
/datum/reagent/preformancepeaker/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
/datum/reagent/performancepeaker/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
M.add_chemical_effect(CE_SPEEDBOOST, 0.5)
M.AdjustParalysis(-1)
M.AdjustStunned(-1)
@@ -255,7 +255,7 @@
/datum/reagent/souldew
name = "Soul Dew"
id = "souldew"
description = "An expirmental drug that soley works upon dead bodies"
description = "An expirmental drug that solely works upon dead bodies"
taste_description = "ash"
reagent_state = LIQUID
color = "#666699"
@@ -330,7 +330,7 @@
/datum/reagent/modapplying/liquidangel
name = "Liquid Healer"
id = "liquidangel"
description = "An experimental that mimics rapid regeneration seen in squishy creatures."
description = "An experimental drug that mimics rapid regeneration seen in squishy creatures."
taste_description = "sweet"
reagent_state = LIQUID
color = "#00CCFF"
@@ -350,7 +350,7 @@
overdose = REAGENTS_OVERDOSE
affects_dead = TRUE
/datum/reagent/phoneixbreath/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
/datum/reagent/phoenixbreath/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
var/chem_effective = 1 * M.species.chem_strength_heal
if(M.stat == DEAD)
M.adjustOxyLoss(-3 * removed * chem_effective)

View File

@@ -29,7 +29,7 @@
/datum/reagent/toxin/liquidlife
name = "Liquid Life"
id = "liquidlife"
description = "Life Drained from a victim, and processed into a liquid form, ."
description = "Life Drained from a victim, and processed into a liquid form. ."
taste_description = "plastic"
reagent_state = LIQUID
color = "#CF3600"