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

Fix CrateTrashCart contents exceeding maximum contents #2239

Merged
merged 3 commits into from
Oct 15, 2024
Merged
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
26 changes: 12 additions & 14 deletions Resources/Prototypes/Catalog/Fills/Crates/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,12 @@
- type: StorageFill
contents:
# Creatures
- id: MobCockroach
prob: 0.05
- id: MobMothroach
prob: 0.03
- id: MobRosyMothroach # Frontier
prob: 0.005 # Frontier
- id: MobMouse
prob: 0.05
# - id: MobCockroach # Frontier
# prob: 0.05 # Frontier
# - id: MobMothroach # Frontier
# prob: 0.03 # Frontier
# - id: MobMouse # Frontier
# prob: 0.05 # Frontier
# Food Packaging
- id: FoodPacketBoritosTrash
prob: 0.1
Expand Down Expand Up @@ -315,10 +313,10 @@
- id: CigaretteSpent
prob: 0.15
# Bacteria
- id: FoodBreadMoldySlice
prob: 0.15
- id: FoodPizzaMoldySlice
prob: 0.15
# - id: FoodBreadMoldySlice # Frontier
# prob: 0.15 # Frontier
# - id: FoodPizzaMoldySlice # Frontier
# prob: 0.15 # Frontier
# Botanical Waste
- id: TrashBananaPeel
prob: 0.15
Expand All @@ -333,8 +331,8 @@
prob: 0.15
- id: LightBulbBroken
prob: 0.15
- id: MobMouseDead
prob: 0.1
# - id: MobMouseDead # Frontier
# prob: 0.1 # Frontier
- id: Syringe
prob: 0.1
- id: ShardGlassPlasma
Expand Down
Loading