From 7d40cf7ed940e502187d08812c1f7e157c5a301a Mon Sep 17 00:00:00 2001 From: AlbertNanotracen Date: Tue, 23 Jan 2024 01:15:58 -0400 Subject: [PATCH] Spelling mistake that bothered me --- code/modules/hydroponics/grown/flowers.dm | 2 +- monkestation/code/modules/hydroponics/mutations/base.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown/flowers.dm b/code/modules/hydroponics/grown/flowers.dm index 1d5bd56e3a0a..7026ee8a5453 100644 --- a/code/modules/hydroponics/grown/flowers.dm +++ b/code/modules/hydroponics/grown/flowers.dm @@ -169,7 +169,7 @@ growing_icon = 'icons/obj/hydroponics/growing_flowers.dmi' icon_grow = "sunflower-grow" icon_dead = "sunflower-dead" - possible_mutations = list(/datum/hydroponics/plant_mutation/moon_flower, /datum/hydroponics/plant_mutation/nova_floor) + possible_mutations = list(/datum/hydroponics/plant_mutation/moon_flower, /datum/hydroponics/plant_mutation/nova_flower) reagents_add = list(/datum/reagent/consumable/cornoil = 0.08, /datum/reagent/consumable/nutriment = 0.04) /obj/item/food/grown/sunflower // FLOWER POWER! diff --git a/monkestation/code/modules/hydroponics/mutations/base.dm b/monkestation/code/modules/hydroponics/mutations/base.dm index 969400b89715..85f4aed01fb1 100644 --- a/monkestation/code/modules/hydroponics/mutations/base.dm +++ b/monkestation/code/modules/hydroponics/mutations/base.dm @@ -189,7 +189,7 @@ created_seed = /obj/item/seeds/sunflower/moonflower required_endurance = list(30, 70) -/datum/hydroponics/plant_mutation/nova_floor +/datum/hydroponics/plant_mutation/nova_flower mutates_from = list(/obj/item/seeds/sunflower) created_product = /obj/item/grown/novaflower created_seed = /obj/item/seeds/sunflower/novaflower