Reorganizes martial arts and stores them in the MIND.

This commit is contained in:
CitadelStationBot
2017-05-22 07:13:10 -05:00
parent 5fd5e32628
commit 25df88509a
19 changed files with 722 additions and 710 deletions
+1 -1
View File
@@ -326,7 +326,7 @@
/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.dna.species.grab(H, src, H.mind.martial_art)
H.next_click = world.time + CLICK_CD_MELEE
else
..()