mind over matter

This commit is contained in:
LetterJay
2017-05-24 08:30:23 -05:00
parent fe9c47650f
commit 34f82efdd7
+2 -2
View File
@@ -326,8 +326,8 @@
/mob/living/carbon/human/CtrlClick(mob/user)
if(ishuman(user) && Adjacent(user))
var/mob/living/carbon/human/H = user
H.dna.species.grab(H, src, H.martial_art)
H.next_click = world.time + CLICK_CD_MELEE
H.dna.species.grab(H, src, H.mind.martial_art)
H.changeNext_move(CLICK_CD_MELEE)
else
..()
/*