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
@@ -19,7 +19,9 @@
var/mob/living/carbon/human/H = imp_in
if(!ishuman(H))
return
if(istype(H.martial_art, /datum/martial_art/krav_maga))
if(!H.mind)
return
if(istype(H.mind.martial_art, /datum/martial_art/krav_maga))
style.remove(H)
else
style.teach(H,1)