Skip to content

Commit

Permalink
Фиксы для ямл линтера
Browse files Browse the repository at this point in the history
  • Loading branch information
KashRas committed Aug 12, 2024
1 parent 789689c commit 59efb15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
- type: ActivatableUI
key: enum.EftposKey.Key
singleUser: true
closeOnHandDeselect: false
- type: UserInterface
interfaces:
enum.EftposKey.Key:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/ADT/Entities/Structures/Machines/atm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
map: ["enum.ATMVisualLayers.BaseUnshaded"]
shader: unshaded
- type: ATM
idCardSlot:
idSlot:
ejectSound: /Audio/Machines/id_swipe.ogg
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
ejectOnBreak: true
Expand All @@ -35,7 +35,7 @@
- type: ItemSlots
- type: ContainerContainer
containers:
IdCardSlot: !type:ContainerSlot
idSlot: !type:ContainerSlot
- type: Appearance
- type: AmbientOnPowered
- type: AmbientSound
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- CanPilot
- BypassInteractionRangeChecks
- BypassDropChecks
- IgnoreBalanceChecks # ADT-Economy-Tweak
- type: Input
context: "aghost"
- type: Ghost
Expand All @@ -33,7 +34,6 @@
- NuclearOperative
- SyndicateAgent
- CentralCommand
- IgnoreBalanceChecks # ADT-Economy-Tweak
- type: UserInterface
interfaces:
enum.SolarControlConsoleUiKey.Key:
Expand Down

0 comments on commit 59efb15

Please sign in to comment.