]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Mineral Scanner (#31390)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Fri, 6 Sep 2024 14:05:53 +0000 (10:05 -0400)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 14:05:53 +0000 (00:05 +1000)
commit85992518256e85c7980b784b6462727f9158a413
tree7db6835703efcc0c15b85d96f727d343075a190e
parent582a644c243d1c0a0ff660933e811b89024597f6
Mineral Scanner (#31390)

* Mineral Scanner

* doink

* review

* sunday funday

* review and fix bugs i think?

* Update MiningOverlay.cs
25 files changed:
Content.Client/Mining/MiningOverlay.cs [new file with mode: 0644]
Content.Client/Mining/MiningOverlaySystem.cs [new file with mode: 0644]
Content.Client/Mining/OreVeinVisualsComponent.cs [deleted file]
Content.Server/Mining/MiningSystem.cs
Content.Shared/Item/ItemToggle/ItemToggleSystem.cs
Content.Shared/Mining/Components/MiningScannerComponent.cs [new file with mode: 0644]
Content.Shared/Mining/Components/MiningScannerViewableComponent.cs [new file with mode: 0644]
Content.Shared/Mining/Components/MiningScannerViewerComponent.cs [new file with mode: 0644]
Content.Shared/Mining/Components/OreVeinComponent.cs
Content.Shared/Mining/MiningScannerSystem.cs [new file with mode: 0644]
Content.Shared/Mining/OrePrototype.cs
Resources/Audio/Machines/attributions.yml
Resources/Audio/Machines/sonar-ping.ogg [new file with mode: 0644]
Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml
Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml
Resources/Prototypes/Entities/Objects/Specific/Salvage/scanner.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Walls/asteroid.yml
Resources/Prototypes/Recipes/Lathes/salvage.yml
Resources/Prototypes/Research/industrial.yml
Resources/Textures/Objects/Specific/Mining/mineral_scanner.rsi/adv-o.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Mining/mineral_scanner.rsi/adv.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Mining/mineral_scanner.rsi/icon-o.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Mining/mineral_scanner.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Mining/mineral_scanner.rsi/meta.json [new file with mode: 0644]