From e96771b929740d3bfb4205ce10f8a5683f1caf05 Mon Sep 17 00:00:00 2001 From: Enric Gabriel <43283559+SandPoot@users.noreply.github.com> Date: Sat, 11 Jul 2020 03:28:32 -0300 Subject: [PATCH] misterious incorrect indentation --- sandcode/code/modules/hydroponics/grown/misc.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandcode/code/modules/hydroponics/grown/misc.dm b/sandcode/code/modules/hydroponics/grown/misc.dm index 4bfdce64e2..ef0cd34398 100644 --- a/sandcode/code/modules/hydroponics/grown/misc.dm +++ b/sandcode/code/modules/hydroponics/grown/misc.dm @@ -29,7 +29,7 @@ T.assume_air(oxy) T.air_update_turf() - /obj/item/seeds/bamboo/nitroboo +/obj/item/seeds/bamboo/nitroboo name = "pack of Nitroboo seeds" desc = "A species of bamboo that produces elevated levels of nitrogen. The gas stops being produced in difficult atmospheric conditions." plantname = "Nitroboo" @@ -57,7 +57,7 @@ T.assume_air(nitro) T.air_update_turf() - /obj/item/seeds/bamboo/plasboo +/obj/item/seeds/bamboo/plasboo name = "pack of Plasboo seeds" desc = "A species of bamboo that produces elevated levels of plasma. The gas stops being produced in difficult atmospheric conditions." plantname = "Plasboo"