Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
idk it was failing
  • Loading branch information
musicmanvr committed Mar 26, 2024
1 parent aa16cfd commit 2147f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@
sound:
path: /Audio/Effects/hit_kick.ogg
- type: GhostRole
prob: 1
prob: 0.05
makeSentient: true
allowSpeech: true
allowMovement: true
Expand Down Expand Up @@ -1556,7 +1556,7 @@
sprite: Objects/Fun/pet_rock.rsi
state: icon
- type: GhostRole
prob: 0
prob: 0.001 # The rare sentient normal rock
- type: PhysicalComposition
materialComposition:
Steel: 10
Expand Down Expand Up @@ -1585,7 +1585,7 @@
id: NamedPetRock
name: pet rock
suffix: Random Name
description: Don't worry, this rock is your friend.
description: Rocks are your friends, even when nobody else is.
components:
- type: RandomMetadata # He's your best friend.
nameSegments:
Expand Down

0 comments on commit 2147f16

Please sign in to comment.