Merge pull request #7818 from Crazylemon64/item_stumbling

Item stumbling refactor
This commit is contained in:
Fox McCloud
2017-07-22 01:55:19 -04:00
committed by GitHub
14 changed files with 132 additions and 93 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