This commit is contained in:
RustingWithYou
2024-03-29 19:42:30 +00:00
committed by GitHub
parent f0da03cf60
commit 0a2967f1f5
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -213,7 +213,7 @@
if(!ishuman(user))
return
var/mob/living/carbon/human/H = user
if(species_restriction && !(H.species in species_restriction))
if(species_restriction && !(H.species.name in species_restriction))
to_chat(H, SPAN_WARNING("Your species is incapable of learning this martial art!"))
return
var/datum/martial_art/F = new martial_art(null)