@@ -30,11 +30,9 @@ namespace Content.Server.GameObjects.Components.Items.Storage.Fill
|
||||
Spawn("Screwdriver");
|
||||
Spawn("Crowbar");
|
||||
Spawn("Wirecutter");
|
||||
Spawn("CableStack");
|
||||
Spawn("CableStack");
|
||||
|
||||
// 5% chance for a pair of fancy insulated gloves, else just a third cable coil.
|
||||
Spawn(random.Prob(0.05f) ? "GlovesYellow" : "CableStack");
|
||||
Spawn("ApcExtensionCableStack");
|
||||
Spawn("MVWireStack");
|
||||
Spawn(random.Prob(0.05f) ? "GlovesYellow" : "HVWireStack");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user