Skip to content

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 <135023515+ShatteredSwords@users.noreply.github.com>
Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
  • Loading branch information
ShatteredSwords and DEATHB4DEFEAT authored Sep 3, 2024
1 parent a120917 commit fe41b53
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 fe41b53

Please sign in to comment.