From b4eb4327b5e04740af9c3eabb74b2e7f83ca13ea Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 10 Feb 2020 14:41:40 +1000 Subject: [PATCH] Me dum, me forgot extra parenthysis --- code/modules/hydroponics/_hydro_setup.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/_hydro_setup.dm b/code/modules/hydroponics/_hydro_setup.dm index 0346abedb6..928315df3f 100644 --- a/code/modules/hydroponics/_hydro_setup.dm +++ b/code/modules/hydroponics/_hydro_setup.dm @@ -107,8 +107,8 @@ GLOBAL_LIST_INIT(plant_item_products, list( GLOBAL_LIST_INIT(forbidden_plant_growth_sprites, list( "gnomes" - ) + )) GLOBAL_LIST_INIT(forbidden_plant_product_sprites, list( "gnomes" - ) \ No newline at end of file + )) \ No newline at end of file