Skip to content

Commit

Permalink
Buff Clown Acrobatic Shoes (ParadiseSS13#23313)
Browse files Browse the repository at this point in the history
* Buff Clown Acrobatic Shoes

* Update code/modules/clothing/shoes/misc_shoes.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 30, 2023
1 parent 9de9241 commit 03427f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/shoes/misc_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
/obj/item/clothing/shoes/clown_shoes/slippers/proc/slide_one(mob/living/user, progress, prev_dir , prev_flags)
user.dir = prev_dir
step(user, user.dir)
for(var/mob/living/carbon/crossed in user.loc)
crossed.slip(src, 16 SECONDS, 0, FALSE, TRUE, "trip")
if(progress == slide_distance)
user.stand_up()
user.pass_flags = prev_flags
Expand Down

0 comments on commit 03427f5

Please sign in to comment.