Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Апрель #11

Merged
merged 7 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Resources/Audio/Announcements/power_off.ogg
Binary file not shown.
Binary file modified Resources/Audio/Announcements/welcome.ogg
Binary file not shown.
Binary file modified Resources/Audio/Effects/falling.ogg
Binary file not shown.
Binary file modified Resources/Audio/Items/drink.ogg
Binary file not shown.
Binary file modified Resources/Audio/Misc/thief_greeting.ogg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
components:
- type: Sprite
layers:
- state: gold
- state: idcaptain
- state: default
- state: idclown
- type: Item
heldPrefix: gold
- type: PresetIdCard
Expand Down Expand Up @@ -249,8 +249,8 @@
components:
- type: Sprite
layers:
- state: default
- state: idclown
- state: gold
- state: idcaptain
- type: PresetIdCard
job: Clown

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
sprite: Objects/Specific/Janitorial/soap.rsi
storedRotation: -90
- type: Slippery
paralyzeTime: 2
launchForwardsMultiplier: 1.5
paralyzeTime: 6
launchForwardsMultiplier: 7
- type: StepTrigger
intersectRatio: 0.2
- type: CollisionWake
Expand Down
Loading