Skip to content

Commit

Permalink
Fixing some grammar in plant strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Oct 29, 2023
1 parent 27de62f commit 01cabbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/flora/flora.dm
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@

/obj/structure/flora/pottedplant/subterranean
name = "subterranean potted plant"
desc = "This is a subterranean plant. It's bulbous ends glow faintly."
desc = "This is a subterranean plant. Its bulbous ends glow faintly."
icon_state = "plant-20"
light_range = 2
light_power = 0.6
Expand Down Expand Up @@ -493,7 +493,7 @@

/obj/structure/flora/sif/subterranean
name = "subterranean bulbs"
desc = "This is a subterranean plant. It's bulbous ends glow faintly."
desc = "This is a subterranean plant. Its bulbous ends glow faintly."
icon_state = "glowplant"
light_range = 2
light_power = 0.6
Expand Down

0 comments on commit 01cabbe

Please sign in to comment.