Skip to content

Commit

Permalink
Renames trays with plants (#821)
Browse files Browse the repository at this point in the history
## About The Pull Request
Renames trays with plants
  • Loading branch information
larentoun authored Nov 27, 2024
1 parent 116e969 commit 4343a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/hydroponics/hydroponics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,10 @@
. = ..()
if(myseed)
name = "[initial(name)] ([myseed.plantname])"
ru_names_rename(ru_names_toml(initial(name), suffix = " ([myseed.plantname])", override_base = name))
else
name = initial(name)
ru_names_rename(ru_names_toml(name))

/obj/machinery/hydroponics/update_overlays()
. = ..()
Expand Down

0 comments on commit 4343a80

Please sign in to comment.