File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ And like the handle, we can insert prefabs into this guard's slots:
9898 createPrefab(PrefabHash.Guard)
9999 .setMaterial(PhysicalMaterialPartHash.CarsiAlloy)
100100+ .useSlot(
101- + PrefabSlot.Guard.Insert_SwordType_Craft ,
101+ + PrefabSlot.Guard.Slot_SwordType ,
102102+ createPrefab(PrefabHash.Metal_Hebios_Wakizashi_Blade)
103103+ .setMaterial(PhysicalMaterialPartHash.Mythril)
104104+ )
@@ -126,7 +126,7 @@ Let's complete our sword:
126126 createPrefab(PrefabHash.Guard)
127127 .setMaterial(PhysicalMaterialPartHash.CarsiAlloy)
128128 .useSlot(
129- PrefabSlot.Guard.Insert_SwordType_Craft ,
129+ PrefabSlot.Guard.Slot_SwordType ,
130130 createPrefab(PrefabHash.Metal_Hebios_Wakizashi_Blade)
131131 .setMaterial(PhysicalMaterialPartHash.Mythril)
132132+ .setIntegrity(0.25)
You can’t perform that action at this time.
0 commit comments