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