Update click.dm

This commit is contained in:
kevinz000
2017-07-03 15:45:19 -07:00
committed by GitHub
parent cc3b59d9b0
commit 6e2bd5fef5

View File

@@ -325,6 +325,8 @@
/mob/living/carbon/human/CtrlClick(mob/user)
if(ishuman(user) && Adjacent(user))
if(world.time < user.next_move)
return
var/mob/living/carbon/human/H = user
H.dna.species.grab(H, src, H.mind.martial_art)
H.changeNext_move(CLICK_CD_MELEE)
@@ -465,4 +467,4 @@
view = -1
else
view = 1
add_view_range(view)
add_view_range(view)