This commit is contained in:
TrilbySpaceClone
2019-07-29 07:28:38 -04:00
parent 606639ce23
commit 7ca32cd97f
14 changed files with 54 additions and 7 deletions
@@ -21,7 +21,7 @@
return
if(!H.mind)
return
if(istype(H.mind.martial_art, /datum/martial_art/krav_maga))
if(H.mind.has_martialart(MARTIALART_KRAVMAGA))
style.remove(H)
else
style.teach(H,1)