Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

важные фиксики #128

Merged
merged 1 commit into from
Sep 10, 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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
id: SecurityCadetPDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltSecurityFilled
# pocket1: WeaponPistolMk58Nonlethal # DeltaV - Security Cadet doesn't spawn with a gun
pocket1: WeaponPistolMk58Nonlethal # DeltaV - Security Cadet doesn't spawn with a gun
pocket2: BookSecurity
socks: LPPClothingUnderSocksNorm
underwear: LPPBoxer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
- type: entity
# < Made by DarkSide
- type: entity
parent: BaseStructure
id: LPPFlagWallBase
abstract: true
placement:
mode: SnapgridCenter
components:
- type: Transform
anchored: true
- type: Clickable
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.5
density: 100
mask:
- TableMask
- type: Pullable
# < End

- type: entity
parent: LPPFlagWallBase # < Edit DarkSide
id: LPPFlagPoleBase
name: flag pole
description: Metal flagpole with a flag hanging from it.
Expand Down Expand Up @@ -41,7 +66,7 @@
layers:
- state: flagpole
- state: flagpole-nt

- type: entity
parent: LPPFlagPoleBase
id: LPPFlagPoleCC
Expand Down
Loading