Update WelderRefinable usages to new SheetGlass id (#3539)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#nullable enable
|
#nullable enable
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Content.Server.GameObjects.Components.Interactable;
|
using Content.Server.GameObjects.Components.Interactable;
|
||||||
@@ -22,7 +22,7 @@ namespace Content.Server.GameObjects.Components.Construction
|
|||||||
{
|
{
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
[DataField("refineResult")]
|
[DataField("refineResult")]
|
||||||
private HashSet<string>? _refineResult = new() { "GlassStack" };
|
private HashSet<string>? _refineResult = new() { };
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
[DataField("refineTime")]
|
[DataField("refineTime")]
|
||||||
private float _refineTime = 2f;
|
private float _refineTime = 2f;
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
color: "#bbeeff"
|
color: "#bbeeff"
|
||||||
- type: WelderRefinable
|
- type: WelderRefinable
|
||||||
refineResult:
|
refineResult:
|
||||||
- GlassStack
|
- SheetGlass
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShardGlassReinforced
|
id: ShardGlassReinforced
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
color: "#96cdef"
|
color: "#96cdef"
|
||||||
- type: WelderRefinable
|
- type: WelderRefinable
|
||||||
refineResult:
|
refineResult:
|
||||||
- GlassStack
|
- SheetGlass
|
||||||
- SheetSteel
|
- SheetSteel
|
||||||
- type: DamageOtherOnHit
|
- type: DamageOtherOnHit
|
||||||
amount: 10
|
amount: 10
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
color: "#f3b489"
|
color: "#f3b489"
|
||||||
- type: WelderRefinable
|
- type: WelderRefinable
|
||||||
refineResult:
|
refineResult:
|
||||||
- GlassStack
|
- SheetGlass
|
||||||
- PlasmaStack
|
- SheetPlasma
|
||||||
- type: DamageOtherOnHit
|
- type: DamageOtherOnHit
|
||||||
amount: 15
|
amount: 15
|
||||||
|
|||||||
Reference in New Issue
Block a user