From 95369b32e62c8eff951e91b2b7124a23339202fc Mon Sep 17 00:00:00 2001 From: Leland Kemble <70413276+lelandkemble@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:15:54 -0400 Subject: [PATCH] Takes away soil's gender (#93720) ## About The Pull Request Takes away soil's plural gender, reverting it back to neuter. ## Why It's Good For The Game closes #93718 ## Changelog :cl: spellcheck: Examine text for soil no longer refers to it as "They" /:cl: --- code/modules/hydroponics/soil.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/soil.dm b/code/modules/hydroponics/soil.dm index 0d23f2242d8..4b6389923a2 100644 --- a/code/modules/hydroponics/soil.dm +++ b/code/modules/hydroponics/soil.dm @@ -5,7 +5,6 @@ desc = "A patch of dirt." icon = 'icons/obj/service/hydroponics/equipment.dmi' icon_state = "soil" - gender = PLURAL circuit = null density = FALSE use_power = NO_POWER_USE @@ -74,6 +73,7 @@ name = "hydrogel beads" desc = "A plant bed made of superabsorbent polymer beads.\n\nThese types of water gel beads can hold onto an incredible amount of water and reduces evaporative losses to almost nothing." icon_state = "soil_gel" + gender = PLURAL maxwater = 300 tray_flags = SOIL | HYDROPONIC | SUPERWATER plant_offset_y = 2