Skip to content

Commit

Permalink
Fix failcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Stop-Signs committed Dec 1, 2024
1 parent 0ad5588 commit ddf2a71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
contents:
- id: WeaponLauncherRocket
- id: CartridgeRocket
prob: 0.2

- type: entity
parent: GunSafe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
id: SuperweaponSafeSpawner
suffix: Superweapon
components:
- type: EntityTableSpawner
table: !type:GroupSelector
children:
- id: GunSafeRocketLauncher
- id: GunSafeBeamDevastator
- type: RandomSpawner
prototypes:
- GunSafeBeamDevastator
- GunSafeRocketLauncher
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
children:
- id: WeaponLauncherRocket
- id: CartridgeRocket
- id: WeaponBeamDevastator
prob: 0.2
- id: WeaponBeamDevastator

0 comments on commit ddf2a71

Please sign in to comment.