Reorganizes martial arts and stores them in the MIND.
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user