Make pricing system aware of SpawnItemsOnUseComponent (#13626)
* Make appraisal tool aware of SpawnItemsOnUseComponent * Move to SpawnItemsOnUseSystem
This commit is contained in:
@@ -12,7 +12,6 @@ namespace Content.Server.Storage.Components
|
||||
/// <summary>
|
||||
/// The list of entities to spawn, with amounts and orGroups.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[DataField("items", required: true)]
|
||||
public List<EntitySpawnEntry> Items = new();
|
||||
|
||||
@@ -25,7 +24,6 @@ namespace Content.Server.Storage.Components
|
||||
/// <summary>
|
||||
/// How many uses before the item should delete itself.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[DataField("uses")]
|
||||
public int Uses = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user