Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed May 23, 2024
1 parent dd52a35 commit e9ad072
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
- id: WeaponDisabler
- id: Stunbaton
- id: BoxSurvivalSecurity
- id: BlueShieldsuit
- id: BlueshieldSuit
- id: SpaceCash1000
- id: OxygenTankFilled
- type: Sprite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,9 @@
steps: 4
zeroVisible: false
- type: BasicEntityAmmoProvider
proto: ADTBulletLaserMK2
proto: ADTBulletLaser
capacity: 5
count: 5
fireCost: 100
- type: SolutionContainerManager
solutions:
battery:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@
- state: default
- state: idintern-sci

- type: entity
parent: PassengerIDCard
id: SecurityCadetIDCard
name: security cadet ID card
components:
- type: PresetIdCard
job: SecurityCadet
- type: Sprite
layers:
- state: default
- state: idintern-cadet

- type: entity
parent: PassengerIDCard
id: ServiceWorkerIDCard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
netsync: false
- type: SpawnItemsOnUse
items:
- id: BlueShieldsuit
- id: BlueshieldSuit
sound:
path: /Audio/Effects/unwrap.ogg

0 comments on commit e9ad072

Please sign in to comment.