Skip to content

Commit

Permalink
Merge pull request #1024 from AlbertNanotracen/master
Browse files Browse the repository at this point in the history
Spelling mistake that bothered me
  • Loading branch information
dwasint authored Jan 26, 2024
2 parents 48aeee5 + c90cada commit 51fab1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/grown/flowers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion monkestation/code/modules/hydroponics/mutations/base.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51fab1a

Please sign in to comment.