]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add Diona rooting (#32782)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Wed, 4 Jun 2025 10:52:59 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 10:52:59 +0000 (12:52 +0200)
commitd81e82cef7180af5337a26df1f43815853866fe2
tree404d74b7cf971f9ae8e871560b5b1858224a7e57
parent1c8c85ea1d7aa5fd09d7dbcaaddd9a9b768f7110
Add Diona rooting (#32782)

* Initial commit

* Add sound

* Review commets

* addressing review

* I think this is what Slart meant?

* Review fixes

* More fixes

* tiny formatting

* Review fixes

* Review fixes

* Fix small timing error

* Follow new action system

* review

---------

Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Co-authored-by: ScarKy0 <scarky0@onet.eu>
15 files changed:
Content.Client/Rootable/RootableSystem.cs [new file with mode: 0644]
Content.Server/Damage/Systems/DamageUserOnTriggerSystem.cs
Content.Server/Rootable/RootableSystem.cs [new file with mode: 0644]
Content.Shared/Damage/Components/DamageUserOnTriggerComponent.cs [moved from Content.Server/Damage/Components/DamageUserOnTriggerComponent.cs with 77% similarity]
Content.Shared/Rootable/RootableComponent.cs [new file with mode: 0644]
Content.Shared/Rootable/SharedRootableSystem.cs [new file with mode: 0644]
Content.Shared/Slippery/SlipperySystem.cs
Resources/Locale/en-US/actions/actions/rootable.ftl [new file with mode: 0644]
Resources/Locale/en-US/alerts/alerts.ftl
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Alerts/alerts.yml
Resources/Prototypes/Alerts/rooted.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Mobs/Species/diona.yml
Resources/Textures/Interface/Actions/rooting.png [new file with mode: 0644]
Resources/Textures/Interface/Alerts/Rooted/rooted.png [new file with mode: 0644]