mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:50:55 +01:00
* Ore veins I dislike rocks just providing generic drops and this factors into mining more. * fixes * descriptions * comment * every flipping time * Make mining destroy rocks with 1 hit Having to click 3 times was pretty annoying. * a
9 lines
141 B
C#
9 lines
141 B
C#
using Content.Shared.Destructible;
|
|
|
|
namespace Content.Client.Damage;
|
|
|
|
public sealed class DestructibleSystem : SharedDestructibleSystem
|
|
{
|
|
|
|
}
|