]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Turnstiles (#36313)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Thu, 24 Apr 2025 11:39:40 +0000 (07:39 -0400)
committerGitHub <noreply@github.com>
Thu, 24 Apr 2025 11:39:40 +0000 (13:39 +0200)
commit712954f1c4ab6e54d3d04b166546e1234dd48fd2
tree0d436c77ab6a14d6f679737cd8cbad7692b0d1ba
parent0deb35000f2a5546db8345ce14f89e0e1092efc9
Turnstiles (#36313)

* construction rotation fix

* Turnstiles

* renaming

* review-slarticodefast-1

* mild attempts to fix (sorry sloth)

* move some more shit

* Remove engine dependency

* grid agnostic

* remove debug string

* fix json

* Update Content.Shared/Movement/Pulling/Systems/PullingSystem.cs

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
* Update Content.Shared/Movement/Pulling/Systems/PullingSystem.cs

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
* remove pass delay for mispredict reasons.

* most minor of changes

* Give directional indicator on examine

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
15 files changed:
Content.Client/Doors/TurnstileSystem.cs [new file with mode: 0644]
Content.Server/Doors/Systems/TurnstileSystem.cs [new file with mode: 0644]
Content.Shared/Doors/Components/TurnstileComponent.cs [new file with mode: 0644]
Content.Shared/Doors/Systems/SharedTurnstileSystem.cs [new file with mode: 0644]
Content.Shared/Movement/Pulling/Systems/PullingSystem.cs
Resources/Locale/en-US/doors/components/turnstile.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Doors/turnstile.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/Graphs/structures/turnstile.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/structures.yml
Resources/Textures/Structures/Doors/turnstile.rsi/arrow.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/turnstile.rsi/deny.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/turnstile.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Doors/turnstile.rsi/operate.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/turnstile.rsi/turnstile.png [new file with mode: 0644]
Resources/Textures/Structures/Doors/turnstile.rsi/turnstile_map.png [new file with mode: 0644]