Refactors slipping to be completely general for items

This commit is contained in:
Crazylemon64
2017-07-16 19:20:55 -07:00
parent 12317a77b9
commit a8e7716649
13 changed files with 90 additions and 53 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ var/static/regex/multispin_words = regex("like a record baby")
playsound(get_turf(owner), 'sound/items/bikehorn.ogg', 300, 1)
if(owner.mind && owner.mind.assigned_role == "Clown")
for(var/mob/living/carbon/C in listeners)
C.slip(0,7 * power_multiplier)
C.slip("your feet", 0, 7 * power_multiplier)
next_command = world.time + cooldown_stun
else
next_command = world.time + cooldown_meme