mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
Merge pull request #14500 from farie82/martial-arts-fix2
Fixes some issue with being cloned while having martial arts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user