Minor fixes to typos in Hydroponics (#25739)

Fixing a couple of typographical errors - olive seeds were 'seads' and Gaseous Decomposition wasn't capitalized like all other traits were.
This commit is contained in:
William Anderson
2024-06-11 00:00:23 -07:00
committed by GitHub
parent 4da3d4f40b
commit 4ae09135f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -440,7 +440,7 @@
to_chat(target, "<span class='danger'>You are pricked by [G]!</span>")
/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)