From 919f64d255cb3aae976e885bc9afed9975c0c3a6 Mon Sep 17 00:00:00 2001 From: ArcaneMusic Date: Sun, 12 Jul 2020 21:42:19 -0400 Subject: [PATCH] Alright cacti is probably the correct name. --- code/modules/mining/lavaland/ash_flora.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mining/lavaland/ash_flora.dm b/code/modules/mining/lavaland/ash_flora.dm index a7045036940..ebf6e1e2c0f 100644 --- a/code/modules/mining/lavaland/ash_flora.dm +++ b/code/modules/mining/lavaland/ash_flora.dm @@ -228,8 +228,8 @@ ///Star Cactus seeds, mutation of lavaland cactus. /obj/item/seeds/star_cactus - name = "pack of star cactus seeds" - desc = "These seeds grow into star cactus." + name = "pack of star cacti seeds" + desc = "These seeds grow into star cacti." icon_state = "seed-starcactus" species = "starcactus" plantname = "Star Cactus Cluster" @@ -248,8 +248,8 @@ ///Star Cactus Plants. /obj/item/reagent_containers/food/snacks/grown/star_cactus seed = /obj/item/seeds/star_cactus - name = "star cactus" - desc = "A spikey, round cluster of prickly cactus. And no, these aren't called star cactus because they're in space." + name = "star cacti" + desc = "A spikey, round cluster of prickly star cacti. And no, it's not called a star cactus because it's in space." icon_state = "starcactus" filling_color = "#1c801c" bitesize_mod = 3