mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
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:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user