Skip to content

Commit

Permalink
Merge pull request #128 from Evgencheg/master
Browse files Browse the repository at this point in the history
важные фиксики
  • Loading branch information
Evgencheg authored Sep 10, 2024
2 parents ddcfe11 + 0cecdd8 commit 3234514
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
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

0 comments on commit 3234514

Please sign in to comment.