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

Immovable Rod Spawn Addition: Lizard Plushie #32113

Merged
merged 4 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
14 changes: 13 additions & 1 deletion Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: ImmovableRod
name: immovable rod
description: You can sense that it's hungry. That's usually a bad sign.
Expand Down Expand Up @@ -177,3 +177,15 @@
state: icon
rotation: 225
noRot: false

- type: entity
parent: ImmovableRodKeepTilesStill
id: ImmovableRodWeh
name: immovable weh
description: WEH!
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: plushie_lizard
rotation: 225
noRot: false
august-sun marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 3 additions & 0 deletions Resources/Prototypes/GameRules/meteorswarms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,6 @@
- id: ImmovableRodGibstick
prob: 0.0072
orGroup: rodProto
- id: ImmovableRodWeh
prob: 0.0072
august-sun marked this conversation as resolved.
Show resolved Hide resolved
orGroup: rodProto
Loading