Botany fix (#7071)

This commit is contained in:
Leon Friedrich
2022-03-13 11:06:41 +13:00
committed by GitHub
parent 2a422c0af8
commit ec4326748b
3 changed files with 9 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using Content.Server.Botany.Components;
using Content.Server.Chemistry.EntitySystems;
using Content.Server.Popups;
@@ -44,7 +44,8 @@ namespace Content.Server.Botany.Systems
foreach (var seed in _prototypeManager.EnumeratePrototypes<SeedPrototype>())
{
AddSeedToDatabase(seed);
seed.Uid = GetNextSeedUid();
Seeds[seed.Uid] = seed;
}
}