Mining Fix (#10347)

This commit is contained in:
Nemanja
2022-08-05 23:16:17 -04:00
committed by GitHub
parent 064112a045
commit 6d88c6ba88
4 changed files with 23 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ namespace Content.Server.Kitchen.Components
[RegisterComponent, Access(typeof(KitchenSpikeSystem))]
public sealed class KitchenSpikeComponent : SharedKitchenSpikeComponent
{
public List<string>? PrototypesToSpawn;
public List<string?>? PrototypesToSpawn;
// TODO: Spiking alive mobs? (Replace with uid) (deal damage to their limbs on spiking, kill on first butcher attempt?)
public string MeatSource1p = "?";