diff --git a/code/modules/hydroponics/grown/olive.dm b/code/modules/hydroponics/grown/olive.dm index 05f46a5a58f..7c25c4814fd 100644 --- a/code/modules/hydroponics/grown/olive.dm +++ b/code/modules/hydroponics/grown/olive.dm @@ -1,6 +1,6 @@ // Olives! /obj/item/seeds/olive - name = "pack of olive seads" + name = "pack of olive seeds" desc = "These seeds grow into olive trees." icon_state = "seed-olive" species = "olive" diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index 226d47129a9..f4f2dad971c 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -440,7 +440,7 @@ to_chat(target, "You are pricked by [G]!") /datum/plant_gene/trait/smoke - name = "gaseous decomposition" + name = "Gaseous Decomposition" dangerous = TRUE /datum/plant_gene/trait/smoke/on_squash(obj/item/food/snacks/grown/G, atom/target)