Skip to content

Commit

Permalink
Merge pull request #4211 from OverDriveZ/wildshape-waddle
Browse files Browse the repository at this point in the history
wildshape waddle
  • Loading branch information
Tk420634 authored Jan 16, 2024
2 parents 61c1233 + c8c145d commit 33cfa7f
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 33cfa7f

Please sign in to comment.