Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Fix Prize Balls' Pet Rock (#831)
Browse files Browse the repository at this point in the history
# Description


This PR fixes an undetected bug in Prize Balls where an error would
occur if a prize ball tried to give out a BasePetRock.

---

No CL No Fun

Signed-off-by: ShatteredSwords <[email protected]>
Co-authored-by: DEATHB4DEFEAT <[email protected]>
  • Loading branch information
2 people authored and PuroSlavKing committed Sep 4, 2024
1 parent f32c17d commit 546bc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
- id: CrayonBox
prob: 0.80
orGroup: Prize
- id: BasePetRock
- id: PetRock
prob: 0.80
orGroup: Prize
# Uncommon
Expand Down Expand Up @@ -392,4 +392,4 @@
- id: ThronglerToy
prob: 0.30
orGroup: Prize


0 comments on commit 546bc59

Please sign in to comment.