mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
yeah (#18796)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user