Skip to content

Commit

Permalink
wildshape waddle
Browse files Browse the repository at this point in the history
  • Loading branch information
OverDriveZ committed Jan 16, 2024
1 parent 89291f0 commit c8c145d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/spells/spell_types/shapeshift.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
slink = soullink(/datum/soullink/shapeshift, stored , shape)
slink.source = src

if(shape.client.prefs.waddle_amount > 0)
shape.AddComponent(/datum/component/waddling, shape.client.prefs.waddle_amount, shape.client.prefs.up_waddle_time, shape.client.prefs.side_waddle_time)

/obj/shapeshift_holder/Destroy()
if(!restoring)
restore()
Expand Down

0 comments on commit c8c145d

Please sign in to comment.