Skip to content

Commit

Permalink
Immovable Rod QOL update (Goob-Station#258)
Browse files Browse the repository at this point in the history
* Update events.yml

* Update immovable_rod.yml

* moved to goob folder , fixed typoes

---------

Co-authored-by: Fishbait <[email protected]>
  • Loading branch information
jorgun and Fishbait authored Jun 19, 2024
1 parent a78105c commit 5c1d187
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,11 @@
minimumPlayers: 20
- type: ImmovableRodRule
rodPrototypes:
- id: ImmovableRodSkibidi #Goobstation - immovable rod improvments
prob: 0.9
orGroup: rodProto
- id: ImmovableRodKeepTilesStill
prob: 0.95
prob: 0.05 # Goobstation -lowered from 95% to 5% to make room for skibbidi
orGroup: rodProto
- id: ImmovableRodMop
prob: 0.0072
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#Goobstation - add a skibidi toilet as an immovable rod sprite
- type: entity
parent: ImmovableRodKeepTilesStill
id: ImmovableRodSkibidi
name: immovable Skibidi
description: skibidi dob dob yes yes
components:
- type: Sprite
sprite: Goobstation/Mobs/Demons/skibidi.rsi
drawdepth: Mobs
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: alive
state: icon
rotation: 0
noRot: false

0 comments on commit 5c1d187

Please sign in to comment.