]> git.smokeofanarchy.ru Git - space-station-14.git/commit
add SpawnTableOnUse (#32620)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Mon, 16 Dec 2024 12:23:14 +0000 (12:23 +0000)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 12:23:14 +0000 (15:23 +0300)
commit2635888b6ae226f34b572175a3feb99d23a52881
tree9fa4ce0bd3b00f5570b06178415ddc725f5258e8
parentcd238057507e14fe99e5a2df9fbcb77b00e78b76
add SpawnTableOnUse (#32620)

* add SpawnTableOnUse

* make BaseEmitSound more flexible and remove sound from spawntable

* add log

* :trollface:

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
Content.Server/Storage/Components/SpawnTableOnUseComponent.cs [new file with mode: 0644]
Content.Server/Storage/EntitySystems/SpawnTableOnUseSystem.cs [new file with mode: 0644]
Content.Shared/Sound/Components/BaseEmitSoundComponent.cs
Content.Shared/Sound/SharedEmitSoundSystem.cs