Remove temp mart arts. And reteach non temp on mind transfer

This commit is contained in:
joep van der velden
2020-10-01 19:58:32 +02:00
parent 26bbfb1175
commit 84813f3fc5
2 changed files with 9 additions and 3 deletions
+4 -3
View File
@@ -140,9 +140,10 @@
return
if(H.mind.martial_art != src)
return
H.mind.martial_art = base
if(has_explaination_verb && !(base && base.has_explaination_verb))
H.verbs -= /mob/living/carbon/human/proc/martial_arts_help
H.mind.martial_art = null // Remove reference
H.verbs -= /mob/living/carbon/human/proc/martial_arts_help
if(base)
base.teach(H)
/mob/living/carbon/human/proc/martial_arts_help()
set name = "Show Info"